GitHunt
BR

BraveAsta/BackPropogation_usingPurePythonList

A pure implemention of BackPropagating artificial neutral net

BackPropogation_usingPurePythonList

反向传播算法_纯Python列表实现

不依赖任何深度学习框架
no deeplearning framework
甚至不依赖numpy库
even no numpy
只利用Python内置列表
nothing but built-in List of Python

一个纯粹的BP人工神经网络算法实现

A pure implementation of BackPropagating artificial neutral net

代码实现参考 Michael Nielsen 大神的深度学习入门书 http://neuralnetworksanddeeplearning.com/about.html
The code refered to http://neuralnetworksanddeeplearning.com/about.html
再次致敬大神!
Heartfelt thanks to Michael Nielsen again!