<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Data Science, AI, &amp; Business (Posts about Recommender Systems)</title><link>http://napitupulu-jon.appspot.com//</link><description></description><atom:link href="http://napitupulu-jon.appspot.com/categories/recommender-systems.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><lastBuildDate>Sun, 20 Sep 2020 11:32:46 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Collaborative filtering algorithm</title><link>http://napitupulu-jon.appspot.com/posts/Collaborative-filtering-algorithm/</link><dc:creator>Jonathan Hari Napitupulu</dc:creator><description>&lt;div&gt;&lt;!--
                    .. title: Collaborative filtering algorithm
                    .. slug: Collaborative-filtering-algorithm
                    .. date: 2014-09-29 07:39:59 UTC+07:00
                    .. tags: Coursera,machine learning,Recommender Systems,SwiftKey
                    .. link: 
                    .. description: 
                    .. type: text
                    --&gt;


 
  &lt;meta content="text/html; charset=utf-8" http-equiv="Content-Type"&gt;
  &lt;meta content="Evernote Mac 5.7.2 (451040)" name="exporter-version"&gt;
  &lt;meta content="Coursera, machine learning, Recommender Systems, SwiftKey" name="keywords"&gt;
  &lt;meta content="2014-09-29 07:39:59 +0000" name="created"&gt;
  &lt;meta content="2014-09-29 07:39:59 +0000" name="updated"&gt;
  &lt;title&gt;
   Collaborative filtering algorithm
  &lt;/title&gt;
 
 
  &lt;div&gt;
   &lt;br&gt;
  &lt;/div&gt;
  &lt;ul&gt;
   &lt;li&gt;
    last video, how collaborative filtering first, given features, predict users rating. Then given, parameters of users get features for movies
   &lt;/li&gt;&lt;p&gt;&lt;a href="http://napitupulu-jon.appspot.com/posts/Collaborative-filtering-algorithm/"&gt;Read more…&lt;/a&gt; (1 min remaining to read)&lt;/p&gt;&lt;/ul&gt;&lt;/div&gt;</description><category>Coursera</category><category>machine learning</category><category>Recommender Systems</category><category>SwiftKey</category><guid>http://napitupulu-jon.appspot.com/posts/Collaborative-filtering-algorithm/</guid><pubDate>Mon, 29 Sep 2014 00:39:59 GMT</pubDate></item><item><title>Collaborative filtering</title><link>http://napitupulu-jon.appspot.com/posts/Collaborative-filtering/</link><dc:creator>Jonathan Hari Napitupulu</dc:creator><description>&lt;div&gt;&lt;!--
                    .. title: Collaborative filtering
                    .. slug: Collaborative-filtering
                    .. date: 2014-09-29 07:39:58 UTC+07:00
                    .. tags: Coursera,Learning,machine learning,Recommender Systems,SwiftKey
                    .. link: 
                    .. description: 
                    .. type: text
                    --&gt;


 
  &lt;meta content="text/html; charset=utf-8" http-equiv="Content-Type"&gt;
  &lt;meta content="Evernote Mac 5.7.2 (451040)" name="exporter-version"&gt;
  &lt;meta content="Coursera, Learning, machine learning, Recommender Systems, SwiftKey" name="keywords"&gt;
  &lt;meta content="2014-09-29 07:39:58 +0000" name="created"&gt;
  &lt;meta content="2014-09-29 07:39:58 +0000" name="updated"&gt;
  &lt;title&gt;
   Collaborative filtering
  &lt;/title&gt;
 
 
  &lt;div&gt;
   &lt;br&gt;
  &lt;/div&gt;
  &lt;div&gt;
   &lt;br&gt;
  &lt;/div&gt;
  &lt;div&gt;
   will learn what features to use
  &lt;/div&gt;
  &lt;ul&gt;
   &lt;li&gt;
    sometimes the Recommender Systems face the product that are unrated. For the movie rating examples, sometimes there are movies that never rated by users, and Recommender Systems doesn't know how much the movie rated.
   &lt;/li&gt;&lt;p&gt;&lt;a href="http://napitupulu-jon.appspot.com/posts/Collaborative-filtering/"&gt;Read more…&lt;/a&gt; (2 min remaining to read)&lt;/p&gt;&lt;/ul&gt;&lt;/div&gt;</description><category>Coursera</category><category>Learning</category><category>machine learning</category><category>Recommender Systems</category><category>SwiftKey</category><guid>http://napitupulu-jon.appspot.com/posts/Collaborative-filtering/</guid><pubDate>Mon, 29 Sep 2014 00:39:58 GMT</pubDate></item><item><title>Implementation detail: Mean Normalization</title><link>http://napitupulu-jon.appspot.com/posts/Implementation-detail--Mean-Normalization/</link><dc:creator>harijh2</dc:creator><description>&lt;div&gt;&lt;!--
                    .. title: Implementation detail: Mean Normalization
                    .. slug: Implementation-detail--Mean-Normalization
                    .. date: 2014-05-16 14:57:24 UTC+07:00
                    .. tags: Coursera,machine learning,Recommender Systems
                    .. link: 
                    .. description: 
                    .. type: text
                    --&gt;


 
  &lt;meta content="text/html; charset=utf-8" http-equiv="Content-Type"&gt;
  &lt;meta content="Evernote Mac 5.7.2 (451040)" name="exporter-version"&gt;
  &lt;meta content="Coursera, machine learning, Recommender Systems" name="keywords"&gt;
  &lt;meta content="harijh2" name="author"&gt;
  &lt;meta content="2014-05-16 14:57:24 +0000" name="created"&gt;
  &lt;meta content="2014-08-27 10:47:51 +0000" name="updated"&gt;
  &lt;title&gt;
   Implementation detail: Mean Normalization
  &lt;/title&gt;
 
 
  &lt;p&gt;
   &lt;br clear="none"&gt;
  &lt;/p&gt;
  &lt;div&gt;
   &lt;ul&gt;
    &lt;li&gt;
     By now, we already have quite a grasp about the Recommendation System and Collaboration Filtering algoirthm
    &lt;/li&gt;&lt;p&gt;&lt;a href="http://napitupulu-jon.appspot.com/posts/Implementation-detail--Mean-Normalization/"&gt;Read more…&lt;/a&gt; (3 min remaining to read)&lt;/p&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;</description><category>Coursera</category><category>machine learning</category><category>Recommender Systems</category><guid>http://napitupulu-jon.appspot.com/posts/Implementation-detail--Mean-Normalization/</guid><pubDate>Fri, 16 May 2014 07:57:24 GMT</pubDate></item><item><title>Vectorization: Low Rank Matrix Factorization</title><link>http://napitupulu-jon.appspot.com/posts/Vectorization--Low-Rank-Matrix-Factorization/</link><dc:creator>harijh2</dc:creator><description>&lt;div&gt;&lt;!--
                    .. title: Vectorization: Low Rank Matrix Factorization
                    .. slug: Vectorization--Low-Rank-Matrix-Factorization
                    .. date: 2014-05-16 13:40:30 UTC+07:00
                    .. tags: Coursera,machine learning,Recommender Systems
                    .. link: 
                    .. description: 
                    .. type: text
                    --&gt;


 
  &lt;meta content="text/html; charset=utf-8" http-equiv="Content-Type"&gt;
  &lt;meta content="Evernote Mac 5.7.2 (451040)" name="exporter-version"&gt;
  &lt;meta content="Coursera, machine learning, Recommender Systems" name="keywords"&gt;
  &lt;meta content="harijh2" name="author"&gt;
  &lt;meta content="2014-05-16 13:40:30 +0000" name="created"&gt;
  &lt;meta content="2014-08-27 10:38:35 +0000" name="updated"&gt;
  &lt;title&gt;
   Vectorization: Low Rank Matrix Factorization
  &lt;/title&gt;
 
 
  &lt;ul&gt;
   &lt;li&gt;
    in the last video, we talked about Collaboration Filtering Algorithm
   &lt;/li&gt;&lt;p&gt;&lt;a href="http://napitupulu-jon.appspot.com/posts/Vectorization--Low-Rank-Matrix-Factorization/"&gt;Read more…&lt;/a&gt; (3 min remaining to read)&lt;/p&gt;&lt;/ul&gt;&lt;/div&gt;</description><category>Coursera</category><category>machine learning</category><category>Recommender Systems</category><guid>http://napitupulu-jon.appspot.com/posts/Vectorization--Low-Rank-Matrix-Factorization/</guid><pubDate>Fri, 16 May 2014 06:40:30 GMT</pubDate></item><item><title>Content-based Recommendation</title><link>http://napitupulu-jon.appspot.com/posts/Content-based-Recommendation/</link><dc:creator>harijh2</dc:creator><description>&lt;div&gt;&lt;!--
                    .. title: Content-based Recommendation
                    .. slug: Content-based-Recommendation
                    .. date: 2014-05-14 14:24:18 UTC+07:00
                    .. tags: Coursera,machine learning,Recommender Systems
                    .. link: 
                    .. description: 
                    .. type: text
                    --&gt;


 
  &lt;meta content="text/html; charset=utf-8" http-equiv="Content-Type"&gt;
  &lt;meta content="Evernote Mac 5.7.2 (451040)" name="exporter-version"&gt;
  &lt;meta content="Coursera, machine learning, Recommender Systems" name="keywords"&gt;
  &lt;meta content="harijh2" name="author"&gt;
  &lt;meta content="2014-05-14 14:24:18 +0000" name="created"&gt;
  &lt;meta content="2014-08-27 09:12:28 +0000" name="updated"&gt;
  &lt;title&gt;
   Content-based Recommendation
  &lt;/title&gt;
 
 
  &lt;p&gt;
   &lt;br clear="none"&gt;
  &lt;/p&gt;
  &lt;div&gt;
   &lt;ul&gt;
    &lt;li&gt;
     in the last video, we are addressing Recommender Systems problem
     &lt;span&gt;
      that have set of movies and set of users and the problem is try to recommend movies they never seen, how they would rate it
     &lt;/span&gt;
    &lt;/li&gt;&lt;p&gt;&lt;a href="http://napitupulu-jon.appspot.com/posts/Content-based-Recommendation/"&gt;Read more…&lt;/a&gt; (3 min remaining to read)&lt;/p&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;</description><category>Coursera</category><category>machine learning</category><category>Recommender Systems</category><guid>http://napitupulu-jon.appspot.com/posts/Content-based-Recommendation/</guid><pubDate>Wed, 14 May 2014 07:24:18 GMT</pubDate></item><item><title>Problem Formulation</title><link>http://napitupulu-jon.appspot.com/posts/Problem-Formulation/</link><dc:creator>harijh2</dc:creator><description>&lt;div&gt;&lt;!--
                    .. title: Problem Formulation
                    .. slug: Problem-Formulation
                    .. date: 2014-05-14 13:55:17 UTC+07:00
                    .. tags: Coursera,machine learning,Recommender Systems
                    .. link: 
                    .. description: 
                    .. type: text
                    --&gt;


 
  &lt;meta content="text/html; charset=utf-8" http-equiv="Content-Type"&gt;
  &lt;meta content="Evernote Mac 5.7.2 (451040)" name="exporter-version"&gt;
  &lt;meta content="Coursera, machine learning, Recommender Systems" name="keywords"&gt;
  &lt;meta content="harijh2" name="author"&gt;
  &lt;meta content="2014-05-14 13:55:17 +0000" name="created"&gt;
  &lt;meta content="2014-08-13 15:14:26 +0000" name="updated"&gt;
  &lt;title&gt;
   Problem Formulation
  &lt;/title&gt;
 
 
  &lt;p&gt;
  &lt;/p&gt;
  &lt;div&gt;
   &lt;div&gt;
    &lt;ul&gt;
     &lt;li&gt;
      Recommender System is one of the most important application in Machine Learning.
     &lt;/li&gt;&lt;p&gt;&lt;a href="http://napitupulu-jon.appspot.com/posts/Problem-Formulation/"&gt;Read more…&lt;/a&gt; (2 min remaining to read)&lt;/p&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description><category>Coursera</category><category>machine learning</category><category>Recommender Systems</category><guid>http://napitupulu-jon.appspot.com/posts/Problem-Formulation/</guid><pubDate>Wed, 14 May 2014 06:55:17 GMT</pubDate></item></channel></rss>