Skip to content

Commit 69f42b8

Browse files
Update README.md
1 parent d3856ea commit 69f42b8

File tree

1 file changed

+40
-32
lines changed

1 file changed

+40
-32
lines changed

README.md

Lines changed: 40 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -529,43 +529,46 @@ fibonacci, etc.
529529

530530

531531
# Week 4
532-
TODO: organize this section, write to connect the subjects to algorithms
533-
## Session 1 & 2 (do both sessions on this because it's long) Algorithms in the Real World
534-
535-
536532

537533

538534
### Session 1 - Machine Learning - Supervised Learning
539-
todo
535+
Intro:
536+
- https://www.coursera.org/learn/machine-learning/lecture/RKFpn/welcome
537+
- https://www.coursera.org/learn/machine-learning/lecture/1VkCb/supervised-learning
538+
Regression:
539+
- https://www.coursera.org/learn/machine-learning/lecture/db3jS/model-representation
540+
- https://www.coursera.org/learn/machine-learning/lecture/rkTp3/cost-function
541+
- https://www.coursera.org/learn/machine-learning/lecture/N09c6/cost-function-intuition-i
542+
543+
Classification:
544+
- https://www.coursera.org/learn/machine-learning/lecture/wlPeP/classification
545+
- https://www.coursera.org/learn/machine-learning/lecture/RJXfB/hypothesis-representation
546+
- https://www.coursera.org/learn/machine-learning/lecture/OAOhO/non-linear-hypotheses
547+
- https://www.coursera.org/learn/machine-learning/lecture/4h5X4/prioritizing-what-to-work-on
540548
### Session 2 - Machine Learning - Unsupervised Learning
541-
todo
549+
- https://www.coursera.org/learn/machine-learning/lecture/olRZo/unsupervised-learning
550+
- https://www.coursera.org/learn/machine-learning/lecture/czmip/unsupervised-learning-introduction
551+
- https://www.coursera.org/learn/machine-learning/lecture/93VPG/k-means-algorithm
552+
- https://www.coursera.org/learn/machine-learning/lecture/G6QWt/optimization-objective
553+
- https://www.coursera.org/learn/machine-learning/lecture/0EJ6A/motivation-i-data-compression
554+
- https://www.coursera.org/learn/machine-learning/lecture/t6pYD/motivation-ii-visualization
555+
- https://www.coursera.org/learn/machine-learning/lecture/Rhg6r/problem-formulation
556+
- https://www.coursera.org/learn/machine-learning/lecture/uG59z/content-based-recommendations
557+
- https://www.coursera.org/learn/machine-learning/lecture/2WoBV/collaborative-filtering
558+
542559

543-
- [ ] Why ML?
544-
- [ ] [How Google Is Remaking Itself As A Machine Learning First Company](https://backchannel.com/how-google-is-remaking-itself-as-a-machine-learning-first-company-ada63defcb70)
545-
- [ ] [Large-Scale Deep Learning for Intelligent Computer Systems (video)](https://www.youtube.com/watch?v=QSaZGT4-6EY)
546-
- [ ] [Deep Learning and Understandability versus Software Engineering and Verification by Peter Norvig](https://www.youtube.com/watch?v=X769cyzBNVw)
547-
- [ ] [Google's Cloud Machine learning tools (video)](https://www.youtube.com/watch?v=Ja2hxBAwG_0)
548-
- [ ] [Google Developers' Machine Learning Recipes (Scikit Learn & Tensorflow) (video)](https://www.youtube.com/playlist?list=PLOU2XLYxmsIIuiBfYad6rFYQU_jL2ryal)
549-
- [ ] [Tensorflow (video)](https://www.youtube.com/watch?v=oZikw5k_2FM)
550-
- [ ] [Tensorflow Tutorials](https://www.tensorflow.org/versions/r0.11/tutorials/index.html)
551-
- [ ] [Practical Guide to implementing Neural Networks in Python (using Theano)](http://www.analyticsvidhya.com/blog/2016/04/neural-networks-python-theano/)
552-
- Courses:
553-
- [Great starter course: Machine Learning](https://www.coursera.org/learn/machine-learning)
554-
- [videos only](https://www.youtube.com/playlist?list=PLZ9qNFMHZ-A4rycgrgOYma6zxF4BZGGPW)
555-
- see videos 12-18 for a review of linear algebra (14 and 15 are duplicates)
556-
- [Neural Networks for Machine Learning](https://www.coursera.org/learn/neural-networks)
557-
- [Google's Deep Learning Nanodegree](https://www.udacity.com/course/deep-learning--ud730)
558-
- [Google/Kaggle Machine Learning Engineer Nanodegree](https://www.udacity.com/course/machine-learning-engineer-nanodegree-by-google--nd009)
559-
- [Self-Driving Car Engineer Nanodegree](https://www.udacity.com/drive)
560-
- [Metis Online Course ($99 for 2 months)](http://www.thisismetis.com/explore-data-science)
561-
- Resources:
562-
- Books:
563-
- [Python Machine Learning](https://www.amazon.com/Python-Machine-Learning-Sebastian-Raschka/dp/1783555130/)
564-
- [Data Science from Scratch: First Principles with Python](https://www.amazon.com/Data-Science-Scratch-Principles-Python/dp/149190142X)
565-
- [Introduction to Machine Learning with Python](https://www.amazon.com/Introduction-Machine-Learning-Python-Scientists/dp/1449369413/)
566-
- [Machine Learning for Software Engineers](https://github.com/ZuzooVn/machine-learning-for-software-engineers)
567-
- Data School: http://www.dataschool.io/
568-
560+
More:
561+
- [Neural Networks for Machine Learning](https://www.coursera.org/learn/neural-networks)
562+
- [ ] [How Google Is Remaking Itself As A Machine Learning First Company](https://backchannel.com/how-google-is-remaking-itself-as-a-machine-learning-first-company-ada63defcb70)
563+
- [ ] [Large-Scale Deep Learning for Intelligent Computer Systems (video)](https://www.youtube.com/watch?v=QSaZGT4-6EY)
564+
- [ ] [Deep Learning and Understandability versus Software Engineering and Verification by Peter Norvig](https://www.youtube.com/watch?v=X769cyzBNVw)
565+
- [ ] [Google's Cloud Machine learning tools (video)](https://www.youtube.com/watch?v=Ja2hxBAwG_0)
566+
- [ ] [Google Developers' Machine Learning Recipes (Scikit Learn & Tensorflow) (video)](https://www.youtube.com/playlist?list=PLOU2XLYxmsIIuiBfYad6rFYQU_jL2ryal)
567+
- [ ] [Tensorflow (video)](https://www.youtube.com/watch?v=oZikw5k_2FM)
568+
- [ ] [Tensorflow Tutorials](https://www.tensorflow.org/versions/r0.11/tutorials/index.html)
569+
- [ ] [Practical Guide to implementing Neural Networks in Python (using Theano)](http://www.analyticsvidhya.com/blog/2016/04/neural-networks-python-theano/)
570+
571+
569572

570573

571574

@@ -1390,6 +1393,11 @@ Have a story, not just data, about something you accomplished.
13901393
- - [Programming Interviews Exposed: Secrets to Landing Your Next Job, 2nd Edition](http://www.wiley.com/WileyCDA/WileyTitle/productCd-047012167X.html)
13911394
- [Cracking the Coding Interview, 6th Edition](http://www.amazon.com/Cracking-Coding-Interview-6th-Programming/dp/0984782850/)
13921395
- [Elements of Programming Interviews](https://www.amazon.com/Elements-Programming-Interviews-Insiders-Guide/dp/1479274836)
1396+
- [Python Machine Learning](https://www.amazon.com/Python-Machine-Learning-Sebastian-Raschka/dp/1783555130/)
1397+
- [Data Science from Scratch: First Principles with Python](https://www.amazon.com/Data-Science-Scratch-Principles-Python/dp/149190142X)
1398+
- [Introduction to Machine Learning with Python](https://www.amazon.com/Introduction-Machine-Learning-Python-Scientists/dp/1449369413/)
1399+
- [Machine Learning for Software Engineers](https://github.com/ZuzooVn/machine-learning-for-software-engineers)
1400+
13931401

13941402

13951403

0 commit comments

Comments
 (0)