Difference between revisions of "Algorithms"
| Line 14: | Line 14: | ||
* Dropout rate (or not) | * Dropout rate (or not) | ||
* Threshold | * Threshold | ||
| + | |||
| + | == Neural Networks == | ||
| + | * [http://www.asimovinstitute.org/author/fjodorvanveen/ Neural Network Zoo | Fjodor Van Veen] | ||
| + | http://www.asimovinstitute.org/wp-content/uploads/2016/12/neuralnetworkcells.png | ||
| + | http://www.asimovinstitute.org/wp-content/uploads/2016/12/neuralnetworkgraphs.png | ||
| + | http://www.asimovinstitute.org/wp-content/uploads/2016/09/neuralnetworks.png | ||
Revision as of 13:57, 14 May 2018
Architecture:
- Variables type
- Variable scaling
- Cost function
- Type of neural network - CNN, RNN, FFN
- Number of layers, hidden
- Type of layers
- LSTM, Dense, Highway
- Convolutional
- Pooling
- Weight initialization type
- Number of nodes
- Type of activation function - linear, Sigmoid, ReLU
- Dropout rate (or not)
- Threshold
Neural Networks