README: This tutorial was designed for easily diving into TensorFlow, through examples. For readability, it includes both notebooks and source codes with explanation, for both TF v1 & v2.
GitHub 项目简介: TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
README: Implement a Linear Regression with TensorFlow 2.0+.
README: Use TensorFlow 2.0 'layers' and 'model' API to build a simple neural network to classify MNIST digits dataset.
README: Build a Deep Convolutional Generative Adversarial Network (DCGAN) to generate images from noise.