Category: Neural Network Journey
-
A journey through Neural Networks – part 2: how to PyTorch

We continue now our journey through neural networks by diving straight into one of the most known frameworks for python, this is PyTorch. In my first post, I create a Neural Network from scratch just using Numpy. I try different architectures of networks, tuning different hyperparameters. The last example I test it on is the…
-
A journey through Neural Networks – part 1: Baby Steps

Recently I wanted to build a Neural Network from scratch as an exercise to work on the math behind neural networks and also to show that it is relatively easy to create networks in python just using the NumPy module. As a step 2 and in future posts I will continue building up on this…
