<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Predictive Models on ARI Systems</title>
    <link>https://aripd.com/tags/predictive-models/</link>
    <description>Recent content in Predictive Models on ARI Systems</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <copyright>ARI Systems</copyright>
    <lastBuildDate>Sat, 16 May 2026 06:19:44 +0000</lastBuildDate>
    <atom:link href="https://aripd.com/tags/predictive-models/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Algorithms for machine learning</title>
      <link>https://aripd.com/blog/algorithms-for-machine-learning/</link>
      <pubDate>Fri, 21 Apr 2017 23:52:00 +0000</pubDate>
      <guid>https://aripd.com/blog/algorithms-for-machine-learning/</guid>
      <description>&lt;h2 id=&#34;references&#34;&gt;References &lt;a href=&#34;#references&#34; class=&#34;permalink&#34;&gt;&lt;i class=&#34;bi bi-link-45deg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.infoworld.com/article/3224505/machine-learning-for-java-developers.html&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Machine learning for Java developers&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;introduction&#34;&gt;Introduction &lt;a href=&#34;#introduction&#34; class=&#34;permalink&#34;&gt;&lt;i class=&#34;bi bi-link-45deg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;This article focuses on supervised machine learning. You&amp;rsquo;ll get an overview of the internals of the learning algorithm and features that you can use to train, score, and select the best-fitting prediction function.&lt;/p&gt;&#xA;&lt;h2 id=&#34;machine-learning-types-and-popular-algorithms-used&#34;&gt;Machine learning types and popular algorithms used &lt;a href=&#34;#machine-learning-types-and-popular-algorithms-used&#34; class=&#34;permalink&#34;&gt;&lt;i class=&#34;bi bi-link-45deg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;&lt;img src=&#34;./machine-learning-types-and-popular-algorithms-used.jpeg&#34; alt=&#34;Machine learning types and popular algorithms used&#34;  title=&#34;Machine learning types and popular algorithms used&#34;  class=&#34;img-fluid&#34; loading=&#34;lazy&#34; /&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;how-machines-learn-to-predict&#34;&gt;How machines learn to predict &lt;a href=&#34;#how-machines-learn-to-predict&#34; class=&#34;permalink&#34;&gt;&lt;i class=&#34;bi bi-link-45deg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;The challenge of supervised machine learning is to find the proper prediction function for a specific question. Mathematically, the challenge is to find the input-output function that takes the input variables &lt;code&gt;x&lt;/code&gt; and returns the prediction value &lt;code&gt;y&lt;/code&gt;. This &lt;code&gt;hypothesis function&lt;/code&gt; $h_{\theta}$ is the output of the training process. Often the hypothesis function is also called &lt;code&gt;target function&lt;/code&gt; or &lt;code&gt;prediction function&lt;/code&gt; or &lt;code&gt;model&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
