Alomgir Kabir
Bio
I am a machine learning engineer.I work with computer vision, NLP, AI, generative AI, LLM models, Python, PyTorch, Pandas, NumPy, audio processing, video processing, and Selenium web scraping.
Stories (11)
Filter by community
Implement a Random Forest model for classification using Python’s
A Random Forest is an ensemble learning method that builds a collection of decision trees and combines their predictions to improve the accuracy and robustness of the model. It is widely used for both classification and regression tasks and is considered one of the most powerful machine learning algorithms.
By Alomgir Kabir11 months ago in Education
Random Forest algorithms
A Random Forest is an ensemble learning method that builds a collection of decision trees and combines their predictions to improve the accuracy and robustness of the model. It is widely used for both classification and regression tasks and is considered one of the most powerful machine learning algorithms.
By Alomgir Kabir11 months ago in Education
Decision Trees in Python
Decision trees are versatile and intuitive models that are widely used for both classification and regression tasks. They split the data into subsets based on feature values, creating a tree-like structure where each internal node represents a decision based on a feature, and each leaf node represents a predicted outcome (class or value).
By Alomgir Kabir11 months ago in Education
Decision Trees classification
Decision trees are versatile and intuitive models that are widely used for both classification and regression tasks. They split the data into subsets based on feature values, creating a tree-like structure where each internal node represents a decision based on a feature, and each leaf node represents a predicted outcome (class or value).
By Alomgir Kabir11 months ago in Education
Logistic Regression – Used for classification problems (e.g., spam detection)
Logistic regression is a fundamental statistical and machine learning technique widely used for binary classification problems, such as distinguishing between spam and non-spam emails. It is a type of regression analysis but differs from linear regression by predicting categorical outcomes rather than continuous ones. Despite its simplicity, logistic regression often yields competitive performance for a wide range of classification tasks.
By Alomgir Kabir11 months ago in Education
Logistic Regression
Logistic regression is a fundamental statistical and machine learning technique widely used for binary classification problems, such as distinguishing between spam and non-spam emails. It is a type of regression analysis but differs from linear regression by predicting categorical outcomes rather than continuous ones. Despite its simplicity, logistic regression often yields competitive performance for a wide range of classification tasks.
By Alomgir Kabir11 months ago in Education
Linear Regression
Introduction Linear Regression is one of the most fundamental algorithms in machine learning, commonly used for predicting continuous numerical values such as house prices, sales revenue, stock prices, and temperature. It is a statistical method that models the relationship between independent variables (features) and a dependent variable (target) using a straight line.
By Alomgir Kabir11 months ago in Education
Math & Programming for Machine Learning
Prerequisites: Math & Programming for Machine Learning Machine learning (ML) is a field that requires a strong foundation in both mathematics and programming. Before diving into ML algorithms, models, and deployment, it is essential to understand the fundamental mathematical concepts and develop programming skills. This article explores the key areas of math and programming that form the backbone of ML.
By Alomgir Kabir11 months ago in Education
Machine Learning Roadmap
🚀 Machine Learning Roadmap (2025 Edition) Machine Learning (ML) is a rapidly evolving field that blends mathematics, programming, and domain expertise. Whether you want to work in industry, research, or build AI-powered applications, this roadmap will guide you through the essential topics.
By Alomgir Kabir11 months ago in Education
Love Letters Through Time
June 14, 1863 Dearest Catherine, I write to you from a candlelit corner of my tent, where the Virginia air is thick with the scent of gunpowder and magnolias. The war rages on, yet in the quiet of this night, my thoughts are not on battle but on you. I see you in every flicker of the flame, in every rustle of the wind against the canvas. Have you received my last letter? Do you still wear the locket I placed around your neck that autumn eve when we bid farewell?
By Alomgir Kabir11 months ago in History
NumPy Python library
Introduction NumPy (Numerical Python) is a powerful open-source library for numerical computing in Python. It provides support for large, multi-dimensional arrays and matrices, along with a collection of mathematical functions to operate on these structures efficiently. NumPy is widely used in scientific computing, data analysis, artificial intelligence, and machine learning, making it an essential tool for researchers, engineers, and developers.
By Alomgir Kabir11 months ago in Education










