Posts by Year

2023

AI Evolution: Weekly News Digest

June 18 2023

Introduction AI is revolutionizing various aspects of our daily lives, with new applications and advancements emerging every week. Here’s a roundup of some o...

PyTorch RNN from Scratch

June 09 2023

In this post, we’ll take a look at RNNs, or recurrent neural networks, and attempt to implement parts of it in scratch through PyTorch. Yes, it’s not entirel...

AI Resources

May 20 2023

Introduction AI is revolutionizing various aspects of our daily lives, with new applications and advancements emerging every week. Here’s a roundup of some o...

CS229 Problem Set #1: Supervised Learning

February 23 2023

Introduction In this blog post, I will delve into the first problem set of the CS229 course on Supervised Learning. This problem set focuses on linear classi...

Fake News Detection

January 12 2023

The problem at hand is called fake news detection. In the context of information technology and AI, “fake news” is misleading or false information presented ...

MNIST From Scratch Using NumPy

January 05 2023

To gain a deeper understanding of what is happening in Neural Networks I decided I wanted to complete a project froms scratch without the help of Pytorch or ...

A Self-Created Curriculum

January 01 2023

My Machine Learning journey Welcome to my blog! I’m embarking on a journey to learn Machine Learning, and I’m excited to share my experiences here. Follow me...

Back to Top ↑