hegongshan / hegongshan.github.io

Personal blog
https://www.hegongshan.com
1 stars 0 forks source link

Keras Model类中的常用方法 | 贺巩山的博客 #6

Open hegongshan opened 4 years ago

hegongshan commented 4 years ago

https://www.hegongshan.com/2019/09/17/keras-model/

近一个月来,我都在阅读Keras之父著作的《Python深度学习》一书。书中最常使用的便是Keras的Model类。 通过查阅官方文档和Model类源码,本文将Keras Model类中的常用方法进行了梳理和总结。