Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

开始转Pytorch

到现在我已经接触了Theano,Tensorflow,Mxne,Keras以及Pytorch框架,总的来说,tf显得比较麻烦。

本来好好地keras,非要集成到里面去,还有tf各种库都是python的模块,也集成进去,表示学的累啊,看到了pytorch,表示非常喜欢,那就学习pytorch吧

  • [教程]

      1. 官方文档

      2. 一位韩国人写的pytorch教程

      3. cs231n助教的教程

     

挖坑(pytorch论文实现)

      1.MNIST普通MLP实现 mnist_mlp      

      2.MNIST卷积神经网络实现 mnist cnn

      3.CIFAR10卷积神经网络实现  cifar10 cnn

      4.VGG模型实现 VGG16   参考 pytorch-cifar      

      5.ResNet模型实现 ResNet

      6.R-CNN实现

      7.DQN实现

      8.Inception CNN Inception

      9.FaceNet

      10.Capsules network

      11.神经网络绘画neural artistic style

      12.autoencoding autoencoding      

      13.GAN GAN 

      14 迁移学习 transfer learning

欢迎各位提交代码!