Machine Learning Yearning



Download free course Machine Learning Yearning, pdf file on 118 pages by Andrew Ng.
AI is transforming numerous industries. Machine Learning Yearning, a free ebook from Andrew Ng, teaches you how to structure Machine Learning projects.

This book is focused not on teaching you ML algorithms, but on how to make ML algorithms work. After reading Machine Learning Yearning, you will be able to:
- Prioritize the most promising directions for an AI project
- Diagnose errors in a machine learning system
- Build ML in complex settings, such as mismatched training/ test sets
- Set up an ML project to compare to and/or surpass human- level performance
- Know when and how to apply end-to-end learning, transfer learning, and multi-task learning.

Table of contents

  • Why Machine Learning Strategy
  • How to use this book to help your team
  • Prerequisites and Notation
  • Scale drives machine learning progress
  • Your development and test sets
  • Your dev and test sets should come from the same distribution
  • How large do the dev/test sets need to be?
  • Establish a single-number evaluation metric for your team to optimize
  • Optimizing and satisficing metrics
  • Having a dev set and metric speeds up iterations
  • When to change dev/test sets and metrics
  • Takeaways: Setting up development and test sets
  • Build your first system quickly, then iterate
  • Error analysis: Look at dev set examples to evaluate ideas
  • Evaluating multiple ideas in parallel during error analysis
  • Cleaning up mislabeled dev and test set examples
  • If you have a large dev set, split it into two subsets, only one of which you look at
  • How big should the Eyeball and Blackbox dev sets be?
  • Takeaways: Basic error analysis
  • Bias and Variance: The two big sources of error
  • Examples of Bias and Variance
  • Comparing to the optimal error rate
  • Addressing Bias and Variance
  • Bias vs. Variance tradeoff
  • Techniques for reducing avoidable bias
  • Error analysis on the training set
  • Techniques for reducing variance
  • Diagnosing bias and variance: Learning curves
  • Plotting training error
  • Interpreting learning curves: High bias
  • Interpreting learning curves: Other cases
  • Plotting learning curves
  • Why we compare to human-level performance
  • How to define human-level performance
  • Surpassing human-level performance
  • When you should train and test on different distributions
  • How to decide whether to use all your data
  • How to decide whether to include inconsistent data
  • Weighting data
  • Generalizing from the training set to the dev set
  • Identifying Bias, Variance, and Data Mismatch Errors
  • Addressing data mismatch
  • Artificial data synthesis
  • The Optimization Verification test
  • General form of Optimization Verification test
  • Reinforcement learning example
  • The rise of end-to-end learning
  • More end-to-end learning examples
  • Pros and cons of end-to-end learning
  • Choosing pipeline components: Data availability
  • Choosing pipeline components: Task simplicity
  • Directly learning rich outputs
  • Error analysis by parts
  • Attributing error to one part
  • General case of error attribution
  • Error analysis by parts and comparison to human-level performance
  • Spotting a flawed ML pipeline
  • Building a superhero team - Get your teammates to read this
Pages : 118
Size : 4.1 MB
File type : PDF
Downloads: 114
Created: 2022-02-03
License: CC BY
Author(s): Andrew Ng
Machine Learning Yearning

Others machine learning Tutorials

An Introduction to Machine Learning, 2nd Edition

Machine Learning for Cyber Physical Systems

Machine Learning with TensorFlow

Machine Learning Yearning

Understanding Machine Learning

Others related eBooks about Machine Learning Yearning

GANs in Action: Deep Learning with Generative Adversarial Networks

Generative Adversarial Networks (GANs) are an incredible AI technology capable of creating images, sound, and videos that are indistinguishable from the real thing. By pitting two neural networks against each other, one to generate fakes and one to spot them, GANs rapidly learn to produce photo-real...

So You Want to Learn to Program? - Programming With BASIC-256

Learn to program a computer without the jargon and complexity of many programming books. Suitable for anybody age 10 to 100+ who wants to learn and is ready to experiment. This book engages through media (sound, color, shapes, and text to speech) and then introduces the concepts of structured prog...

Deep Learning and the Game of Go

The ancient strategy game of Go is an incredible case study for AI. In 2016, a deep learning-based system shocked the Go world by defeating a world champion. Shortly after that, the upgraded AlphaGo Zero crushed the original bot by using deep reinforcement learning to master the game. Now, you can l...

Become an Xcoder: Start Programming the Mac Using Objective-C

...

A Practical Introduction to Python Programming

This book started out as about 30 pages of notes for students in my introductory programmi..., download free Python tutorial in PDF (263 pages) created by Brian Heinold ....

DotNet for professionnals

Download free DotNet tutorial course in PDF, training file in 58 chapters and 192 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

JavaScript for impatient programmers

Download free course JavaScript for impatient programmers, pdf file on 526 pages by Axel Rauschmayer....

Learning ABAP PDF course

Download free ABAP tutorial course in PDF, training file in 16 chapters and 42 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

Scratch programming PDF tutorial

Download free PDF tutorial about Scratch programming, document under 29 pages by Neil Rickus....

Programming in Lua

This book is for students and professionals who are intrigued by the prospect of learning and using a powerful language that provides a rich infrastructure for creating programs. No programming knowledge is necessary to benefit from this book except for the section on Lua bindings, which requires so...