Skip to content
This repository has been archived by the owner on Sep 5, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (14 loc) · 264 Bytes

16_Day7.md

File metadata and controls

27 lines (14 loc) · 264 Bytes

study memo day 7

2017080040 松本博晓 16

Keras的基本概念

  1. 模型
  2. 激活函数
  3. 优化器

Keras 的基本步骤

  1. 定义网格
  2. 编译网格
  3. 训练网格
  4. 评估网格
  5. 数据预测
  6. 保存、载入网格