diff --git a/notes/week1.md b/notes/week1.md index a3f077d..206bd29 100644 --- a/notes/week1.md +++ b/notes/week1.md @@ -1,3 +1,4 @@ +[TOC] # 1. 引言(Introduction) diff --git a/notes/week10.md b/notes/week10.md index 1562309..c11bb58 100644 --- a/notes/week10.md +++ b/notes/week10.md @@ -1,4 +1,7 @@ +[TOC] + # 17 Large Scale Machine Learning + ## 17.1 Learning With Large Datasets ## 17.2 Stochastic Gradient Descent diff --git a/notes/week11.md b/notes/week11.md index e469c9e..c0ff658 100644 --- a/notes/week11.md +++ b/notes/week11.md @@ -1,4 +1,7 @@ +[TOC] + # 18 Application Example:Photo OCR + ## 18.1 Problem Description and Pipeline ## 18.2 Sliding Windows diff --git a/notes/week2.md b/notes/week2.md index ab6cb6f..0d2e23d 100644 --- a/notes/week2.md +++ b/notes/week2.md @@ -1,4 +1,7 @@ +[TOC] + # 4 Linear Regression with Multiple Variables + ## 4.1 Multiple Features ## 4.2 Gradient Descent for Multiple Variables diff --git a/notes/week3.md b/notes/week3.md index 2a8efae..ba15876 100644 --- a/notes/week3.md +++ b/notes/week3.md @@ -1,4 +1,7 @@ +[TOC] + # 6 Logistic Regression + ## 6.1 Classification ## 6.2 Hypothesis Representation diff --git a/notes/week4.md b/notes/week4.md index 332c2b4..767a007 100644 --- a/notes/week4.md +++ b/notes/week4.md @@ -1,4 +1,7 @@ +[TOC] + # 8 Neural Networks:Representation + ## 8.1 Non-linear Hypotheses ## 8.2 Neurons and the Brain diff --git a/notes/week5.md b/notes/week5.md index 0abf170..b78f9c5 100644 --- a/notes/week5.md +++ b/notes/week5.md @@ -1,4 +1,7 @@ +[TOC] + # 9 Neural Networks:Learning + ## 9.1 Cost Function ## 9.2 Backpropagation Algorithm diff --git a/notes/week6.md b/notes/week6.md index 5d2ac52..bea563c 100644 --- a/notes/week6.md +++ b/notes/week6.md @@ -1,4 +1,7 @@ +[TOC] + # 11 Machine Learning System Design + ## 11.1 Prioritizing What to Work On ## 11.2 Error Analysis diff --git a/notes/week7.md b/notes/week7.md index 912b45e..81246a0 100644 --- a/notes/week7.md +++ b/notes/week7.md @@ -1,4 +1,7 @@ +[TOC] + # 12 Support Vector Machines + ## 12.1 Optimization Objective ## 12.2 Large Margin Intuition diff --git a/notes/week8.md b/notes/week8.md index 1277efb..cfa9a89 100644 --- a/notes/week8.md +++ b/notes/week8.md @@ -1,4 +1,7 @@ +[TOC] + # 13 Unsupervised Learning + ## 13.1 Unsupervised Learning_ Introduction ## 13.2 K-Means Algorithm diff --git a/notes/week9.md b/notes/week9.md index 4ed40c7..b6eccbe 100644 --- a/notes/week9.md +++ b/notes/week9.md @@ -1,4 +1,7 @@ +[TOC] + # 15 Anomaly Detection + ## 15.1 Problem Motivation ## 15.2 Gaussian Distribution