Below you will find pages that utilize the taxonomy term “Neural Network”
23. October 2023
Transfer Learning & Fine Tuning Pre-Trained Model
Description: This notebook shows how to use pre-trained model and fine tune it to get higher accuracy. It serves as a reference for my further deep learning projects.
19. May 2023
How Neural Network works under the hood?
Description: In this Medium article , I describe how neural network works. I also show how you could create one from scratch using Python Numpy library. Furthermore I also show how to create one using PyTorch.