Older article about building neural networks from scratch. From the math behind them to step-by-step implementation coding samples in Python with Google Colab. By Pratik Shukla, Roberto Iriondo.
This tutorial explains (amongst others):
- What is a neural network?
- Applications of Artificial Neural Networks
- General structure of an Artificial Neural Network (ANN)
- What is a Perceptron?
- Where we can use Perceptrons?
- Neural Network implementation from scratch
… and more. Comprehensive list of resources for further reading is also including. Fabulous!
[Read More]