Difference between revisions of "Algorithms"
| Line 1: | Line 1: | ||
* [http://www.sas.com/en_gb/insights/articles/analytics/machine-learning-algorithms.html A guide to machine learning algorithms and their applications] | * [http://www.sas.com/en_gb/insights/articles/analytics/machine-learning-algorithms.html A guide to machine learning algorithms and their applications] | ||
| + | * [https://en.wikipedia.org/wiki/Comparison_of_deep_learning_software Comparison of deep learning software | Wikipedia] | ||
Architecture: | Architecture: | ||
Revision as of 09:09, 20 May 2018
- A guide to machine learning algorithms and their applications
- Comparison of deep learning software | Wikipedia
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