<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>fairgradient.ai</title>
    <link>https://fairgradient.web.app</link>
    <description>Insights on machine learning, responsible AI, and career growth.</description>
    <language>en-us</language>
    <atom:link href="https://fairgradient.web.app/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>The Three Horizons of Epistemic Change</title>
      <link>https://fairgradient.web.app/blog/ln1</link>
      <guid>https://fairgradient.web.app/blog/ln1</guid>
      <description>AI-generated text is epistemically different from human text, and detection methods face inherent limitations. Three distinct phases emerge as synthetic content accumulates in our information systems over time.</description>
      <pubDate>Tue, 17 Mar 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>The Noise That Looks Like Signal</title>
      <link>https://fairgradient.web.app/blog/ln2</link>
      <guid>https://fairgradient.web.app/blog/ln2</guid>
      <description>If AI-generated content is epistemically different from human content, can&apos;t we just detect and filter it? A look at why detection tools face fundamental challenges as language models keep improving.</description>
      <pubDate>Tue, 03 Mar 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Your Mistakes Are More Valuable Than You Think</title>
      <link>https://fairgradient.web.app/blog/ln3</link>
      <guid>https://fairgradient.web.app/blog/ln3</guid>
      <description>A counterintuitive proposition: one of the most valuable properties of training data is human error — not random error, but the structured, systematic, informative errors Gerd Gigerenzer called &apos;good errors.&apos;</description>
      <pubDate>Fri, 20 Feb 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>The Photocopier Was the Wrong Metaphor</title>
      <link>https://fairgradient.web.app/blog/ln4</link>
      <guid>https://fairgradient.web.app/blog/ln4</guid>
      <description>When people explain model collapse, they reach for the photocopy-of-a-photocopy analogy. It captures iterative degradation — but it frames the problem in a way that limits how we think about solutions.</description>
      <pubDate>Tue, 17 Feb 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>We&apos;re Not Just Degrading AI. We&apos;re Reshaping Human Knowledge.</title>
      <link>https://fairgradient.web.app/blog/ln5</link>
      <guid>https://fairgradient.web.app/blog/ln5</guid>
      <description>There&apos;s been significant attention on model collapse — AI models trained on AI output that gradually degrade. But there&apos;s a more consequential question underneath it.</description>
      <pubDate>Thu, 12 Feb 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Domain Adaptation: Fine-Tune Pre-Trained NLP Models</title>
      <link>https://fairgradient.web.app/blog/tds1</link>
      <guid>https://fairgradient.web.app/blog/tds1</guid>
      <description>A comprehensive guide to fine-tuning pre-trained NLP models for improved performance in specialized domains — covering theoretical frameworks, baseline evaluation, fine-tuning strategies, and result analysis.</description>
      <pubDate>Sun, 01 Jan 2023 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Practical Introduction to Transformer Models: BERT</title>
      <link>https://fairgradient.web.app/blog/tds2</link>
      <guid>https://fairgradient.web.app/blog/tds2</guid>
      <description>A hands-on tutorial on using BERT for sentiment analysis — walking through the transformer architecture and demonstrating practical implementation for text classification tasks.</description>
      <pubDate>Sun, 01 Jan 2023 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>6 Steps Towards a Successful Machine Learning Project</title>
      <link>https://fairgradient.web.app/blog/tds3</link>
      <guid>https://fairgradient.web.app/blog/tds3</guid>
      <description>A structured framework for approaching machine learning projects end-to-end — from problem definition and data collection through model development, evaluation, and deployment.</description>
      <pubDate>Sat, 01 Jan 2022 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Recommendation System in Python: LightFM</title>
      <link>https://fairgradient.web.app/blog/tds4</link>
      <guid>https://fairgradient.web.app/blog/tds4</guid>
      <description>A practical walkthrough of building a book recommendation system using LightFM — covering data preparation, hybrid matrix factorization, model training, and generating personalized recommendations.</description>
      <pubDate>Wed, 01 Jan 2020 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Topic Modeling in Python: Latent Dirichlet Allocation (LDA)</title>
      <link>https://fairgradient.web.app/blog/tds5</link>
      <guid>https://fairgradient.web.app/blog/tds5</guid>
      <description>An end-to-end guide to topic modeling using LDA — covering the intuition behind generative probabilistic models and a practical implementation in Python with Gensim.</description>
      <pubDate>Tue, 01 Jan 2019 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Evaluate Topic Models: Latent Dirichlet Allocation (LDA)</title>
      <link>https://fairgradient.web.app/blog/tds6</link>
      <guid>https://fairgradient.web.app/blog/tds6</guid>
      <description>A framework for quantitatively evaluating topic models through topic coherence metrics — with code templates in Python for systematic model selection and validation.</description>
      <pubDate>Tue, 01 Jan 2019 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Building Blocks: Text Pre-Processing</title>
      <link>https://fairgradient.web.app/blog/tds7</link>
      <guid>https://fairgradient.web.app/blog/tds7</guid>
      <description>Foundational text pre-processing concepts for statistical NLP — tokenization, stemming, lemmatization, and stop-word removal — with practical Python implementations.</description>
      <pubDate>Tue, 01 Jan 2019 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Language Models: N-Gram</title>
      <link>https://fairgradient.web.app/blog/tds8</link>
      <guid>https://fairgradient.web.app/blog/tds8</guid>
      <description>A step into statistical language modeling — explaining how n-gram models assign probabilities to word sequences and their role as building blocks for modern NLP systems.</description>
      <pubDate>Tue, 01 Jan 2019 00:00:00 GMT</pubDate>
    </item>
  </channel>
</rss>
