• For Individuals
  • For Businesses
  • For Universities
  • For Governments
Coursera
  • Online DegreeExplore Bachelor’s & Master’s degrees
  • MasterTrack™Earn credit towards a Master’s degree
  • University CertificatesAdvance your career with graduate-level learning
Careers
  • Log In
  • Join for Free
    Coursera
    Chevron Left
    Back to Structuring Machine Learning Projects

    Learner Reviews & Feedback for Structuring Machine Learning Projects by DeepLearning.AI

    Filled StarFilled StarFilled StarFilled StarFilled Star
    4.8
    stars
    50,043 ratings

    About the Course

    In the third course of the Deep Learning Specialization, you will learn how to build a successful machine learning project and get to practice
    decision-making as a machine learning project leader. By the end, you will be able to diagnose errors in a machine learning system; prioritize
    strategies for reducing errors; understand complex ML settings, such as mismatched training/test sets, and comparing to and/or surpassing
    human-level performance; and apply end-to-end learning, transfer learning, and multi-task learning. This is also a standalone course for
    learners who have basic machine learning knowledge. This course draws on Andrew Ng’s experience building and shipping m...
    ...

    Top reviews

    WG

    Mar 19, 2019

    Filled StarFilled StarFilled StarFilled StarFilled Star

    Though it might not seem imminently useful, the course notes I've referred back to the most come from this class. This course is could be summarized as a machine learning master giving useful advice.

    JB

    Jul 2, 2020

    Filled StarFilled StarFilled StarFilled StarFilled Star

    While the information from this course was awesome I would've liked some hand on projects to get the information running. Nonetheless, the two simulation task were the best (more would've been neat!).

    Filter by:

    4576 - 4600 of 5,736 Reviews for Structuring Machine Learning Projects

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By laixiaohang

    •

    Aug 27, 2017

    很实战

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Keshav B

    •

    Jun 10, 2020

    <3

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Radoslav N

    •

    Oct 15, 2019

    ok

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Ming G

    •

    Aug 25, 2019

    gj

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Pham X V

    •

    Nov 6, 2018

    :

    )

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Xiangning C

    •

    Aug 19, 2017

    好!

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Abdel R k a M

    •

    Jul 15, 2022

    O

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By jkfx

    •

    Dec 28, 2020

    酷

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Valerii P

    •

    Sep 18, 2020

    !

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Parth P

    •

    Apr 19, 2020

    -

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Uday B C

    •

    Sep 30, 2019

    .

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By sonal g

    •

    Sep 28, 2019

    f

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Ishmael M

    •

    Jul 15, 2019

    V

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Caoliangjie

    •

    Feb 20, 2019

    T

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Dayvid V

    •

    Oct 31, 2018

    f

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Michele C

    •

    Jul 25, 2018

    v

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Huifang L

    •

    May 8, 2018

    V

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Yujie C

    •

    Feb 1, 2018

    好

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Bapiraju J

    •

    Oct 18, 2017

    G

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By StudyExchange

    •

    Aug 21, 2017

    V

    Filled StarFilled StarFilled StarFilled StarStar

    By Aleksei A K

    •

    Jun 22, 2023

    This is an excellent course for those who want to develop applications that use neural networks meaningfully. However, I did not find hints on solving the problem of what data to put on the input level.

    For example, for a neural network that evaluates a chess position, there can be at least 4 different approaches to this: 64 numbers or codes that describe the content of each of the cells of the chessboard; 32 numbers describing the position of chess pieces (or maybe 64 again, if we describe the position of each piece by vertical and horizontal lines, and not by the single cell number; 10 64-bit sets that give the placement of the same type of pieces (5 types, each from a pawn to a king, taking into account 2 colors) on a chessboard (this is the representation used by the leading chess programs to maximize the speed of enumeration of possible lines of moves); finally, just a variable length standard FEN string, which gives the generally accepted description of a chess position (however, also line-by-line for each of the horizontals, i.e., consisting of 8 parts). Before doing this by trial and error, I would like to hear some kind of "philosophy" about this.

    Also, at the end of this course, I would like to try to work with the code in Notebook, as it was in the previous ones.

    Filled StarFilled StarFilled StarFilled StarStar

    By Ali K

    •

    Mar 29, 2020

    In this course, the instructor from his experience gained through several machine learning and deep learning projects explains how to prioritize tasks in a big machine learning projects. This course does not introduce the reader to CNN or RNN but rather makes the user aware of some ML/DL tips to make the most efficient use of time and resources. Some of the most important questions addressed in this course are: 1) Why a single evaluation metric is important and what are some of the widely used metrics? 2) What is human-level performance and is it a good estimate of Bayes error? 3) What is Orthogonalization in the context of ML tasks and why is it important? 4) How to measure avoidable bias, variance error, data mismatch etc? 5) How to address data mismatch error? What is transfer learning and how is it different from multi-tasking 6) Whether one should opt for traditional or end-to-end deep learning approach?

    Filled StarFilled StarFilled StarFilled StarStar

    By Zhenwei Z

    •

    Apr 3, 2020

    This course from setting machine learning strategies, setting goals, error analysis and data distribution, migration and multitasking learning, and depth of the end-to-end neural network training and so on about the strategy of machine learning, to strengthen the depth of the first two lessons we learn the basic knowledge have the very big help, deep understanding of the depth of these knowledge is very good for our study harder to learn knowledge, such as convolution neural network. The greatest help of this course is that it makes us understand how to solve problems encountered in the actual development process and what is the most reasonable solution through two case studies.

    Filled StarFilled StarFilled StarFilled StarStar

    By Oleg P

    •

    Nov 30, 2018

    In this course, Andrew is giving very interesting practical insights into how to proceed in different project settings and how to speed up each iteration. Think of it as a stand-alone optimization algorithm for deep learning projects. What I'd further expect from this course are practical assignments, e.g., data acquisition and preprocessing patterns, data (image) augmentation, and transfer learning and multi-task learning (preferably building upon introduction to tensorflow in the previous course). As I already stated in the previous previews, optional assignments without grading would also do the work in motivating the students to do something on their own.

    Filled StarFilled StarFilled StarFilled StarStar

    By Joe Z

    •

    Jan 7, 2019

    Great insights as usual for these courses. Especially useful are the strategic insights for dealing with data mismatch between train and dev/test data sets; my favorite is the idea of a "train-dev" set to separate variance from the differences in data distributions, which had never occurred to me despite it being obvious in hindsight. The "flight sim" tests were more challenging than I expected, and really helped to cement the concepts into memory. The only criticism is that some coding assignments would have been helpful to put these ideas into practice in a guided manner. Otherwise, great course as I have come to expect from Andrew.

    • Chevron Left
    • 1
    • ...
    • 179
    • 180
    • 181
    • 182
    • 183
    • 184
    • 185
    • 186
    • 187
    • 188
    • ...
    • 230
    • Chevron Right

    Coursera Footer

    Technical Skills

    • ChatGPT
    • Coding
    • Computer Science
    • Cybersecurity
    • DevOps
    • Ethical Hacking
    • Generative AI
    • Java Programming
    • Python
    • Web Development

    Analytical Skills

    • Artificial Intelligence
    • Big Data
    • Business Analysis
    • Data Analytics
    • Data Science
    • Financial Modeling
    • Machine Learning
    • Microsoft Excel
    • Microsoft Power BI
    • SQL

    Business Skills

    • Accounting
    • Digital Marketing
    • E-commerce
    • Finance
    • Google
    • Graphic Design
    • IBM
    • Marketing
    • Project Management
    • Social Media Marketing

    Career Resources

    • Essential IT Certifications
    • High-Income Skills to Learn
    • How to Get a PMP Certification
    • How to Learn Artificial Intelligence
    • Popular Cybersecurity Certifications
    • Popular Data Analytics Certifications
    • What Does a Data Analyst Do?
    • Career Development Resources
    • Career Aptitude Test
    • Share your Coursera Learning Story

    Coursera

    • About
    • What We Offer
    • Leadership
    • Careers
    • Catalog
    • Coursera Plus
    • Professional Certificates
    • MasterTrack® Certificates
    • Degrees
    • For Enterprise
    • For Government
    • For Campus
    • Become a Partner
    • Social Impact
    • Free Courses
    • ECTS Credit Recommendations

    Community

    • Learners
    • Partners
    • Beta Testers
    • Blog
    • The Coursera Podcast
    • Tech Blog
    • Teaching Center

    More

    • Press
    • Investors
    • Terms
    • Privacy
    • Help
    • Accessibility
    • Contact
    • Articles
    • Directory
    • Affiliates
    • Modern Slavery Statement
    • Manage Cookie Preferences
    Learn Anywhere
    Download on the App Store
    Get it on Google Play
    Logo of Certified B Corporation
    © 2025 Coursera Inc. All rights reserved.
    • Coursera Facebook
    • Coursera Linkedin
    • Coursera Twitter
    • Coursera YouTube
    • Coursera Instagram
    • Coursera TikTok
    Coursera

    Sign up

    Learn on your own time from top universities and businesses.

    ​
    ​
    Between 8 and 72 characters
    Your password is hidden
    ​

    or

    Already on Coursera?


    I accept Coursera's Terms of Use and Privacy Notice. Having trouble logging in? Learner help center

    This site is protected by reCAPTCHA Enterprise and the Google Privacy Policy and Terms of Service apply.