
Writing
Thoughts on software engineering, and my offline adventures.


January 25, 2023• 29 min read
Coding a Naive Bayes Classifier in Python
Write your own Naive Bayes Classifier from scratch

November 24, 2022• 39 min read
Preprocessing for the Adult Dataset
Preprocess the Adult dataset for Machine Learning

October 5, 2022• 24 min read
Binary Tree Traversal Algorithms
Exploring DFS, BFS and other tree algorithms

September 21, 2022• 23 min read
Creating a Classifier for the Iris Dataset
Go through the full process of producing a basic classifier