Skip to content

Jarvis73/DeepLearningForBeginners

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepLearning

Deep learning with Tensorflow/PyTorch

1. Toturial

  1. Install Tensorflow
  2. Training first neural network on CPU
  3. Training model with validation
  4. Training first convolutional neural network on CPU
  5. Multi-GPUs: Mirrored Strategy
  1. Install PyTorch (ommit)
  2. First Neural Network on CPU

2. Models

  • Softmax Regression: 全连接神经网络
  • AutoEncoder: 自动编码器
  • Perception: 多层感知机
  • SimpleCNN: 一个简单的卷积神经网络
  • AlexNet_Modify: 一个稍微复杂的卷积神经网络

3. TODO List

  • TF-Estimator mnist: TF-Estimator toturial (Use tf.contrib.slim to create model and tf.estimator to train model)
  • TF-Estimator mnist: TF-Estimator toturial (Use tf.keras to create model and tf.estimator to train model)
  • GPU Fashion MNIST
  • Fashion MNIST + LeNet
  • Cifar-10 classification + AlexNet
  • Cifar-10 classification + VGG
  • Cifar-10 classification + ResNet

About

Deep learning with tensorflow/PyTorch, mirrored stragety

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published