JL
Concise and clear presentation of the material with the majority of time focused around using TDD to learn and practice concepts through developing solutions to open ended coding challenges.
This course will introduce the learner to applied machine learning, focusing more on the techniques and methods than on the statistics behind these methods. The course will start with a discussion of how machine learning is different than descriptive statistics, and introduce the scikit learn toolkit through a tutorial. The issue of dimensionality of data will be discussed, and the task of clustering data, as well as evaluating those clusters, will be tackled. Supervised approaches for creating predictive models will be described, and learners will be able to apply the scikit learn predictive modelling methods while understanding process issues related to data generalizability (e.g. cross validation, overfitting). The course will end with a look at more advanced techniques, such as building ensembles, and practical limitations of predictive models. By the end of this course, students will be able to identify the difference between a supervised (classification) and unsupervised (clustering) technique, identify which technique they need to apply for a particular dataset and need, engineer features to meet that need, and write python code to carry out an analysis.
This course should be taken after Introduction to Data Science in Python and Applied Plotting, Charting & Data Representation in Python and before Applied Text Mining in Python and Applied Social Analysis in Python.
JL
Concise and clear presentation of the material with the majority of time focused around using TDD to learn and practice concepts through developing solutions to open ended coding challenges.
RS
The course was really interesting to go through. All the related assignments whether be Quizzes or the Hands-On really test the knowledge. Kudos to the mentor for teaching us in in such a lucid way.
AS
great experience and learning lots of technique to apply on real world data, and get important and insightful information from raw data. motivated to proceed further in this domain and course as well.
AG
A lot of techniques packed into a relatively short course. Weeks 2 & 4 are noticably tougher than the other two, so allow plenty of extra time for assignment and quiz in those 2 weeks.
FL
Very well structured course, and very interesting too! Has made me want to pursue a career in machine learning. I originally just wanted to learn to program, without true goal, now I have one thanks!!
MM
This is an excellent course. The programming exercises can be solved only when you get the basics right. Else, you will need to revisit the course material. Also, the forums are pretty interactive.
VS
It's a nice course. It'll familiarize you with different models, evaluation metrics and basics of machine learning and let you practice with some of the real world datasets during assignment.
DB
EXTREMELY USEFUL AND GOOD COURSE, CONGRATULATIONS TO ALL THE PEOPLE INVOLVE.Honestly, I never thought I could learn so much in an online course, excited for the rest of the specialization
S
It was good learning Machine Learning thru Python as using Python libraries like Pandas , Tensorflow,.etc made the work easier. Hope to do my masters in Machine Learning . Happy Learning <3
IP
Very well structured and informative course ! All the lectures are concise and give enough context for self-exploration. The assignments provide are a good hands-on experience as well !!
AA
In depth course that covers a lot in a short amount of time. If you take some extra time to delve deeper into these topics, you can ensure a great overview of machine learning with python.
RM
A good introduction to algorithms available in python. I didn't give it a five stars because I 'm still confused on which algorithms to pick/use when I want to work on real data problem.