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

Latest commit

 

History

History
25 lines (13 loc) · 452 Bytes

14-Day7.md

File metadata and controls

25 lines (13 loc) · 452 Bytes

课程小结--7

谢鑫 航天航空学院

2017012283

1、Keras简介

①顺序模型:Sequantial Model

②层、激活函数、优化器

2、Keras使用流程

①定义网络 ②编译网络 ③训练网络 ④评估网络 ⑤数据预测 ⑥保存/载入网络

3、手写数字识别

4、Keras基本操作

①顺序模型

②层和模型

③即刻训练:变量,优化器,tensorboard