Difference between revisions of "Algorithms"
| Line 17: | Line 17: | ||
== Zoo == | == Zoo == | ||
* [http://www.asimovinstitute.org/author/fjodorvanveen/ Neural Network Zoo | Fjodor Van Veen] | * [http://www.asimovinstitute.org/author/fjodorvanveen/ Neural Network Zoo | Fjodor Van Veen] | ||
| − | http:// | + | 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 21:07, 13 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
Zoo