Difference between revisions of "Algorithms"
| Line 1: | Line 1: | ||
[http://www.youtube.com/results?search_query=artificial+intelligence+deep+learning+~models+~algorithms YouTube search...] | [http://www.youtube.com/results?search_query=artificial+intelligence+deep+learning+~models+~algorithms YouTube search...] | ||
| + | * [[Hyperparameters]] | ||
* [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] | ||
* [http://en.wikipedia.org/wiki/Outline_of_machine_learning Outline of machine learning | Wikipedia] | * [http://en.wikipedia.org/wiki/Outline_of_machine_learning Outline of machine learning | Wikipedia] | ||
Revision as of 20:17, 30 June 2018
- Hyperparameters
- A guide to machine learning algorithms and their applications
- Outline of machine learning | Wikipedia
- How to choose algorithms for Microsoft Azure Machine Learning | Microsoft
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