<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Allen Manoj</title>
    <description>The latest articles on DEV Community by Allen Manoj (@allenmanoj17).</description>
    <link>https://dev.to/allenmanoj17</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F457706%2Fc4382f02-e63f-47f7-a486-66683a1292cd.jpeg</url>
      <title>DEV Community: Allen Manoj</title>
      <link>https://dev.to/allenmanoj17</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/allenmanoj17"/>
    <language>en</language>
    <item>
      <title>Introduction to Machine Learning and Scikit-Learn</title>
      <dc:creator>Allen Manoj</dc:creator>
      <pubDate>Tue, 01 Sep 2020 10:58:09 +0000</pubDate>
      <link>https://dev.to/allenmanoj17/introduction-to-machine-learning-and-scikit-learn-1731</link>
      <guid>https://dev.to/allenmanoj17/introduction-to-machine-learning-and-scikit-learn-1731</guid>
      <description>&lt;h1&gt;
  
  
  &lt;strong&gt;Day 1 of 21 Days of ML with CODE WARRIORS&lt;/strong&gt;
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Table Of Contents
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;     Machine Learning
&lt;/li&gt;
&lt;li&gt;    Types of Machine Learning
&lt;/li&gt;
&lt;li&gt;     Application of Machine Learning
&lt;/li&gt;
&lt;li&gt;     Scikit-Learn
&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;Focus on being productive instead of busy. - Tim Ferriss&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  Machine Learning &lt;a&gt;&lt;/a&gt;
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;p&gt;Field of study that gives computers the ability to learn without being explicitly programmed. - Arthur Samuel&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Machine Learning is a type of Artificial Intelligence that allows software applications to learn from the data and become more accurate in predicting outcomes without human intervention.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--aTroTSBa--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/4cns9b99zupsrw6wfg24.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--aTroTSBa--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/4cns9b99zupsrw6wfg24.png" alt="No human intervention"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It is also considered as a subset of Artificial Intelligence. It gives the new capability for computers. &lt;/p&gt;

&lt;h4&gt;
  
  
  Examples:
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Weather Prediction&lt;/li&gt;
&lt;li&gt;Classification of Mails (spam or not)&lt;/li&gt;
&lt;li&gt;Housing Price Prediction &lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Process of developing an ML model&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--X9rW5swT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/osyr79w7l2gwqw404zjx.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--X9rW5swT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/osyr79w7l2gwqw404zjx.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Types of Machine Learning &lt;a&gt;&lt;/a&gt;
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Supervised Learning
&lt;/h4&gt;

&lt;p&gt;This is a process of an algorithm, learning from the training dataset. This is task-driven. (Labelled data)&lt;/p&gt;

&lt;h5&gt;
  
  
  Types of Supervised Learning
&lt;/h5&gt;

&lt;ol&gt;
&lt;li&gt;Regression&lt;/li&gt;
&lt;li&gt;Classification&lt;/li&gt;
&lt;/ol&gt;

&lt;h4&gt;
  
  
  Unsupervised Learning
&lt;/h4&gt;

&lt;p&gt;This is a process where a model is trained using a piece of information that is not labeled. This is data-driven. (Unlabelled data)&lt;/p&gt;

&lt;h5&gt;
  
  
  Types of Unsupervised Learning
&lt;/h5&gt;

&lt;ol&gt;
&lt;li&gt;Clustering&lt;/li&gt;
&lt;/ol&gt;

&lt;h4&gt;
  
  
  Reinforcement Learning
&lt;/h4&gt;

&lt;p&gt;Reinforcement Learning is learning by interacting with space or an environment. (trial n error)&lt;/p&gt;

&lt;h3&gt;
  
  
  Application of Machine Learning &lt;a&gt;&lt;/a&gt;
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;p&gt;AI is the new electricity.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;-image recognition &lt;br&gt;
-self-driving cars &lt;br&gt;
-product recommendation&lt;br&gt;
-stock market prediction&lt;br&gt;
-online fraud detection&lt;/p&gt;

&lt;h3&gt;
  
  
  Scikit-Learn &lt;a&gt;&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--q6Z3s0MW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://upload.wikimedia.org/wikipedia/commons/thumb/0/05/Scikit_learn_logo_small.svg/1200px-Scikit_learn_logo_small.svg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--q6Z3s0MW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://upload.wikimedia.org/wikipedia/commons/thumb/0/05/Scikit_learn_logo_small.svg/1200px-Scikit_learn_logo_small.svg.png" alt="Alt text of image"&gt;&lt;/a&gt;&lt;br&gt;
Scikit-learn is probably the most useful library for machine learning in Python. The sklearn library contains a lot of efficient tools for machine learning and statistical modeling including classification, regression, clustering, and dimensionality reduction.&lt;/p&gt;

&lt;h4&gt;
  
  
  Components of scikit-learn:
&lt;/h4&gt;

&lt;p&gt;-Supervised learning algorithms&lt;br&gt;
-Cross-validation&lt;br&gt;
-Unsupervised learning algorithms&lt;br&gt;
-Various toy datasets&lt;br&gt;
-Feature extraction&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>beginners</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
