tensorflow9-mnist手写数字识别进阶-多层神经网络建模

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第1张图片

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第2张图片

 大圆为一个神经元模型

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第3张图片

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第4张图片

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第5张图片

全连接:相邻的两层之间所有的结点都会连接

神经网络的层数:一般指的谁隐藏层的数量

上图中的网络即为一层神经网络

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第6张图片

以上即为两层的全连接神经网络

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第7张图片

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第8张图片

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第9张图片

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第10张图片

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第11张图片

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第12张图片

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第13张图片

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第14张图片

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第15张图片

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第16张图片

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第17张图片

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第18张图片

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第19张图片

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第20张图片

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第21张图片

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第22张图片

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第23张图片

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第24张图片

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第25张图片

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第26张图片

两层神经网络模型训练

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第27张图片

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第28张图片

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第29张图片

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第30张图片

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第31张图片

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第32张图片

神经网络的层次是不是越多越好?并不是越多越好   还与你的学习率  训练伦次等有关 是由多种因素共同决定的

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第33张图片

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第34张图片

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第35张图片

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第36张图片

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第37张图片

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第38张图片

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第39张图片

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第40张图片

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第41张图片

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第42张图片

tensorflow9-mnist手写数字识别进阶-多层神经网络建模_第43张图片

 

你可能感兴趣的:(TensorFlow)