Skip to content

Commit

Permalink
Merge branch 'master' of https://gitee.com/apachecn/AiLearning
Browse files Browse the repository at this point in the history
  • Loading branch information
wizardforcel committed Oct 19, 2020
2 parents 24c6d8d + 10a15d8 commit c457399
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/TensorFlow2.x/Keras快速入门.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ model.evaluate(dataset)

## Keras Sequential 顺序模型

顺序模型是多个网络层的线性堆叠,目前支持2中方式
顺序模型是多个网络层的线性堆叠,目前支持2种方式

### 构造模型

Expand Down
15 changes: 1 addition & 14 deletions docs/TensorFlow2.x/实战项目_2_汽车燃油效率.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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;">
Expand Down

0 comments on commit c457399

Please sign in to comment.