mirror of
https://github.com/Relintai/MLPP.git
synced 2025-02-04 15:55:53 +01:00
readme
This commit is contained in:
parent
d483662ce2
commit
bee83e0a39
@ -558,6 +558,8 @@ void ANN::Adam(double learning_rate, int max_epoch, int mini_batch_size, double
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// https://www.youtube.com/watch?v=4qDt4QUl4zE
|
||||||
|
// The above video detailed the necessary components of the line search algorithm.
|
||||||
double ANN::backTrackingLineSearch(double beta, double learningRate){
|
double ANN::backTrackingLineSearch(double beta, double learningRate){
|
||||||
LinAlg alg;
|
LinAlg alg;
|
||||||
forwardPass();
|
forwardPass();
|
||||||
|
@ -136,6 +136,8 @@ The result will be the model's predictions for the entire dataset.
|
|||||||
- Epoch Based
|
- Epoch Based
|
||||||
- Step Based
|
- Step Based
|
||||||
- Exponential
|
- Exponential
|
||||||
|
7. Learning Rate Finders
|
||||||
|
- Backtracking Line Search Optimization
|
||||||
3. ***Prebuilt Neural Networks***
|
3. ***Prebuilt Neural Networks***
|
||||||
1. Multilayer Peceptron
|
1. Multilayer Peceptron
|
||||||
2. Autoencoder
|
2. Autoencoder
|
||||||
|
Loading…
Reference in New Issue
Block a user