Hitesh Sahu
Hitesh SahuHitesh Sahu
  1. Home
  2. β€Ί
  3. posts
  4. β€Ί
  5. …

  6. β€Ί
  7. 0 INDEX

Loading ⏳
Fetching content, this won’t take long…


πŸ’‘ Did you know?

🍯 Honey never spoils β€” archaeologists found 3,000-year-old jars still edible.

πŸͺ This website uses cookies

No personal data is stored on our servers however third party tools Google Analytics cookies to measure traffic and improve your website experience. Learn more

Loading ⏳
Fetching content, this won’t take long…


πŸ’‘ Did you know?

🍌 Bananas are berries, but strawberries are not.
AI-Machine-Learning

    AI-AgenticAI

    AI-DeepLearning

    AI-GenAI

    AI-Infrastructure

    AI-Machine-Learning
    • Machine Learning Learning Path


    • Stanford AI Scientist Roadmap 2026


    • Machine Learning: Introduction and Core Algorithms


    • Linear Regression Explained: Single Variable and Multivariate Models with Gradient Descent


    • Evaluating a Hypothesis in Neural Networks


    • Bias-Variance Dilemma


    • Cost Function Regularization: Balancing Bias and Variance in Machine Learning Models


    • Polynomial Regression


    • Normal Equation in Linear Regression: Formula, Intuition, and Comparison with Gradient Descent


    • Logistic Regression for Classification: Concept, Sigmoid Function, Cost Function, and Implementation


    • Logistic Regression for Classification: Concept, Sigmoid Function, Cost Function, and Implementation


    • Support Vector Machines (SVM): Maximizing Margins for Robust Machine Learning Models


    • XGBoost (Extreme Gradient Boosting) Explained


    • Dimensionality Reduction in Machine Learning


    • Principal Component Analysis (PCA) Explained


    • t-SNE (t-distributed Stochastic Neighbor Embedding) Explained


    • K-Means Clustering


    • Anomaly Detection: Identifying Rare and Unusual Patterns in Data


    • Anomaly Detection Using Gaussian Distribution in Machine Learning


    • Anomaly Detection Using Multivariate Gaussian Distribution


    • Recommender Systems: Collaborative Filtering, Content-Based Filtering, and Hybrid Approaches


    • Collaborative Filtering: Building Recommender Systems with Feature Learning


    • Photo OCR: Sliding Window Detection, Character Segmentation and Recognition


    • Large Scale Machine Learning: Training Models on Massive Datasets


    • Stochastic Gradient Descent (SGD): Efficient Optimization for Large Datasets


    • MapReduce for Large-Scale Machine Learning: Distributed Training at Scale


    • AI-Machine-Learning Index


    AI-Math

    AWS

    Azure

    kubernetes

    Management

    Programming

    Terraform

    Z_Appendix

Cover Image for AI-Machine-Learning Index
AI-Machine-Learning

AI-Machine-Learning Index

πŸ“™ Index of AI-Machine-Learning posts

πŸ“™ AI-Machine-Learning Index

πŸ“š 27 Posts
πŸ•’ Last Updated: Sun Aug 23 2026

This folder contains AI-Machine-Learning-related posts.

#Blog LinkDateExcerptTags
1AI-Machine-Learning IndexSun Aug 23 2026πŸ“™ Index of AI-Machine-Learning posts
2Machine Learning Learning PathFri Feb 27 2026A structured learning path through machine learning fundamentals, covering supervised learning (regression and classification), neural networks, model evaluation and system design, unsupervised learning, recommenders, and reinforcement learning β€” based on the Coursera Machine Learning course and specialization.Machine Learning Data Science Supervised Learning Unsupervised Learning Neural Networks Reinforcement Learning Coursera Learning Path
3Stanford AI Scientist Roadmap 2026Sat Jun 20 2026A complete self-study roadmap built entirely from Stanford University's publicly available AI courses. Learn mathematics, machine learning, deep learning, reinforcement learning, large language models, AI systems, RAG, agentic AI, and production deployment through a structured path from foundations to real-world AI engineering.Stanford Artificial Intelligence AI Engineering Machine Learning Deep Learning Reinforcement Learning Large Language Models LLM Engineering Generative AI Natural Language Processing Computer Vision AI Systems MLOps RAG Agentic AI Stanford CS229 Stanford CS230 Stanford CS224N Stanford CS336 Stanford CS329T Learning Roadmap
4Machine Learning: Introduction and Core AlgorithmsTue Feb 24 2026Beginner-friendly introduction to machine learning, covering key concepts, model types, supervised and unsupervised learning, and essential algorithms such as linear regression, logistic regression, decision trees, and clustering.Machine Learning AI Supervised Learning Unsupervised Learning Regression Classification Clustering Algorithms Data Science
5Linear Regression Explained: Single Variable and Multivariate Models with Gradient DescentThu Feb 26 2026Learn linear regression in machine learning, including single-variable and multivariate models, hypothesis function, cost function (MSE), gradient descent optimization, feature scaling, assumptions, and real-world implementation examples.Linear Regression Machine Learning Single Variable Linear Regression Multivariate Linear Regression Supervised Learning Regression Analysis Cost Function Gradient Descent Feature Scaling Data Science
6Evaluating a Hypothesis in Neural NetworksFri Feb 27 2026Learn how neural networks evaluate a hypothesis using forward propagation. Understand how inputs pass through layers, weights, and activation functions to produce predictions in machine learning models.Data Science Machine Learning Deep Learning Neural Networks Artificial Intelligence Forward Propagation Hypothesis Function
7Bias-Variance DilemmaFri Feb 27 2026Understanding the bias-variance tradeoff in machine learning, including the concepts of bias and variance, underfitting and overfitting, and strategies to balance model complexity for better generalization.Bias-Variance Tradeoff Machine Learning Overfitting Underfitting Regularization Lasso Regression Ridge Regression Model Complexity Supervised Learning Data Science
8Cost Function Regularization: Balancing Bias and Variance in Machine Learning ModelsFri Feb 27 2026Learn how cost function regularization helps prevent overfitting in machine learning models by adding a penalty term to the cost function, controlling model complexity, and improving generalization performance.Regularization Cost Function Bias-Variance Tradeoff Machine Learning Overfitting Underfitting Lasso Regression Ridge Regression Model Complexity Supervised Learning Data Science
9Polynomial RegressionFri Feb 27 2026Understand polynomial regression with practical examples.Polynomial Regression Bias-Variance Tradeoff Overfitting Underfitting Lasso Regression Ridge Regression L1 Regularization L2 Regularization Machine Learning Model Selection Supervised Learning Data Science
10Normal Equation in Linear Regression: Formula, Intuition, and Comparison with Gradient DescentFri Feb 27 2026Understand the Normal Equation in linear regression, its closed-form solution, mathematical formula, advantages, limitations, and how it compares to gradient descent for model optimization.Normal Equation Linear Regression Gradient Descent Machine Learning Closed-Form Solution Cost Function Supervised Learning Data Science Model Optimization
11Logistic Regression for Classification: Concept, Sigmoid Function, Cost Function, and ImplementationFri Feb 27 2026Complete guide to logistic regression for binary classification, including the sigmoid function, hypothesis model, cost function, decision boundary, gradient descent, and practical machine learning implementation.Logistic Regression Classification Machine Learning Binary Classification Supervised Learning Sigmoid Function Decision Boundary Cost Function Gradient Descent Data Science
12Logistic Regression for Classification: Concept, Sigmoid Function, Cost Function, and ImplementationFri Feb 27 2026Complete guide to logistic regression for binary classification, including the sigmoid function, hypothesis model, cost function, decision boundary, gradient descent, and practical machine learning implementation.Logistic Regression Classification Machine Learning Binary Classification Supervised Learning Sigmoid Function Decision Boundary Cost Function Gradient Descent Data Science
13Support Vector Machines (SVM): Maximizing Margins for Robust Machine Learning ModelsFri Feb 27 2026Learn how Support Vector Machines (SVM) build powerful classification models by finding the optimal separating hyperplane that maximizes the margin between classes. Discover how the margin, regularization parameter C, and kernel functions help SVM handle both linear and non-linear data while improving generalization performance.Support Vector Machine SVM Maximum Margin Classifier Kernel Trick Machine Learning Classification Regularization Hyperplane Supervised Learning Data Science
14XGBoost (Extreme Gradient Boosting) ExplainedTue May 26 2026Learn how XGBoost works, including gradient boosting, decision trees, residual learning, regularization, and why XGBoost is one of the most powerful machine learning algorithms for structured and tabular data.AI Machine Learning XGBoost Gradient Boosting Decision Trees Ensemble Learning Supervised Learning Classification Regression Data Science Feature Engineering Predictive Modeling Kaggle MLOps
15Dimensionality Reduction in Machine LearningFri Feb 27 2026Learn how dimensionality reduction simplifies high-dimensional data while preserving important patterns. Explore techniques like PCA and understand how reducing features improves model performance, visualization, and computational efficiency.Data Science Machine Learning Deep Learning Dimensionality Reduction Feature Engineering Principal Component Analysis Artificial Intelligence
16Principal Component Analysis (PCA) ExplainedFri Feb 27 2026Learn how Principal Component Analysis (PCA) reduces the dimensionality of datasets while preserving important information. Understand the intuition, mathematics, and practical uses of PCA in machine learning and data science.Data Science Machine Learning Deep Learning Principal Component Analysis Dimensionality Reduction Feature Engineering Artificial Intelligence
17t-SNE (t-distributed Stochastic Neighbor Embedding) ExplainedTue May 26 2026Learn how t-SNE works for dimensionality reduction and data visualization, including high-dimensional embeddings, neighborhood preservation, probability distributions, KL divergence, and clustering visualization.AI Machine Learning Deep Learning Data Visualization Dimensionality Reduction t-SNE Embeddings Feature Engineering Clustering Data Science NLP Computer Vision Unsupervised Learning Visualization
18K-Means ClusteringFri Feb 27 2026K-Means is a powerful unsupervised learning algorithm for clustering data into coherent subsets. It iteratively assigns points to the nearest centroid and updates centroids to minimize distortion, making it widely used in practice.K-Means Clustering Unsupervised Learning Centroids Machine Learning Distortion Cost Function Random Initialization Data Science
19Anomaly Detection: Identifying Rare and Unusual Patterns in DataFri Feb 27 2026Learn how anomaly detection models identify unusual data points using statistical methods such as Gaussian distributions. Understand how to detect fraud, system failures, and rare events in real-world datasets.Anomaly Detection Outlier Detection Gaussian Distribution Unsupervised Learning Machine Learning Fraud Detection Statistical Modeling Data Science AI
20Anomaly Detection Using Gaussian Distribution in Machine LearningFri Feb 27 2026Learn how anomaly detection works using the Gaussian (normal) distribution. Understand how to model data probabilistically, estimate parameters, compute likelihoods, and identify outliers using threshold-based decision making in machine learning systems.Anomaly Detection Gaussian Distribution Normal Distribution Outlier Detection Unsupervised Learning Probability Models Machine Learning Data Science Statistical Modeling
21Anomaly Detection Using Multivariate Gaussian DistributionFri Feb 27 2026Learn anomaly detection using multivariate Gaussian distribution to identify unusual patterns and correlated outliers in datasets. Understand covariance matrices, parameter estimation, probability density functions, and threshold-based anomaly detection techniques used in machine learning systems.Anomaly Detection Gaussian Distribution Normal Distribution Outlier Detection Unsupervised Learning Probability Models Machine Learning Data Science Statistical Modeling
22Recommender Systems: Collaborative Filtering, Content-Based Filtering, and Hybrid ApproachesFri Feb 27 2026Comprehensive guide to recommender systems, covering collaborative filtering, content-based filtering, and hybrid approaches, with practical implementation examples and best practices for building effective recommendation engines.Recommender Systems Collaborative Filtering Content-Based Filtering Machine Learning Hybrid Recommendation Cost Function Data Science
23Collaborative Filtering: Building Recommender Systems with Feature LearningFri Feb 27 2026Learn how collaborative filtering powers modern recommender systems by simultaneously learning user preferences and item features from rating data. Understand the optimization objective, matrix factorization approach, and how gradient-based methods enable scalable recommendations.Collaborative Filtering Recommender Systems Matrix Factorization Feature Learning Gradient Descent Machine Learning Personalization Unsupervised Learning Data Science
24Photo OCR: Sliding Window Detection, Character Segmentation and RecognitionFri Feb 27 2026Learn how classical Photo OCR pipelines detect and read text in images using sliding window text detection, character segmentation, character recognition classifiers, and artificial data synthesis β€” plus how modern computer vision (CNNs, YOLO, Vision Transformers) has superseded this approach.Optical Character Recognition OCR Sliding Window Computer Vision Image Classification Machine Learning Object Detection Data Science AI
25Large Scale Machine Learning: Training Models on Massive DatasetsFri Feb 27 2026Explore techniques for scaling machine learning algorithms to large datasets, including stochastic gradient descent and mini-batch gradient descent. Learn how to efficiently train linear models, logistic regression, and neural networks on millions of examples.Large Scale Machine Learning Stochastic Gradient Descent Mini-Batch Gradient Descent Optimization Big Data Scalable ML Gradient Descent Machine Learning Data Engineering
26Stochastic Gradient Descent (SGD): Efficient Optimization for Large DatasetsFri Feb 27 2026Understand how Stochastic Gradient Descent works and why it is widely used in large-scale machine learning. Learn how SGD updates model parameters using one training example at a time to improve computational efficiency and scalability.Stochastic Gradient Descent SGD Optimization Large Scale Machine Learning Gradient Descent Machine Learning Big Data Scalable Algorithms Training Algorithms
27MapReduce for Large-Scale Machine Learning: Distributed Training at ScaleFri Feb 27 2026Learn how the MapReduce framework enables distributed computation for large-scale machine learning. Understand how it helps parallelize gradient computation and process massive datasets efficiently across multiple machines.MapReduce Distributed Computing Large Scale Machine Learning Big Data Parallel Processing Scalable ML Optimization Data Engineering Machine Learning
Hitesh Sahu
Written by Hitesh Sahu, a passionate developer and blogger.

Sun Aug 23 2026

Share This on

AI-Machine-Learning/0-INDEX
Let's work together
hiteshkrsahu@gmail.com
Munich πŸ₯¨, Germany πŸ‡©πŸ‡ͺ, EU
Playstore
Hitesh Sahu's apps on Google Play Store
Need Help?
Let's Connect
Navigation
Β  Home/About
Β  Skills
Β  Work/Projects
Β  Lab/Experiments
Β  Contribution
Β  Awards
Β  Art/Sketches
Β  Thoughts
Β  Contact
Links
Β  Sitemap
Β  Legal Notice
Β  Privacy Policy

Made with

NextJS logo

NextJS by

hitesh Sahu

| Β© 2026 All rights reserved.