File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
docs/neural-network/optimizers
src/NeuralNet/Optimizers/Stochastic Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11<span style =" float :right ;" ><a href =" https://github.com/RubixML/ML/blob/master/src/NeuralNet/Optimizers/Stochastic/Stochastic.php " >[ source] </a ></span >
22
33# Stochastic
4- A constant learning rate optimizer based on vanilla Stochastic Gradient Descent.
4+ A constant learning rate optimizer based on vanilla Stochastic Gradient Descent (SGD) .
55
66## Parameters
77| # | Name | Default | Type | Description |
Original file line number Diff line number Diff line change 1111/**
1212 * Stochastic
1313 *
14- * A constant learning rate gradient descent optimizer.
14+ * SGD (Stochastic Gradient Descent) optimizer -
15+ * a constant learning rate gradient descent optimizer.
1516 *
1617 * @category Machine Learning
1718 * @package Rubix/ML
You can’t perform that action at this time.
0 commit comments