Chevron Left
返回到 Introduction to Recommender Systems: Non-Personalized and Content-Based

学生对 University of Minnesota 提供的 Introduction to Recommender Systems: Non-Personalized and Content-Based 的评价和反馈

4.4
654 个评分

课程概述

This course, which is designed to serve as the first course in the Recommender Systems specialization, introduces the concept of recommender systems, reviews several examples in detail, and leads you through non-personalized recommendation using summary statistics and product associations, basic stereotype-based or demographic recommendations, and content-based filtering recommendations. After completing this course, you will be able to compute a variety of recommendations from datasets using basic spreadsheet tools, and if you complete the honors track you will also have programmed these recommendations using the open source LensKit recommender toolkit. In addition to detailed lectures and interactive exercises, this course features interviews with several leaders in research and practice on advanced topics and current directions in recommender systems....

热门审阅

YW

Nov 2, 2016

I think this is an amazing course for beginners who are interested in recommender systems, I strongly recommend this course to the students and engineers who are working on recommender systems.

BS

Feb 12, 2019

One of the best courses I have taken on Coursera. Choosing Java for the lab exercises makes them inaccessible for many data scientists. Consider providing a Python version.

筛选依据:

101 - Introduction to Recommender Systems: Non-Personalized and Content-Based 的 125 个评论(共 138 个)

创建者 Dhananjay G

Dec 21, 2019

I found this course very useful for me to get in to basics and back ground of recommendations. Each topic is presented and discussed quite in detail . I also found the interviews with various expert in Recommendations very insightful. Thanks you Joe and Micheal.

创建者 Swetha P S

Oct 25, 2017

Very informative course! I had a great learning experience working on the programming assignments required for honors. The only drawback is the style of communication (written and spoken) is elaborate and confuses many non-native English speakers including me.

创建者 Abhisek G

Jun 4, 2017

There is a need to have this course in Python or some other statistical programming language. Simple reason is that a lot of budding data scientists are not coming from CS background and dont have necessary skillset in Java. Else the course is good.

创建者 rahul r

Jun 9, 2018

I think some of the interviews didn't really give me great insights. I know this is only an introduction, but I was expecting more fields than movies. I am overly critical though, all in all a very good way to understand recommendation systems.

创建者 shailesh k p

Jun 22, 2018

I am very new to recommendation system and yet able to comprehend the lessons. The best thing is explaining the system with example. Walking through Amazon.com and explaining content based and collaborative filtering is easy to grasp.

创建者 Diana H

Jul 29, 2017

I think it could be fun if there were simple assignments which could be done in python. Java can be a bit heavy and a lot of the time goes with figuring out the framework. :)

创建者 nitish a

Apr 7, 2020

The course and its content was quite interesting and easy, so I will be taking the next course in this specialization of Recommender System Specialization

创建者 Lucas B A d A

Apr 3, 2020

A complete introduction to the topic. Some interviews are lacking of audio and video quality. The assignments are pretty suitable to the content.

创建者 Danish R

Oct 9, 2016

More information on Programming Assignment would have been helpful . Overall a good course to begin the specialization

创建者 Atieno M S

Aug 16, 2019

The course was a good one with content that's understandable. I can't wait to proceed to the next one

创建者 Wesley H

May 9, 2018

Great introduction to Recommender systems. Really got me thinking about how I could apply them.

创建者 ignacio v

Feb 4, 2019

done it by audit, thnks!!! great stuff guys... but should do some practice in python!

创建者 Lalu P L

Sep 19, 2022

Please update the specialization, it's 2022, and the course slides are from 2016.

创建者 Reza N

Apr 27, 2017

The course was easy to understand. but i find the slides not much of help.

创建者 Nitin P

Nov 17, 2016

I think this is a good course to start exploring recommendation systems.

创建者 Ben C

Oct 29, 2017

I'd really like trying coding, but there's no Python option..

创建者 Mehmet E

Jan 13, 2018

videos are too long... I had to watch them with x2 speed...

创建者 Peter P

Oct 4, 2016

Too theoretical. I hope other parts will have more details.

创建者 Aleshin A

May 18, 2018

It would be better to make practice on Python.

创建者 Aladdin P

Oct 18, 2023

Would've liked honor to be in Python

创建者 Egbert R

Apr 11, 2021

Great course.

创建者 Andre C

Mar 30, 2020

Great course

创建者 Gabriel S

Feb 28, 2019

not so deep

创建者 Chunyang S

Feb 3, 2017

Generally I like the contents of this course. I particularly like that insights are provided in terms of what aspects to consider when designing a recommender system; pros and cons of different approaches. However I'm also extremely bored watching the videos because looking at the lectures reading the scripts (most of the time with very slow speed) is one of the quickest way to send people to sleep. I'd hope the lectures will improve their presenting skills.

Another comment is the honours track assignments should really be put into more thoughts. I passed them with 100% credit, but I didn't feel I gained a lot useful knowledge through this exercise. Generally it felt to me that the complexity of the implementation is much much more than needed in relation to the complexity of the problems. Eventually this assignment became grinding with Java's verbose, annoying syntax and unnecessary computations designed in lab instruction. For example, in the first programming assignment, why if the ModelProvider object already computed the entire map of ratings, and the map is directly needed in the Recommender object, the Model object only provide API to retrieve individual rating but not the entire map?! Isn't it a wasteful computation to reconstruct the rating map? So I doubt the structural design of the program is sensible, or the expected solution would actually be done in real applications. Also I think Java is just a really out-dated, bulky language to work with in this kind of task. It really makes the assignment experience awful.

创建者 Akash S C

Jun 22, 2019

Good course for basic intro to recommender system. However, some basic problems - videos are too long and Java for programming assignment was a huge disappointment. i tried picking the lenskit assignment with java but decided to get rid of it and replicated the assignment in python instead. it was taking too much time to learn Java back which will never be used in regular work for data science. python or R should have been used for prog assignment. time to update the course.