![]() |
Neuron Net
|
Macros | |
| #define | lr 0.001 |
| learning rate More... | |
| #define | momentum 0.5 |
| momentum for SGD optimization More... | |
| #define | b1 0.99 |
| First momentum multiplier of Adam optimization. More... | |
| #define | b2 0.9999 |
| Second momentum multiplier of Adam optimization. More... | |
| #define b1 0.99 |
First momentum multiplier of Adam optimization.
Definition at line 36 of file NeuroNet.mqh.
| #define b2 0.9999 |
Second momentum multiplier of Adam optimization.
Definition at line 38 of file NeuroNet.mqh.
| #define lr 0.001 |
learning rate
Definition at line 32 of file NeuroNet.mqh.
| #define momentum 0.5 |
momentum for SGD optimization
Definition at line 33 of file NeuroNet.mqh.