Chevron Left
返回到 Machine Learning Foundations: A Case Study Approach

学生对 University of Washington 提供的 Machine Learning Foundations: A Case Study Approach 的评价和反馈

4.6
13,532 个评分

课程概述

Do you have data and wonder what it can tell you? Do you need a deeper understanding of the core ways in which machine learning can improve your business? Do you want to be able to converse with specialists about anything from regression and classification to deep learning and recommender systems? In this course, you will get hands-on experience with machine learning from a series of practical case-studies. At the end of the first course you will have studied how to predict house prices based on house-level features, analyze sentiment from user reviews, retrieve documents of interest, recommend products, and search for images. Through hands-on practice with these use cases, you will be able to apply machine learning methods in a wide range of domains. This first course treats the machine learning method as a black box. Using this abstraction, you will focus on understanding tasks of interest, matching these tasks to machine learning tools, and assessing the quality of the output. In subsequent courses, you will delve into the components of this black box by examining models and algorithms. Together, these pieces form the machine learning pipeline, which you will use in developing intelligent applications. Learning Outcomes: By the end of this course, you will be able to: -Identify potential applications of machine learning in practice. -Describe the core differences in analyses enabled by regression, classification, and clustering. -Select the appropriate machine learning task for a potential application. -Apply regression, classification, clustering, retrieval, recommender systems, and deep learning. -Represent your data as features to serve as input to machine learning models. -Assess the model quality in terms of relevant error metrics for each task. -Utilize a dataset to fit a model to analyze new data. -Build an end-to-end application that uses machine learning at its core. -Implement these techniques in Python....

热门审阅

RM

Feb 2, 2022

I was very disappointed with the exclusion of the final courses and the capstone project. The most interesting part of specialization no longer exists and no plausible justification has been given.

AH

Mar 27, 2022

very nice course.If you have basic knowledge of python datastructure then this course is best to start data science.All contents are beginner friendly which makes this course easily understandable.

筛选依据:

3026 - Machine Learning Foundations: A Case Study Approach 的 3050 个评论(共 3,157 个)

创建者 HITESH D

Jun 15, 2020

Installing software parts gave me a very hard time.

创建者 Bastian M P

Jun 1, 2016

Could go a little more in detail on the algorithms.

创建者 Jaime O

Jan 31, 2017

The Deep Learning part needs to be improved

创建者 Chen S

Oct 26, 2015

Very basic, the quizzes aren't clear enough

创建者 Li-Pu C

Oct 29, 2020

A little bit too easy, but good for rookie

创建者 Harsh V K

May 8, 2019

Should use Python 3 instead of Python 2

创建者 Deleted A

Apr 3, 2021

sofware guideline is quiet useless

创建者 Yu G

Feb 7, 2021

No idea what to write here...

创建者 Jorge C

May 29, 2016

It is a very simple course.

创建者 Aditya A

Apr 10, 2025

few quiz answers are wrong

创建者 Ricardo S

Aug 10, 2021

Feels a bit out dated

创建者 RAGHUPATHI R R

Jun 25, 2020

Good for knowledge

创建者 Fredick A S

Apr 6, 2018

No python..

创建者 Nasimul J F

Aug 16, 2020

THANK YOU.

创建者 Kai C

Nov 24, 2015

Too easy

创建者 Geetha G

Aug 15, 2021

good

创建者 Anshu R

Sep 12, 2020

good

创建者 18103048 H - S C

Sep 4, 2020

Good

创建者 MD. S K S

Aug 22, 2020

cool

创建者 tarun v s n

Jul 23, 2020

Good

创建者 Abhinav S

May 10, 2020

good

创建者 Bindra B

Jun 20, 2021

k

创建者 CHEE W M

Sep 26, 2019

V

创建者 Andrew S

Dec 3, 2016

The content of this course is interesting, I liked the examples, and the material gave an interesting overview of different aspects of machine learning. From that perspective, the course is as advertised. But, where this course goes wrong is value for money - it is very superficial and not worth what is charged.

As noted by others, this is not a course for learning so much as an advertisement for the instructor's own pay software and their other Coursera courses. I'm not against that per say if it was entirely free, but charging for an advertisement is ridiculous. In my case I thankfully started with the free model so I didn't lose out, but I could see others being dissapointed. I strongly recommend starting the material with a free signup and only pay if you really want the extra grading.

My other main problem was with the pace and detail in the course. I would have liked more detail, but I recognize this was intended to be a high level view so I'll live with that level of detail. The material covered, however, does not need 6 weeks worth of lectures. This course could be ~1/2 as long, cover the same material, and be a MUCH better course.

Other small problems include some poorly edit videos (there are a lot of examples of simple stumbling in the videos that should have meant they do another take), very short videos (maybe a person preference, but the number of <2 minute videos here is annoying, especially when there's a 5-second standard video at the start and end of all videos). All in all, there's just a lot of wasted time.

When signing up for this course I was really excited for the entire specialization - now, not so much. I'll probably try the second course in the series (for free to start) to see if things improve, but ironically this advertisement video has if anything turned me off their other products.

创建者 Jean T

Apr 17, 2017

Con:

(1) I feel I spent most of the time learning graphlab. Suggest replace it with standard Python as the standard tool for this class. Provide any needed additional code in standard Python.

(2) Course is better in the front end than in the back end.

(3) Week #6 is significantly more involved than previous weeks. Suggest divide Week 6 into two sessions: Neural Network and Nearest Neighbor applying neural network results (ImageNet 2012 was mentioned and not explained. Therefore the Nearest Neighbor homework assignment from the student's perspective does not have much to do with neural network other than using the results from ImageNet 2012, which was not explained in any detail anyway). This will allow more time to delve into the forward and backward propagation which should have been explained in more details.

(4) Home assignments are not best worded, especially homework assignment for Week 6. Suggest reword in shorter statements that are more to the point.

(5) Programming presentation and assignments can seem like exercise in graphlab and SFrame functions rather than machine learning.

PRO:

(1) Class presentation by Professor Fox on recommender system is detailed and clear.

(2) Classifier block diagram shown by Professor Guestrin is good, clearly distinguishing training the classifier and the subsequent use of the classification (prediction).

(3) Neural network quiz in Week 6 is excellent. It drills down on the multi-dimensional space that neural network is particularly good for.