Neural Networks
What is all?
Scikit-learn
- An extremely popular Machine Learning library for python.
Perceptrons
- The simplest form of a neural network.
Gradient Descent
- A process by which Machine Learning algorithms learn to improve themselves based on the accuracy of their predictions.
Backpropagation
- The process by which neural networks learn how to improve individual parameters.
Numpy
- An extremely popular library for scientific computing in python.
Tensorflow
- One of the most popular python libraries for creating neural networks. It is maintained by Google.
We'll learn more about those.