Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 433 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 433 Bytes

pytorch-minist

《Neural Networks and Deep Learning》 By Michael Nielsen / Dec 2019

原文链接:www.neuralnetworksanddeeplearning.com

作者基于Theano框架实现network3.py ,而该框架已不再维护

用pytorch重新实现了一下