ml5js/ml5-library
Default Learning Rates for Optimizers are higher than those in Tensorflow.js/Keras
開放
#1,249 建立於 2021年11月13日
bughelp wantedneural-network
倉庫指標
- 星標
- (6,136 顆星)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
Dear ml5 community,
I'm submitting a new issue. Please see the details below.
→ Step 1: Describe the issue 📝
The default Optimizer learning rates are significantly higher than those in tensorflow.js. This can lead to sub-optimal accuracy rates when training.
→ Step 2: Screenshots or Relevant Documentation 🖼
Default ML5.js Regression Adam Optimizer learning rate: .20 Default Tensorflow.js Adam Optimizer learning rate: .001