Skip to content

Commit c74c5fa

Browse files
committed
388 - updated docs for Stochastic test
1 parent 5f3863b commit c74c5fa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/neural-network/optimizers/stochastic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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 |

src/NeuralNet/Optimizers/Stochastic/Stochastic.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
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

0 commit comments

Comments
 (0)