首页 > 其他分享 >深入浅出神经网络与深度学习 (迈克尔·尼尔森(Michael Nielsen)) Chapter1

深入浅出神经网络与深度学习 (迈克尔·尼尔森(Michael Nielsen)) Chapter1

时间:2023-04-09 16:22:07浏览次数:37  
标签:weighted Nielsen combination Chapter1 sum Michael vector input perceptron

1.1 感知机perceptron

20 世纪五六十年代,科学家Frank Rosenblatt 发明了感知机,其受到了 Warren McCulloch 和 Walter Pitts 早期研究的影响。

 

what's weighted sum in perceptron?

In the context of the perceptron algorithm, the weighted sum refers to the linear combination of the input features and their corresponding weights. Specifically, given an input vector x = [x1, x2, ..., xn] and weight vector w = [w1, w2, ..., wn], the weighted sum is computed as:

z = w1*x1 + w2*x2 + ... + wn*xn

This is the linear combination of the input features x with their corresponding weights w. The weighted sum is then passed through an activation function, typically a step function, to produce the output of the perceptron. In other words, the weighted sum determines whether the perceptron should fire (output 1) or not (output 0) based on the input.

The weighted sum can also be expressed in vector notation as the dot product of the input vector x and the weight vector w:

z = w.dot(x)

In this form, the weighted sum is a concise way of representing the linear combination of the input features and their corresponding weights.

 

标签:weighted,Nielsen,combination,Chapter1,sum,Michael,vector,input,perceptron
From: https://www.cnblogs.com/chucklu/p/17300516.html

相关文章

  • Chapter1 机器学习基础
    机器学习的一些预备知识何为机器学习?我的理解是:机器学习就是从海量的数据中找到这些数据背后所蕴含的规律/意义(提取有用的信息)并利用这些信息来解决实际问题的一门学科。机器学习可以做什么?人脸识别、垃圾邮件分类、产品推荐、手写数字识别等等关键术语根据上述的图片解......
  • Error response from daemon: conflict: unable to remove repository reference "mic
    docker删除镜像时出现了这样的问题解决方法:强制删除docerrmi-f[IMAGEID]......
  • Nielsen:69%平板电脑用户一边看电视一边上网
    什么?你不喜欢一边看电视一边上网,out了吧?据调查显示,随着平板电脑的越加普及,边上网边看电视的平板电脑用户的数量正在增大。这个月的早些时候,Nielsen发布了一份报告(第一部分),该......
  • 数据结构学习随笔chapter1_基础
    这是在学习浙大陈越老师数据结构课程的时候做的笔记,第一次写博客,希望坚持下去!刚开始可能笔记记的比较笨,以后慢慢就精炼一点。看起来陈老师是用c写的,我想用java来写,但是java......
  • HDOJ2140 Michael Scofield's letter
    MichaelScofield'sletterTimeLimit:3000/1000MS(Java/Others)    MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):4487    AcceptedSubm......
  • 计算机科学导论-第三版-学习笔记-chapter1
    小测验的网站找不到,小程序也找不到,这两个部分的习题就不做了。CengageLearning-FoundationsofComputerScience这上面有部分答案。说是学习笔记,但大部分都是做题记......
  • Chapter11_XML究竟是什么
    热身回答XML是什么的缩写?Extensiblemarkuplanguage可扩展标记语言所谓标记语言,就是可以用标签为数据赋予意义的语言。HTML和XML的区别是什么?HTML是网页,X......
  • Chapter10_试着加密数据吧
    热身问答通常把还原加密过的文件这一操作叫作什么?解码解密在字母A的字符编码上加上3,可以得到哪个字母?D因为字母表中的字母编码是按字母顺序排列的,所以在字母......
  • Chapter12_SE负责监管计算机系统的构建
    热身问答SE是什么的缩略语?SE是SystemEngineer(系统工程师)的缩略语。在计算机系统的开发过程中,SE是参与所有开发阶段的工程师。IT是什么的缩略语?Information......
  • 夏日友晴人 chapter1
    "Aaaaaaaahhhh!"Thescreamdidn'tcomefromacoupleoffrightenedfishermen.Itcamefromtheoceandepths.Specifically,fromthemouthofthirteen-year-olds......