【深度学习】Tensorflow可视化教学

为Tensorflow 2017 打造的新版可视化教学代码,转自莫烦pythonhttps://github.com/MorvanZhou/Tensorflow-Tutorial

 

If you'd like to use PyTorch, no worries, I made a new PyTorch Tutorial just like Tensorflow. Here is the link: https://github.com/MorvanZhou/PyTorch-Tutorial

Tensorflow 2017 Tutorials

In these tutorials, we will build our first Neural Network and try to build some advanced Neural Network architectures developed recent years.

All methods mentioned below have their video and text tutorial in Chinese. Visit 莫烦 Python for more.

  • Tensorflow basic
    • Session
    • Placeholder
    • Variable
    • Activation
  • Build your first network
    • Regression
    • Classification
    • Save and reload
    • Optimizers
    • Tensorboard
    • Dataset
  • Advanced neural network
    • CNN
    • RNN-Classification
    • RNN-Regression
    • AutoEncoder
    • DQN Reinforcement Learning
    • GAN (Generative Adversarial Nets) / Conditional GAN
    • Transfer Learning
  • Others (WIP)
    • Dropout
    • Batch Normalization
    • Visualize Gradient Descent
    • Distributed training

Regression

Classification

CNN

RNN

Autoencoder

GAN (Generative Adversarial Nets)

Dropout

Batch Normalization

Visualize Gradient Descent

 

你可能感兴趣的:(深度学习,深度学习,tensorflow,可视化)