diff --git a/Roadmap.md b/Roadmap.md index b431474..7fa58fa 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -262,6 +262,36 @@ It is not necessary to complete all the courses mentioned below. If you feel tha

## 4.0 Machine Learning (To Be Completed) + + + + + + + + + + + + + + + + + + + + + + + + + + +
IndexCourse NameLinkDescription
2.9 Key Machine Learning Algorithms Explained in Plain English>Link to the Coursehttps://www.freecodecamp.org/news/a-no-code-intro-to-the-9-most-important-machine-learning-algorithms-today/A very useful intro to 9 of the most used machine learning algorithms used. Even better, it is light on pure maths, and more heavy on the explaining concepts side ... and using normal and plain english to boot! IMPORTANT! -> Be sure to check the rest of the site as you'll probably find a ton of other useful stuff there!
2.Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow: Concepts, Tools, and Techniques to Build Intelligent Systems>Link to the Coursehttps://www.amazon.com/Hands-Machine-Learning-Scikit-Learn-TensorFlow/dp/1492032646/ref=as_li_ss_tl?dchild=1&keywords=scikit+learn&qid=1598661723&sr=8-5&linkCode=sl1&tag=kenjee-20&linkId=1a01eae222ae8d24bc9e3d57b223f94a&language=en_USA book with practical ML examples focusing on both the scikit-learn and tensorflow libraries. A must that has been recommended by many ML experts!
3.Approaching (Almost) Any Machine Learning Problem (Book)Link to the CourseIf you have a bit of theoretical knowledege, it is a useful book to find guidance to find solutions where machine learning is useful!
+

+ +
@@ -278,8 +308,20 @@ It is not necessary to complete all the courses mentioned below. If you feel tha

## 5.0 Deep Learning (To Be Completed) - -
+ + + + + + + + + + + + + +

### Artificial Neural Networks
IndexCourse NameLinkDescription
1.The fastai book -(Github repo) >Link to the Coursehttps://github.com/fastai/fastbook/blob/master/README.mdThis github repo contains notebooks that can be used as an introduction to deep learning, fasti, pytorch and the like. Since it comes with notebook, you can learn and practice at the same time!