├── README.md ├── data └── 01视频地址 ├── learn ├── 01视频地址.md ├── L01 linear.ipynb ├── L01 mnist_nn.ipynb ├── L01 梯度可视化.ipynb └── L01_taxi_exercise.ipynb ├── model ├── 01视频地址.md └── M01_basics.ipynb └── summary └── 01视频地址.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YJango/Tensorflow-eager-execution/HEAD/README.md -------------------------------------------------------------------------------- /data/01视频地址: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /learn/01视频地址.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YJango/Tensorflow-eager-execution/HEAD/learn/01视频地址.md -------------------------------------------------------------------------------- /learn/L01 linear.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YJango/Tensorflow-eager-execution/HEAD/learn/L01 linear.ipynb -------------------------------------------------------------------------------- /learn/L01 mnist_nn.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YJango/Tensorflow-eager-execution/HEAD/learn/L01 mnist_nn.ipynb -------------------------------------------------------------------------------- /learn/L01 梯度可视化.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YJango/Tensorflow-eager-execution/HEAD/learn/L01 梯度可视化.ipynb -------------------------------------------------------------------------------- /learn/L01_taxi_exercise.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YJango/Tensorflow-eager-execution/HEAD/learn/L01_taxi_exercise.ipynb -------------------------------------------------------------------------------- /model/01视频地址.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YJango/Tensorflow-eager-execution/HEAD/model/01视频地址.md -------------------------------------------------------------------------------- /model/M01_basics.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YJango/Tensorflow-eager-execution/HEAD/model/M01_basics.ipynb -------------------------------------------------------------------------------- /summary/01视频地址.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YJango/Tensorflow-eager-execution/HEAD/summary/01视频地址.md --------------------------------------------------------------------------------