未验证 提交 10a15d8b 编写于 作者: 片刻小哥哥's avatar 片刻小哥哥 提交者: GitHub

辛苦了小哥哥 | Merge pull request #610 from Dogzhou/master

Fix typo and remove not used style tag
......@@ -284,7 +284,7 @@ ailearning <port>
> 目录结构:
* [安装指南](docs/TensorFlow2.x/安装指南.md)
* [Kears 快速入门](docs/TensorFlow2.x/Keras快速入门.md)
* [Keras 快速入门](docs/TensorFlow2.x/Keras快速入门.md)
* [实战项目 1 电影情感分类](docs/TensorFlow2.x/实战项目_1_电影情感分类.md)
* [实战项目 2 汽车燃油效率](docs/TensorFlow2.x/实战项目_2_汽车燃油效率.md)
* [实战项目 3 优化 过拟合和欠拟合](docs/TensorFlow2.x/实战项目_3_优化_过拟合和欠拟合.md)
......
......@@ -28,7 +28,7 @@ model.evaluate(dataset)
## Keras Sequential 顺序模型
顺序模型是多个网络层的线性堆叠,目前支持2方式
顺序模型是多个网络层的线性堆叠,目前支持2方式
### 构造模型
......
......@@ -14,7 +14,7 @@ Note: 我们的 TensorFlow 社区翻译了这些文档。因为社区翻译是
```python
# 使用 seaborn 绘制矩阵图 (pairplot)
!pip install seaborn
$ pip install seaborn
```
Requirement already satisfied: seaborn in /usr/local/lib/python3.6/dist-packages (0.9.0)
......@@ -350,19 +350,6 @@ train_stats
<div>
<style scoped>
.dataframe tbody tr th:only-of-type {
vertical-align: middle;
}
.dataframe tbody tr th {
vertical-align: top;
}
.dataframe thead th {
text-align: right;
}
</style>
<table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册