mirror of
https://github.com/apachecn/ailearning.git
synced 2026-04-25 02:51:54 +08:00
Fix typo and remove not used style tag
This commit is contained in:
@@ -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;">
|
||||
|
||||
Reference in New Issue
Block a user