diff --git a/free-courses-en.md b/free-courses-en.md index aa160d78..71ef493c 100644 --- a/free-courses-en.md +++ b/free-courses-en.md @@ -21,6 +21,7 @@ * [Java](#java) * [JS](#js) * [Lua](#lua) +* [Machine Learning](#machine-learning) * [Matlab](#matlab) * [Misc](#misc) * [OCaml](#ocaml) @@ -176,6 +177,11 @@ * [Lua Tutorial](http://www.tutorialspoint.com/lua/) +### Machine Learning + +* [Stanford University Machine Learning](https://www.coursera.org/learn/machine-learning) + + ### MATLAB * [MIT 18.S997 Introduction to MATLAB Programming](http://ocw.mit.edu/courses/mathematics/18-s997-introduction-to-matlab-programming-fall-2011/) diff --git a/javascript-frameworks-resources.md b/javascript-frameworks-resources.md index c94830dd..03ecf1d5 100644 --- a/javascript-frameworks-resources.md +++ b/javascript-frameworks-resources.md @@ -4,6 +4,7 @@ * [Angular for the jQuery developer](http://www.ng-newsletter.com/posts/angular-for-the-jquery-developer.html) * [Angular.js Cheat Sheet](http://www.cheatography.com/proloser/cheat-sheets/angularjs/) * [Angular.js Guide](https://docs.angularjs.org/guide/) +* [Angular.js Material Designing](https://material.angularjs.org/latest/) * [Angular.js Snippets for Sublime Text 2](https://github.com/maxhoffmann/angular-snippets) * [Angular.js Tutorial](https://docs.angularjs.org/tutorial) * [Angular.js Youtube Channel](https://www.youtube.com/angularjs) @@ -106,6 +107,11 @@ * [Your First Meteor Application, A Complete Beginner’s Guide to the Meteor JavaScript Framework](http://meteortips.com/book/) +## Node.js + +* [Node Documentation](https://nodejs.org/en/docs/) + + ## Om * [Om Tutorial](http://awkay.github.io/om-tutorial/)