Skip to content

Commit

Permalink
2021-09-07 23:25:23
Browse files Browse the repository at this point in the history
  • Loading branch information
wizardforcel committed Sep 7, 2021
1 parent 619124b commit c659566
Show file tree
Hide file tree
Showing 1,230 changed files with 9,233 additions and 48,161 deletions.
80 changes: 10 additions & 70 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,73 +257,13 @@
+ [后记:语言的挑战](docs/nlp/12.md)
+ [索引](docs/nlp/14.md)
+ [TensorFlow 2.x](docs/tf2/README.md)
+ [初学者的 TensorFlow 2.0 教程](docs/tf2/002.md)
+ [针对专业人员的 TensorFlow 2.0 入门](docs/tf2/003.md)
+ [初级](docs/tf2/004.md)
+ [Keras 机器学习基础知识](docs/tf2/005.md)
+ [基本分类:对服装图像进行分类](docs/tf2/006.md)
+ [电影评论文本分类](docs/tf2/007.md)
+ [使用 Keras 和 Tensorflow Hub 对电影评论进行文本分类](docs/tf2/008.md)
+ [Basic regression: Predict fuel efficiency](docs/tf2/009.md)
+ [Overfit and underfit](docs/tf2/010.md)
+ [保存和恢复模型](docs/tf2/011.md)
+ [Introduction to the Keras Tuner](docs/tf2/012.md)
+ [加载和预处理数据](docs/tf2/013.md)
+ [用 tf.data 加载图片](docs/tf2/014.md)
+ [使用 tf.data 加载文本数据](docs/tf2/015.md)
+ [用 tf.data 加载 CSV 数据](docs/tf2/016.md)
+ [使用 tf.data 加载 NumPy 数据](docs/tf2/017.md)
+ [使用 tf.data 加载 pandas dataframes](docs/tf2/018.md)
+ [Unicode 字符串](docs/tf2/019.md)
+ [TF.Text](docs/tf2/020.md)
+ [TFRecord 和 tf.Example](docs/tf2/021.md)
+ [Estimator](docs/tf2/022.md)
+ [预创建的 Estimators](docs/tf2/023.md)
+ [Build a linear model with Estimators](docs/tf2/024.md)
+ [在 Tensorflow 中训练提升树(Boosted Trees)模型](docs/tf2/025.md)
+ [梯度提升树(Gradient Boosted Trees):模型理解](docs/tf2/026.md)
+ [通过 Keras 模型创建 Estimator](docs/tf2/027.md)
+ [高级](docs/tf2/028.md)
+ [自定义](docs/tf2/029.md)
+ [Customization basics: tensors and operations](docs/tf2/030.md)
+ [Custom layers](docs/tf2/031.md)
+ [自定义训练: 演示](docs/tf2/032.md)
+ [分布式训练](docs/tf2/033.md)
+ [Keras 的分布式训练](docs/tf2/034.md)
+ [使用 tf.distribute.Strategy 进行自定义训练](docs/tf2/035.md)
+ [利用 Keras 来训练多工作器(worker)](docs/tf2/036.md)
+ [利用 Estimator 进行多工作器训练](docs/tf2/037.md)
+ [使用分布策略保存和加载模型](docs/tf2/038.md)
+ [Distributed Input](docs/tf2/039.md)
+ [图像](docs/tf2/040.md)
+ [卷积神经网络(Convolutional Neural Network, CNN)](docs/tf2/041.md)
+ [Image classification](docs/tf2/042.md)
+ [Transfer learning and fine-tuning](docs/tf2/043.md)
+ [Transfer learning with TensorFlow Hub](docs/tf2/044.md)
+ [Data augmentation](docs/tf2/045.md)
+ [图像分割](docs/tf2/046.md)
+ [文本](docs/tf2/047.md)
+ [单词嵌入向量](docs/tf2/048.md)
+ [使用 RNN 进行文本分类](docs/tf2/049.md)
+ [循环神经网络(RNN)文本生成](docs/tf2/050.md)
+ [基于注意力的神经机器翻译](docs/tf2/051.md)
+ [Image captioning with visual attention](docs/tf2/052.md)
+ [理解语言的 Transformer 模型](docs/tf2/053.md)
+ [Fine-tuning a BERT model](docs/tf2/054.md)
+ [结构化数据](docs/tf2/055.md)
+ [对结构化数据进行分类](docs/tf2/056.md)
+ [Classification on imbalanced data](docs/tf2/057.md)
+ [Time series forecasting](docs/tf2/058.md)
+ [生成](docs/tf2/059.md)
+ [神经风格迁移](docs/tf2/060.md)
+ [DeepDream](docs/tf2/061.md)
+ [深度卷积生成对抗网络](docs/tf2/062.md)
+ [Pix2Pix](docs/tf2/063.md)
+ [CycleGAN](docs/tf2/064.md)
+ [Adversarial example using FGSM](docs/tf2/065.md)
+ [Intro to Autoencoders](docs/tf2/066.md)
+ [卷积变分自编码器](docs/tf2/067.md)
+ [可解释性](docs/tf2/068.md)
+ [Integrated gradients](docs/tf2/069.md)
+ [强化学习](docs/tf2/070.md)
+ [Playing CartPole with the Actor-Critic Method](docs/tf2/071.md)
+ [一、使用 Keras 搭建人工神经网络](docs/tf2/10.md)
+ [二、训练深度神经网络](docs/tf2/11.md)
+ [三、使用 TensorFlow 自定义模型并训练](docs/tf2/12.md)
+ [四、使用 TensorFlow 加载和预处理数据](docs/tf2/13.md)
+ [五、使用卷积神经网络实现深度计算机视觉](docs/tf2/14.md)
+ [六、使用 RNN 和 CNN 处理序列](docs/tf2/15.md)
+ [七、使用 RNN 和注意力机制进行自然语言处理](docs/tf2/16.md)
+ [八、使用自编码器和 GAN 做表征学习和生成式学习](docs/tf2/17.md)
+ [九、强化学习](docs/tf2/18.md)
+ [十、规模化训练和部署 TensorFlow 模型](docs/tf2/19.md)
69 changes: 0 additions & 69 deletions docs/tf2/002.md

This file was deleted.

148 changes: 0 additions & 148 deletions docs/tf2/003.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/tf2/004.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/tf2/005.md

This file was deleted.

Loading

0 comments on commit c659566

Please sign in to comment.