官术网_书友最值得收藏!

  • 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,
}
主站蜘蛛池模板: 华池县| 茶陵县| 塔城市| 黄梅县| 铜川市| 革吉县| 西昌市| 昌吉市| 科尔| 金塔县| 黔江区| 永兴县| 霞浦县| 天镇县| 滦平县| 达尔| 儋州市| 襄樊市| 射阳县| 同仁县| 天峨县| 兴化市| 北川| 桑植县| 公主岭市| 子洲县| 桦甸市| 苍梧县| 汨罗市| 怀柔区| 微山县| 长宁县| 离岛区| 上犹县| 清镇市| 长阳| 突泉县| 郑州市| 波密县| 杂多县| 浪卡子县|