Notes & ideas

Writing about code, systems, and the things I learn.

A collection of practical notes from building backend software and exploring technology.

ARTICLE

Popular Python Libraries for AI

Certainly! Here's a brief overview of each library you mentioned: 1. Seaborn:  - Description: Seaborn is a data visualization library built on top of…

Read article
ARTICLE

Machine Learning Models

A machine learning model is defined as a mathematical representation of the output of the training process. Machine learning is the study of differen…

Read article
ARTICLE

Deep Learning vs. Machine Learning

Deep learning models are a class of ML models that imitate the way humans process information. The model consists of several layers of processing (he…

Read article
ARTICLE

Supervised vs. Unsupervised vs. Reinforcement Learning

Machine Learning is a part of Computer Science where the efficiency of a system improves itself by repeatedly performing tasks by using data instead …

Read article