Difference between revisions of "Algorithms"
| Line 35: | Line 35: | ||
http://www.asimovinstitute.org/wp-content/uploads/2016/09/neuralnetworks.png | http://www.asimovinstitute.org/wp-content/uploads/2016/09/neuralnetworks.png | ||
| − | + | http://cdn-images-1.medium.com/max/1600/1*bhFifratH9DjKqMBTeQG5A.gif | |
| + | |||
| + | http://i.pinimg.com/564x/bf/f0/08/bff008b5b3ea45f644fdf6e06fb3a735.jpg | ||
Revision as of 21:28, 19 July 2018
- Hyperparameters
- Google DeepMind AlphaGo Zero
- A guide to machine learning algorithms and their applications
- Top 5 Algorithms used in Data Science
- 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