**Deep learning** is part of a broader family of [[Machine Learning|machine learning]] methods based on biological processes, more specifically [[Neural Networks|neural networks]]. While traditional machine learning algorithms are [[Linearity|linear]], the composition between the neurons of hidden layers provide a composition that can be [[Non-linearity|non-linear]].
Deep Learning is usually a powerful tool when having lots of complex [[Data|data]], but extra caution must be taken when designing the architecture and choosing parameters.
## Resources
- [*Deep Learning*, by Ian Goodfellow (MIT, 2016)](https://www.deeplearningbook.org/)