/simpleneuralnetwork

Some pyhton codes that help develop the simple neural network.

Primary LanguagePython

simpleneuralnetwork

Some pyhton codes that help develop the simple neural network.

1_simplenetwork 是一个简单的三层神经网络,包括输入层、隐藏层、输出层.
2_mnist_simpletest 利用网络上的mnist手写数据文件进行神经网络的训练和测试.
3_mnist_normaltest 利用mnist数据训练后使用自己手写的图片进行神经网络的测试.
4_mnist_backquery 将训练后的网络图像进行反向输出,反应出训练后神经网络对每个手写数字的认识.

以上所有代码均出自《Python神经网络编程》,原代码为Ipython形式,经过笔者测试均能达到书中理论结果.