Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanavu committed May 17, 2016
1 parent d60b7e0 commit 1eacdab
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions machine_learning/1_machine_learning_foundations/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Course 1: Machine Learning Foundations
Machine Learning Foundations
---

## Week 1: Welcome
Expand Down Expand Up @@ -82,4 +82,4 @@ Course 1: Machine Learning Foundations
- [Deep Features for Image Classification.ipynb](http://nbviewer.jupyter.org/github/tuanvu216/coursera-university-of-washington/blob/master/machine_learning/1_machine_learning_foundations/assignment/week6/Deep%20Features%20for%20Image%20Classification.ipynb)
- [Deep Features for Image Retrieval.ipynb](http://nbviewer.jupyter.org/github/tuanvu216/coursera-university-of-washington/blob/master/machine_learning/1_machine_learning_foundations/assignment/week6/Deep%20Features%20for%20Image%20Retrieval.ipynb)
- [Deep Features - Exercise.ipynb](http://nbviewer.jupyter.org/github/tuanvu216/coursera-university-of-washington/blob/master/machine_learning/1_machine_learning_foundations/assignment/week6/Deep%20Features%20-%20Exercise.ipynb)
- [quiz-week6-assignment.ipynb](http://nbviewer.jupyter.org/github/tuanvu216/coursera-university-of-washington/blob/master/machine_learning/1_machine_learning_foundations/assignment/week6/quiz-week6-assignment.ipynb)
- [quiz-week6-assignment.ipynb](http://nbviewer.jupyter.org/github/tuanvu216/coursera-university-of-washington/blob/master/machine_learning/1_machine_learning_foundations/assignment/week6/quiz-week6-assignment.ipynb)
4 changes: 2 additions & 2 deletions machine_learning/2_regression/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Course 2: Regression
Regression
---

## Week 1: Simple Linear Regression
Expand Down Expand Up @@ -108,4 +108,4 @@ Aside: The python notation x.xxe+yy means x.xx * 10^(yy). e.g 100 = 10^2 = 1*10^

- [Assignment 6](https://github.com/tuanvu216/coursera-university-of-washington/tree/master/machine_learning/2_regression/assignment/week6)
- [week-6-local-regression-assignment-exercise.ipynb](http://nbviewer.jupyter.org/github/tuanvu216/coursera-university-of-washington/blob/master/machine_learning/2_regression/assignment/week6/week-6-local-regression-assignment-exercise.ipynb)
- [quiz-week6-assignment.ipynb](http://nbviewer.jupyter.org/github/tuanvu216/coursera-university-of-washington/blob/master/machine_learning/2_regression/assignment/week6/quiz-week6-assignment.ipynb)
- [quiz-week6-assignment.ipynb](http://nbviewer.jupyter.org/github/tuanvu216/coursera-university-of-washington/blob/master/machine_learning/2_regression/assignment/week6/quiz-week6-assignment.ipynb)
2 changes: 1 addition & 1 deletion machine_learning/3_classification/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Course 3: Classification
Classification
---

## Week 1: Linear Classifiers & Logistic Regression
Expand Down
8 changes: 8 additions & 0 deletions machine_learning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ Machine Learning - University of Washington

This repo contains lectures and my solution of assignment in [Machine Learning Specialization - Coursera University of Washington](https://www.coursera.org/specializations/machine-learning).

### Course Overview

| Course | Description |
|--------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [Course 1](https://github.com/tuanvu216/coursera-university-of-washington/tree/master/machine_learning/1_machine_learning_foundations) | Machine Learning Foundations |
| [Course 2](https://github.com/tuanvu216/coursera-university-of-washington/tree/master/machine_learning/2_regression) | Regression |
| [Course 3](https://github.com/tuanvu216/coursera-university-of-washington/tree/master/machine_learning/3_classification) | Classification |


## License

Expand Down

0 comments on commit 1eacdab

Please sign in to comment.