什么是感知机?

The McCulloch-Pitts Neuron (McCulloch and Pitts, 1943) was an early model of brain function. This linear model could recognize two different categories of inputs by testing whether f (x, w) is positive or negative. 《Deep Learning》,p15

应该是说McCulloch and Pitts发明了一个模型,能够预测输入属于两个不同的类别中的哪个,通过判断函数f(x,w)的正负来判断。
据[1]所述,MP神经元模型可用以下公式来描述:

y=f(g(x))=1if g(x)θ,=0if g(x)<θg(x)=g(x1,x2,x3,...,xn)=xixxi

如下图所示:


McCulloch-Pitts 模型

如果g(x)>θ,那么MP模型(这里的MP指的是McCulloch 和 Pitts)的输出为1,否则为0.
但是《Deep Learning》一书中却提到其有参数,那么应该是后来相对这些不同的“刺激”(输入)分配重要性,w就应运而生。(个人猜想)

但是,如果希望模型能够很好的针对不同的x给出其对应的类别,那么就需要设置好w的值,当然,w可以通过人来设置。

In the 1950s,the perceptron (Rosenblatt, 1958, 1962) became the first model that could learn the weights defining the categories given examples of inputs from each category. 《Deep Learning》,p15

感知机应该是50年代出来的,这个模型也可以用f(x,w)表示,但是其w是可以学习的。

感知机模型结构如下:


perceptron 模型

A multilayer perceptron is just a mathematical function mapping some set of input values to output values. 《Deep Learning》,p5

参考文献以及截图来源:

[1] https://towardsdatascience.com/mcculloch-pitts-model-5fdf65ac5dd1
[2] https://blog.csdn.net/qq_37002417/article/details/106064252

posted @   Hisi  阅读(179)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 分享一个免费、快速、无限量使用的满血 DeepSeek R1 模型,支持深度思考和联网搜索!
· 基于 Docker 搭建 FRP 内网穿透开源项目(很简单哒)
· ollama系列01:轻松3步本地部署deepseek,普通电脑可用
· 按钮权限的设计及实现
· 25岁的心里话
点击右上角即可分享
微信分享提示