🧠 Visualisation des méthodes de descente de gradient

Comparez SGD, BGD et Mini-batch GD avec 4 échantillons et 2 lots

📦 Échantillons d'entraînement (4 au total, 2 lots de 2 échantillons chacun)

Échantillon 1
Entrée : [0,2, 0,8, 0,5, 0,3]
Objectif : [0,9, 0,1]
Échantillon 2
Entrée : [0.7, 0.3, 0.6, 0.4]
Objectif : [0.2, 0.8]
Échantillon 3
Entrée : [0.4, 0.6, 0.2, 0.7]
Objectif : [0.8, 0.2]
Échantillon 4
Entrée : [0.9, 0.1, 0.8, 0.2]
Objectif : [0.3, 0.7]
Lot 1 : Échantillons 1-2 | Lot 2 : Échantillons 3-4

Mode actuel

SGD

Époque

0

Mises à jour des poids/époque

4

Échantillon/Lot actuel

-

Perte

--

Progression

Prêt

📚 Descente de Gradient Stochastique (SGD)

Échantillon actif
Dans le lot courant
Activation forte
Flux du gradient
Mise à jour des poids