Hey! I'm a 4th year Computer Engineering student at Trinity College Dublin, passionate about Deep Learning and AI. This blog is where I share my learning adventures, experiments, and discoveries in this exciting field.
I am available for tutoring Python and basics of Machine Learning. Email: adityakharbanda25@gmail.com
Recently, I built a Formula 1 Car Classifier that was 89% accurate (read the blog here!). And it got me thinking, How do I take the model I built and use it on my phone? Imagine, I could use the ML model that I had trained to recognize the team of a...

I've been trying my hand at Transfer Learning and Fine Tuning for a while now. I decided to utilise it for a fun little project around F1. I fine-tuned the EfficientNetB0 image classification model on a F1 car images dataset, so that, given an image ...

For the past few days I've been learning about Convolutional Networks and how they've transformed the field of Computer Vision and Deep Learning. So, I decided to recreate the LeNet-5, the ALL TIME CLASSIC Convnet published by Yann LeCun in his paper...
