My projects
Projects that reflect what I’ve been learning and creating.
- All Post
- Blog
- Gen AI & Agents
- Post
- Projects
- Research

Random Forest is a versatile and robust machine learning algorithm that belongs to the family of ensemble learning methods. It...

Gradient Boosting and Random Forest are two powerful ensemble learning techniques that have become essential tools in the machine learning...

Introduction In the realm of machine learning, Recurrent Neural Networks (RNNs) have emerged as a powerful tool for modeling sequential...

Introduction In the realm of machine learning, algorithms inspired by natural processes have proven to be remarkably effective. One such...

Introduction Traffic signs are crucial for ensuring road safety and guiding drivers. With self-driving cars and intelligent transportation systems becoming...

sigmoid neuron, deep learning, neural network, activation function, non-linearity, machine learning, backpropagation, ReLU, vanishing gradient problem

In machine learning, an epoch refers to one complete pass through the entire training dataset. During each epoch, the model...

The perceptron is a fundamental concept in machine learning, serving as one of the earliest models for binary classification. This...

Hierarchical Clustering: A Top-Down Approach to Grouping Data Hierarchical clustering is a popular unsupervised machine learning technique used to group...