25. Neural Networks#
Neural Networks are a lot of linear algebra/matrix multiplication (similar to PCA). Watch the following video for an introduction. The first video is the most important, but the whole playlist is useful.
25.1. Further Reading#
Scikit Learn’s Neural Network guide, https://scikit-learn.org/stable/modules/neural_networks_supervised.html
An alternative introductory example of neural networks, https://realpython.com/python-ai-neural-network/
Example with MNIST hand written number data using the TenserFlow package, https://www.tensorflow.org/tutorials/quickstart/beginner