Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 167 Bytes

keras中提供的优化算法.md

File metadata and controls

14 lines (10 loc) · 167 Bytes

先上链接

http://keras.io/optimizers/

  1. sgd
  2. rmsprop
  3. adagrad
  4. adadelta
  5. adam
  6. adamax

我的经验和实验结果显示,还是sgd+动量好用