machine-learning-articles
machine-learning-articles copied to clipboard
A Visual and Interactive Guide to the Basics of Neural Networks
TL;DR
A cool visualization demonstration of neural network
Article Link
http://jalammar.github.io/visual-interactive-guide-basics-neural-networks/
Author
Jalammar
Key Takeaways
- Visualization of neural networks can be useful to understand the concept as well as choose the parameters for the networks
Useful Code Snippets
Useful Tools
Comments/ Questions
- Can use this to choose the parameters for our model
- How can we create something similar for our deep learning model and should we? How easy it is to create something like this?