
In previous posts, we have looked at the theory of what is a neural network and how the training process works. Today we are going to put that into practice and build our own neural network using Python! Table of Contents Requirements For the example in this post, I will be using Python 3.10. We will build a neural network using keras from the tensorflow package. TensorFlow is one of the most used solutions for building neural networks.









