ml5js/ml5-library

Default Learning Rates for Optimizers are higher than those in Tensorflow.js/Keras

Open

#1 249 ouverte le 13 nov. 2021

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)JavaScript (905 forks)batch import
bughelp wantedneural-network

Métriques du dépôt

Stars
 (6 136 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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

Guide contributeur