2019-04-09 14:23:09 +10:00
2019-03-11 14:15:30 +11:00
2019-03-11 14:19:22 +11:00
2019-03-11 13:30:39 +11:00
2019-03-11 14:34:31 +11:00
2019-03-11 14:37:25 +11:00
2019-03-11 14:39:43 +11:00
2019-03-11 15:50:54 +11:00
2019-03-11 15:55:11 +11:00
2019-03-11 16:02:49 +11:00
2019-03-11 16:31:07 +11:00
2019-03-11 16:37:11 +11:00
2019-03-11 17:20:51 +11:00
2019-03-18 13:44:59 +11:00
2019-03-09 08:50:14 +11:00
2019-04-04 11:30:25 +11:00

TensorFlow 2.0 Tutorials

Timeline:

996.icu

Installation

  1. CPU install
pip install tensorflow==2.0.0-alpha0
  1. GPU install
pip install tensorflow-gpu==2.0.0-alpha0

Test installation:

In [2]: import tensorflow  as tf

In [3]: tf.__version__
Out[3]: '2.0.0-dev20190129'
In [4]: tf.test.is_gpu_available()
...
totalMemory: 3.95GiB freeMemory: 3.00GiB
...
Out[4]: True

Includes

  • TensorFlow 2.0 overview
  • TensorFlow 2.0 Basic Usage
  • Linear Regression
  • MNIST, FashionMNIST
  • CIFAR10
  • Fully Connected Layer
  • VGG16
  • Inception Network
  • ResNet18
  • Naive RNN
  • LSTM
  • ColorBot
  • Auto-Encoders
  • Variational Auto-Encoders
  • DCGAN
  • CycleGAN
  • WGAN
  • Pixel2Pixel
  • Faster RCNN
  • A2C

and more is waiting to be updated!

Refered Repos.

Our work is not built from scratch. Great appreciation to these open works

人工智能学习交流

请加QQ群295208768

二维码:

TensorFlow 2.0的视频教程推荐:深度学习与TensorFlow实战

Acknowledgement

  • 爱可可-爱生活 友情推荐
Languages
Jupyter Notebook 93.3%
Python 6.7%