Beta Version 2.4.0
Added
- Added “costFunction” parameter to the new() constructor for NeuralNetwork under “Models” section.
Changes
-
Renamed backwardPropagate() function to update() in NeuralNetwork under “Models” section.
-
Renamed calculateCostDerivativeMatrixArray() function to backwardPropagate() in NeuralNetwork under “Models” section.
-
Renamed “lossFunction” parameter to “costFunction” to the new() constructor for LinearRegression under “Models” section.