- Keras Deep Learning Cookbook
- Rajdeep Dua Manpreet Singh Ghotra
- 52字
- 2021-06-10 19:38:55
Model compilation internals
Let's look at what happens behind the scenes when model.compile() is called.
Get the optimizer depending on the Backend:
Here is a list of the optimizers supported:
all_classes = {
'sgd': SGD,
'rmsprop': RMSprop,
'adagrad': Adagrad,
'adadelta': Adadelta,
'adam': Adam,
'adamax': Adamax,
'nadam': Nadam,
'tfoptimizer': TFOptimizer,
}
推薦閱讀
- 大數(shù)據(jù)技術(shù)基礎(chǔ)
- Maya 2012從入門到精通
- 基于32位ColdFire構(gòu)建嵌入式系統(tǒng)
- INSTANT Drools Starter
- Nginx高性能Web服務(wù)器詳解
- Word 2007,Excel 2007辦公應(yīng)用融會(huì)貫通
- Visual FoxPro程序設(shè)計(jì)
- R Data Analysis Projects
- 工業(yè)機(jī)器人入門實(shí)用教程
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)實(shí)訓(xùn)(職業(yè)模塊)
- 穿越計(jì)算機(jī)的迷霧
- 實(shí)戰(zhàn)Windows Azure
- Linux常用命令簡(jiǎn)明手冊(cè)
- 從零開(kāi)始學(xué)ASP.NET
- Photoshop CS6白金手冊(cè)