<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Machine Learning on Blaž Škufca</title><link>https://blazskufca.com/tags/machine-learning/</link><description>Recent content in Machine Learning on Blaž Škufca</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Thu, 02 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://blazskufca.com/tags/machine-learning/index.xml" rel="self" type="application/rss+xml"/><item><title>Stylometry with Naive Bayes in Go</title><link>https://blazskufca.com/projects/stylometry_with_nb/</link><pubDate>Thu, 02 Apr 2026 00:00:00 +0000</pubDate><guid>https://blazskufca.com/projects/stylometry_with_nb/</guid><description>&lt;style&gt;
 .post { max-width: min(800px, 100vw); overflow-x: hidden; }
 .post-content pre { max-width: 100%; overflow-x: auto; }
 .post-content table { display: block; max-width: 100%; overflow-x: auto; }
 .post-content p code, .post-content li code {
 white-space: break-spaces;
 overflow-wrap: anywhere;
 word-break: break-word;
 }
 .nb-math-scroll {
 max-width: 100%;
 overflow-x: auto;
 margin: 1rem 0;
 }
 .nb-math-inline {
 display: inline-flex;
 align-items: center;
 gap: 0.45rem;
 flex-wrap: nowrap;
 }
 .nb-math-stack {
 display: inline-flex;
 flex-direction: column;
 align-items: stretch;
 text-align: center;
 vertical-align: middle;
 }
 .nb-math-num,
 .nb-math-den {
 display: block;
 white-space: nowrap;
 }
 .nb-math-den {
 border-top: 1px solid currentColor;
 margin-top: 0.15rem;
 padding-top: 0.15rem;
 }
&lt;/style&gt;
&lt;p&gt;&lt;a href="https://en.wikipedia.org/wiki/Naive_Bayes_classifier"&gt;Naive Bayes&lt;/a&gt; is one of those wonderfully simple ideas in machine learning: look at the features of some input, estimate the probability of each possible class, and pick the most likely one. Its most famous use case is probably email spam detection.&lt;/p&gt;</description></item></channel></rss>