大牛博客:
keras模塊列表

image.png
keras典型框架
主要講述了keras經(jīng)典模型--Sequential模型中model的順序創(chuàng)建連接方法。
另外keras訓(xùn)練基本套路,compile, fit, evaluate, predict.
指定模型Sequential( )
---->堆疊模塊 .add( )
---->編譯模型 .compile( )
---->在訓(xùn)練數(shù)據(jù)上迭代 .fit( )
---->評估 .evaluate( )
---->對新數(shù)據(jù)的預(yù)測 .predict( )
https://blog.csdn.net/weixin_43442290/article/details/93873422
keras結(jié)合skleran進(jìn)行超參網(wǎng)格搜索
https://blog.csdn.net/lixianjun913/article/details/52216795
keras后端
http://www.360doc.com/content/17/0126/22/40028542_624945384.shtml