/TensorFlow_note

TensorFlow例程

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

TensorFlow笔记例程

本代码库为博客专栏《TensorFlow笔记》的例程代码库

TensorFlow代码例程目录

  1. LinearRegressionWithOneVariable --- 单变量线性回归

  2. MultipleLinearRegression ------------ 多元线性回归

  3. SingleNeuronClassification ---------- 单神经元分类

  4. MultineuronClassification ----------- 多神经元分类

  5. CNN-LeNet-5 ------------------------ LeNet-5卷积神经网络

  6. ResNet ------------------------------- 残差网络

  7. CheckPoint --------------------------- 检查点

  8. GoolgeNet --------------------------- 谷歌网络

  9. VGG16 -------------------------------- VGG16卷积神经网络迁移学习

谢谢!