<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>MLFS – Machine Learning From Scratch</title>
    <link>https://mlfs.online/</link>
    <atom:link href="https://mlfs.online/feed.xml" rel="self" type="application/rss+xml" />
    <description>MLFS – Machine Learning From Scratch. A 69-page interactive book that gets you addicted to machine learning. Sixteen chapters covering everything from flowcharts and the math you can&apos;t ignore through linear regression, classification, decision trees, KNN, naive Bayes, clustering, neural networks, an end-to-end ML project, and a bonus deep dive on LLMs — all explained without the gatekeeping, written by Eeman Majumder.</description>
    <language>en-us</language>
    <copyright>Copyright 2026 Eeman Majumder</copyright>
    <lastBuildDate>Mon, 25 May 2026 12:00:00 GMT</lastBuildDate>
    <generator>Next.js</generator>
    <managingEditor>eeman@mlfs.online (Eeman Majumder)</managingEditor>
    <webMaster>eeman@mlfs.online (Eeman Majumder)</webMaster>
    <image>
      <url>https://mlfs.online/logo.png</url>
      <title>MLFS – Machine Learning From Scratch</title>
      <link>https://mlfs.online/</link>
    </image>
    <item>
      <title>How to Think in Flowcharts</title>
      <link>https://mlfs.online/chapters/01-flowcharts/</link>
      <guid isPermaLink="true">https://mlfs.online/chapters/01-flowcharts/</guid>
      <description>Step over vibes. Learn to think like a computer before you code like one.</description>
      <pubDate>Wed, 01 Jan 2025 12:00:00 GMT</pubDate>
      <category>Basic Brain Rewiring</category>
      <author>eeman@mlfs.online (Eeman Majumder)</author>
    </item>
    <item>
      <title>Math You Can&apos;t Ignore (Sorry, Bestie)</title>
      <link>https://mlfs.online/chapters/02-math/</link>
      <guid isPermaLink="true">https://mlfs.online/chapters/02-math/</guid>
      <description>Vectors, calculus, probability — the only three you actually need.</description>
      <pubDate>Wed, 08 Jan 2025 12:00:00 GMT</pubDate>
      <category>Basic Brain Rewiring</category>
      <author>eeman@mlfs.online (Eeman Majumder)</author>
    </item>
    <item>
      <title>The Algorithm is a Lazy Genius</title>
      <link>https://mlfs.online/chapters/03-algorithm/</link>
      <guid isPermaLink="true">https://mlfs.online/chapters/03-algorithm/</guid>
      <description>Supervised vs unsupervised, loss functions, gradient descent — the soul of ML.</description>
      <pubDate>Wed, 15 Jan 2025 12:00:00 GMT</pubDate>
      <category>Basic Brain Rewiring</category>
      <author>eeman@mlfs.online (Eeman Majumder)</author>
    </item>
    <item>
      <title>DIY Linear Regression</title>
      <link>https://mlfs.online/chapters/04-linear-regression/</link>
      <guid isPermaLink="true">https://mlfs.online/chapters/04-linear-regression/</guid>
      <description>Baby&apos;s first model. Predict stuff with a straight line, from scratch.</description>
      <pubDate>Wed, 22 Jan 2025 12:00:00 GMT</pubDate>
      <category>Core Machine Learning</category>
      <author>eeman@mlfs.online (Eeman Majumder)</author>
    </item>
    <item>
      <title>Classification: The Yes or No Saga</title>
      <link>https://mlfs.online/chapters/05-classification/</link>
      <guid isPermaLink="true">https://mlfs.online/chapters/05-classification/</guid>
      <description>Sigmoid, logistic regression, decision boundaries.</description>
      <pubDate>Wed, 29 Jan 2025 12:00:00 GMT</pubDate>
      <category>Core Machine Learning</category>
      <author>eeman@mlfs.online (Eeman Majumder)</author>
    </item>
    <item>
      <title>Decision Trees: The Judgmental Algorithm</title>
      <link>https://mlfs.online/chapters/06-decision-trees/</link>
      <guid isPermaLink="true">https://mlfs.online/chapters/06-decision-trees/</guid>
      <description>A flowchart that learns. Gini, entropy, information gain.</description>
      <pubDate>Wed, 05 Feb 2025 12:00:00 GMT</pubDate>
      <category>Core Machine Learning</category>
      <author>eeman@mlfs.online (Eeman Majumder)</author>
    </item>
    <item>
      <title>KNN: The Neighborhood Watch</title>
      <link>https://mlfs.online/chapters/07-knn/</link>
      <guid isPermaLink="true">https://mlfs.online/chapters/07-knn/</guid>
      <description>No training, just vibes. You are the company you keep.</description>
      <pubDate>Wed, 12 Feb 2025 12:00:00 GMT</pubDate>
      <category>Core Machine Learning</category>
      <author>eeman@mlfs.online (Eeman Majumder)</author>
    </item>
    <item>
      <title>Naive Bayes: Trust Issues but Make It Statistical</title>
      <link>https://mlfs.online/chapters/08-naive-bayes/</link>
      <guid isPermaLink="true">https://mlfs.online/chapters/08-naive-bayes/</guid>
      <description>Build a spam filter from probabilities and bold assumptions.</description>
      <pubDate>Wed, 19 Feb 2025 12:00:00 GMT</pubDate>
      <category>Core Machine Learning</category>
      <author>eeman@mlfs.online (Eeman Majumder)</author>
    </item>
    <item>
      <title>Clustering: Group Therapy for Data</title>
      <link>https://mlfs.online/chapters/09-clustering/</link>
      <guid isPermaLink="true">https://mlfs.online/chapters/09-clustering/</guid>
      <description>K-Means, the elbow method, finding cliques in chaos.</description>
      <pubDate>Wed, 26 Feb 2025 12:00:00 GMT</pubDate>
      <category>Core Machine Learning</category>
      <author>eeman@mlfs.online (Eeman Majumder)</author>
    </item>
    <item>
      <title>Intro to Neural Networks: Baby&apos;s First Brain</title>
      <link>https://mlfs.online/chapters/10-neural-networks/</link>
      <guid isPermaLink="true">https://mlfs.online/chapters/10-neural-networks/</guid>
      <description>Perceptrons, activations, forward + backprop, conquering XOR.</description>
      <pubDate>Wed, 05 Mar 2025 12:00:00 GMT</pubDate>
      <category>Core Machine Learning</category>
      <author>eeman@mlfs.online (Eeman Majumder)</author>
    </item>
    <item>
      <title>ML Playground: Code Like You Mean It</title>
      <link>https://mlfs.online/chapters/11-playground/</link>
      <guid isPermaLink="true">https://mlfs.online/chapters/11-playground/</guid>
      <description>Spotify popularity, tweet sentiment, mood-based snacks.</description>
      <pubDate>Wed, 12 Mar 2025 12:00:00 GMT</pubDate>
      <category>Let&apos;s Build Things</category>
      <author>eeman@mlfs.online (Eeman Majumder)</author>
    </item>
    <item>
      <title>When Your Model Screws Up</title>
      <link>https://mlfs.online/chapters/12-screwups/</link>
      <guid isPermaLink="true">https://mlfs.online/chapters/12-screwups/</guid>
      <description>Overfitting, underfitting, cross-validation, precision vs recall.</description>
      <pubDate>Wed, 19 Mar 2025 12:00:00 GMT</pubDate>
      <category>Let&apos;s Build Things</category>
      <author>eeman@mlfs.online (Eeman Majumder)</author>
    </item>
    <item>
      <title>From Scratch to Sklearn</title>
      <link>https://mlfs.online/chapters/13-sklearn/</link>
      <guid isPermaLink="true">https://mlfs.online/chapters/13-sklearn/</guid>
      <description>Earn your library — refactor your hand-coded models into 3 lines.</description>
      <pubDate>Wed, 26 Mar 2025 12:00:00 GMT</pubDate>
      <category>Let&apos;s Build Things</category>
      <author>eeman@mlfs.online (Eeman Majumder)</author>
    </item>
    <item>
      <title>Ethics, Bias &amp; Bullshit Detectors</title>
      <link>https://mlfs.online/chapters/14-ethics/</link>
      <guid isPermaLink="true">https://mlfs.online/chapters/14-ethics/</guid>
      <description>Your model isn&apos;t neutral. Build it like a responsible adult.</description>
      <pubDate>Wed, 02 Apr 2025 12:00:00 GMT</pubDate>
      <category>Let&apos;s Build Things</category>
      <author>eeman@mlfs.online (Eeman Majumder)</author>
    </item>
    <item>
      <title>Final Boss: End-to-End ML Project</title>
      <link>https://mlfs.online/chapters/15-final-boss/</link>
      <guid isPermaLink="true">https://mlfs.online/chapters/15-final-boss/</guid>
      <description>Pick a quest. Build the pipeline. Ship it to the world.</description>
      <pubDate>Wed, 09 Apr 2025 12:00:00 GMT</pubDate>
      <category>Let&apos;s Build Things</category>
      <author>eeman@mlfs.online (Eeman Majumder)</author>
    </item>
    <item>
      <title>LLMs and All Their Fun Magic</title>
      <link>https://mlfs.online/chapters/16-llms/</link>
      <guid isPermaLink="true">https://mlfs.online/chapters/16-llms/</guid>
      <description>From Attention Is All You Need to models that actually think. Tokens, embeddings, QKV, transformers, RLHF, sampling, KV caches, MoE, chain-of-thought, o1-style reasoning — the whole stack, from scratch.</description>
      <pubDate>Wed, 16 Apr 2025 12:00:00 GMT</pubDate>
      <category>Bonus</category>
      <author>eeman@mlfs.online (Eeman Majumder)</author>
    </item>
  </channel>
</rss>
