Difference between revisions of "Algorithms"
(→Top Algorithms) |
(→Top Algorithms) |
||
| Line 40: | Line 40: | ||
[http://www.youtube.com/results?search_query=top+machine+learning+~algorithms YouTube search...] | [http://www.youtube.com/results?search_query=top+machine+learning+~algorithms YouTube search...] | ||
| + | <youtube>dcZvhP-IqY4</youtube> | ||
<youtube>BfowBtIxNu4</youtube> | <youtube>BfowBtIxNu4</youtube> | ||
<youtube>ggIk08PNcBo</youtube> | <youtube>ggIk08PNcBo</youtube> | ||
| − | <youtube> | + | <youtube>5WPSecXkQ3U</youtube> |
| − | + | ||
http://i.pinimg.com/564x/bf/f0/08/bff008b5b3ea45f644fdf6e06fb3a735.jpg | http://i.pinimg.com/564x/bf/f0/08/bff008b5b3ea45f644fdf6e06fb3a735.jpg | ||
Revision as of 21:41, 19 July 2018
- Hyperparameters
- Google DeepMind AlphaGo Zero
- 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
Top Algorithms