python代码实现资源汇总

卷积神经网络的实现

https://github.com/hanbt/learn_dl/blob/master/cnn.py

全连接神经网络的实现

https://github.com/hanbt/learn_dl/blob/master/bp.py

全连接神经网络的实现(向量化)

https://github.com/hanbt/learn_dl/blob/master/fc.py

猜你喜欢

转载自blog.csdn.net/gaoshou7126/article/details/81669559
今日推荐