Hacker News new | ask | show | jobs
by alexbeloi 3500 days ago
Vanishing gradient is solved using model architectural choices: ReLu activation instead of sigmoid or tanh, using batch-normalization, using LSTMs

These are orthogonal to memory management and neural net framework choices.