[PYTHON] Deep Learning Specialization (Coursera) Self-study record (C3W2)

Introduction

This is the content of Course 3, Week 2 (C3W2) of Deep Learning Specialization.

(C3W2L01) Carry Out Error Analysis

Contents

Image Dogs Great cat Blurry ... Comments
1 x
2 x
3 x x
...
% of total 8% 48% 61% ...

(C3W2L02) Cleaning up Incorrectly labeled data

Contents

--If the training set label is incorrect - DL algorithm are quite robust to random errors in the training set --systematic error has an effect (for example, if all white dogs are labeled "cats") --In case of Dev / Test set, perform error analysis. If the impact is large, correct it.

Image Dogs Great cat Blurry ... Incorrectly labeled Comments
1 x
2 x x
3 x x
...
% of total 8% 48% 61% ... 5%

(C3W2L03) Build First System Quickly, Then Iterate

Contents

comment

--Black after 5 minutes and 30 seconds

(C3W2L04) Training and testing on different distribution

Contents

--I want to develop an algorithm for classifying images in Mobile App ――But the collected data is 200k for the image (high pixel) from the web page and 10k for the mobile app data. What to do with train / dev / test data at this time? --Option 1; Add both to make 210k data and shuffle. - trainin set ; 205k - dev set ; 2.5k - test set ; 2.5k --Advantages; same distribution --Disadvantages; dev / test set is mostly web page data, not much mobile app data

(C3W2L05) Bias and Variance with mismatched data distribution

Contents

reference

-Deep Learning Specialization (Coursera) Self-study record (table of contents)

Recommended Posts

Deep Learning Specialization (Coursera) Self-study record (C1W3)
Deep Learning Specialization (Coursera) Self-study record (C4W3)
Deep Learning Specialization (Coursera) Self-study record (C1W4)
Deep Learning Specialization (Coursera) Self-study record (C2W1)
Deep Learning Specialization (Coursera) Self-study record (C1W2)
Deep Learning Specialization (Coursera) Self-study record (C3W2)
Deep Learning Specialization (Coursera) Self-study record (C2W2)
Deep Learning Specialization (Coursera) Self-study record (C4W1)
Deep Learning Specialization (Coursera) Self-study record (C2W3)
Deep Learning Specialization (Coursera) Self-study record (C4W2)
Learning record
Learning record # 3
Learning record # 1
Learning record # 2
Deep Learning
Learning record of reading "Deep Learning from scratch"
"Deep Learning from scratch" Self-study memo (Part 12) Deep learning
"Deep Learning from scratch" self-study memo (unreadable glossary)
"Deep Learning from scratch" Self-study memo (9) MultiLayerNet class
Deep Learning Memorandum
Start Deep learning
Python Deep Learning
Deep learning × Python
"Deep Learning from scratch" Self-study memo (10) MultiLayerNet class
"Deep Learning from scratch" Self-study memo (No. 11) CNN
"Deep Learning from scratch" Self-study memo (No. 19) Data Augmentation
"Deep Learning from scratch 2" Self-study memo (No. 21) Chapters 3 and 4
Learning record so far
First Deep Learning ~ Struggle ~
Go language learning record
Deep Learning from scratch
Learning record 9 (13th day)
Learning record 3 (7th day)
Deep learning 1 Practice of deep learning
Deep learning / cross entropy
Learning record 5 (9th day)
First Deep Learning ~ Preparation ~
Programming learning record day 2
First Deep Learning ~ Solution ~
Learning record 8 (12th day)
[AI] Deep Metric Learning
Learning record 1 (4th day)
Learning record 7 (11th day)
I tried deep learning
Python: Deep Learning Tuning
Learning record 2 (6th day)
Deep learning large-scale technology
Linux learning record ① Plan
Learning record 16 (20th day)
Learning record 22 (26th day)
Deep learning / softmax function
"Deep Learning from scratch" self-study memo (No. 18) One! Meow! Grad-CAM!
"Deep Learning from scratch" self-study memo (No. 19-2) Data Augmentation continued
"Deep Learning from scratch" self-study memo (No. 15) TensorFlow beginner tutorial