码迷,mamicode.com
首页 > 其他好文 > 详细

神经网络和Deep Learning

时间:2016-10-21 19:53:46      阅读:246      评论:0      收藏:0      [点我收藏+]

标签:amp   函数   single   max   blank   for   flow   net   在线   

参考资料:

在线免费书籍 http://neuralnetworksanddeeplearning.com/chap1.html

中汉对照术语(按字母顺序)

artificial neutron: perceptron(以前), sigmoid neutron(如今的模型)

bias  偏差 :for example, a measure of how easy it is to get the perceptron to output a 11

bitwise  按位

carry bit  进位

elementary logical functions AND, OR, NAND: 基本逻辑函数 与,或,与非(Not AND)

NAND gate  与非门:是数字电路的一种基本逻辑电路;(输入全1时,输出为0;只要有一个输入为0,输出就为1;计算例子如下图)

                 技术分享

neutron   神经元

notational 符号标注

percetron 感知机

stochastic gradient descend 随机梯度下降

 

 

 

 

 

 

 

 

Chapter 1

1.  perceptron 感知机

it‘s a device that makes decisions by weighing up evidence. Just single output.

(inputs(with weights),compared to threshold, then output 0 or 1.)

技术分享 其中,   技术分享; 

threshold could be simplified as bias;

技术分享 其中 b= - threshold, is called bias.

layers:

技术分享

 

 

 

 

 

 

神经网络和Deep Learning

标签:amp   函数   single   max   blank   for   flow   net   在线   

原文地址:http://www.cnblogs.com/skyEva/p/5985689.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!