<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Untitled Publication]]></title><description><![CDATA[Untitled Publication]]></description><link>https://rajaraman.hashnode.dev</link><generator>RSS for Node</generator><lastBuildDate>Thu, 18 Jun 2026 23:30:11 GMT</lastBuildDate><atom:link href="https://rajaraman.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Machine Learning and Statistics]]></title><description><![CDATA[Difference between Machine Learning and Statistics
The major difference between machine learning and statistics is their purpose. Machine learning models are designed to make the most accurate predictions possible. Statistical models are designed for...]]></description><link>https://rajaraman.hashnode.dev/machine-learning-and-statistics</link><guid isPermaLink="true">https://rajaraman.hashnode.dev/machine-learning-and-statistics</guid><category><![CDATA[ML]]></category><dc:creator><![CDATA[Rajaraman Soundararajan]]></dc:creator><pubDate>Sun, 03 Dec 2023 04:42:59 GMT</pubDate><content:encoded><![CDATA[<h3 id="heading-difference-between-machine-learning-and-statistics">Difference between Machine Learning and Statistics</h3>
<p>The major difference between machine learning and statistics is their purpose. Machine learning models are designed to make the most accurate predictions possible. Statistical models are designed for inference about the relationships between variables.</p>
<hr />
<p><img src="https://miro.medium.com/v2/resize:fit:600/1*iOeogMb0QiO4sTe4Jiu92A.png" alt /></p>
<p><code>num1 = 5 print(num1, 'is of type', type(num1))</code></p>
<p><code>num2 = 2.0 print(num2, 'is of type', type(num2))</code></p>
<p><code>num3 = 1+2j print(num3, 'is of type', type(num3))</code></p>
]]></content:encoded></item></channel></rss>