SM
2020년 6월 14일
A very deep and comprehensive course for learning some of the core fundamentals of Machine Learning. Can get a bit frustrating at times because of numerous assignments :P but a fun thing overall :)
SS
2016년 10월 15일
Hats off to the team who put the course together! Prof Guestrin is a great teacher. The course gave me in-depth knowledge regarding classification and the math and intuition behind it. It was fun!
교육 기관: Ragunandan R M
•2018년 9월 17일
Good overall course.
교육 기관: 2K18/SE/035 A K
•2020년 11월 11일
content is complete
교육 기관: Lim W A
•2016년 11월 21일
Learnt new things.
교육 기관: Mehul P
•2017년 8월 17일
Nice explanation.
교육 기관: gaozhipeng
•2016년 6월 30일
good introduction
교육 기관: Alberto B
•2018년 3월 17일
Very good course
교육 기관: Antonio P L
•2016년 4월 30일
Fantastic Course
교육 기관: Anand B
•2017년 8월 7일
Great course!
교육 기관: PRASAD N
•2020년 12월 3일
good course.
교육 기관: Ayswarya S
•2019년 2월 5일
best course
교육 기관: Alberto J L R
•2017년 10월 12일
Good Mooc
교육 기관: Syamsul B
•2020년 8월 31일
Great
교육 기관: VIGNESHKUMAR R
•2019년 8월 23일
good
교육 기관: Serge B
•2016년 7월 2일
good
교육 기관: IDOWU H A
•2018년 5월 20일
B
교육 기관: Ole H S
•2016년 6월 16일
First. I like these courses allot. They are pretty close to covering just what you need to actually do machine learning in the real world and not dive too deep into topics that have no practical value.
However:
This course was a bit too thin, the last 4 weeks of the course contained little in depth informations and seemed to brush over allot of different topics that could have contained more information. Although they where important topics the course could go more in depth on at least 3 or 4 of those topics. The last 3 weeks could have been a course on its own if properly explored. However the concepts are well enough covered to be usable in practice i belive.
The programming exercises where ridiculously simple. Everything was reduced to filling in 1 or two lines in a bigger function. I understand that the point was to see how these functions are made and that it increases our understanding of the algorithms already existing in packages like schikit-learn and graphlab. Also the content became a bit too repetetive (actually started in the second course but continues in this course). The time used on variation over the same topic in different models made it challenging to pay attention when the lecture finally came to a new point (brain fell a sleep while waiting for something new).
교육 기관: Ryan M
•2020년 8월 25일
While I feel like I have a good theoretical understanding of the issues involved in classification, with an understanding of how the algorithms work and how to implement them, this course could have prepared me better to attack an actual problem by following a real case study through, showing me what steps someone with experience in attacking real problems would take in order to come up with a good classifier.
In particular, while a number of classifiers were presented, there was little to no discussion of the relative advantages and disadvantages of each algorithm. In what cases should I choose logistic regression? A decision tree or a boosted decision tree?
Finally, it seems that random forests and support vector machines are common classifiers, and this course did not cover them. I instead had to learn about random forests (a relatively simple concept that could have been included with the boosted decision tree content) from scikit-learn's web site.
교육 기관: Ziyue Z
•2016년 8월 10일
Compared with the regression course, this course was a slight disappointment. 1. there is less material compared to the regression course. Maybe this is because classification concepts are more intuitive. 2. the slides are much less prepared. Some of the sides even re-use earlier lesson slides in the beginning as a "review", much like soap operas re-use scenes from earlier episodes as "memory recall" to fill air time. 3. the math is more handwavy compared to the regression course. Neither course are supposed to go in depth with proofs, but I felt the regression course was at the right level and this course degraded too far. Do note it's very possible that I'm biased because I have seen more of the material from this course than the regression course.
교육 기관: Sunil N
•2020년 5월 2일
Bit of skewed distribution of load of work. Like week 6 and 7 were extremely light (merely 1 hour work), while week 2 and 5 were too heavy for a week. Syntax errors in assignment notebooks kept the nerves active but can be bit frustrating for relatively naive or trusting candidates, who might end up spending a lot of time finding bugs in their own piece of code. Overall a nice experience. Covid and wfh situation is not allowing proper time for learning but reminders helped in meeting the goal. Thank you
교육 기관: 오승윤
•2016년 12월 3일
Turi stopped working on SFrame (at least on Github), and SFrame does not supports Python 3. Expect some difficulty if you use other tools like pandas - the programming assignment completely assumes you use SFrame. Fortunately data of csv format is provided, so you can complete it anyway but again, don't expect a smooth ride.
Also the lecture tends to cover general concepts than mathematical details. I don't like it, but that would be a good point to the starters.
교육 기관: Tom L
•2016년 10월 21일
Well, after the regression course, which I actually found interesting, the classification course doesn't look so good. The programming assignments are mostly pointless. The use of graphlab doesn't make it better. The info presented in this course is rather superficial. If you're entirely new to machine learning, you could find some value in this course. If not, go buy a good book.
교육 기관: Oliverio J S J
•2018년 6월 17일
At first the course seems interesting but, as it progresses, it fails to convey why these contents are important in the deep learning era. In addition, it seems quite obvious that some contents are missing; I suppose that they have been eliminated due to the same problems that forced the cancellation of the last specialization courses.
교육 기관: Francesco
•2019년 11월 15일
The material is good, but the choice of using GraphLab Create is a poor one. It's not used in the industry and it's poorly supported. I had issues installing it both via command line and via the installer, so I ended up using the AWS machine. But that has it's own drawbacks, such as the slowness and the setup time.
교육 기관: Nitzan O
•2016년 4월 25일
The course is interesting and well taught. The professor is very enthusiastic and it makes the course fun to watch. The problem in my opinion is that the content is too superficial. It's completely lack of mathematical background and the programming exercises are sometimes no more than copy paste.
교육 기관: ANIMESH M
•2020년 9월 4일
The course is up to the mark but what i felt missing is about the coding . They didn't focus on implementation tasks simply gave the notebooks for the assignments.
Also S.V.M and random forest classifiers are missing.
From my side concluding all the experience , i will give a 6.5 out of 10.