diff --git a/ML/Books/Hands-On_Machine_Learning_with_Scikit-Learn-Keras-and-TensorFlow-2nd-Edition-Aurelien-Geron.pdf b/ML/Books/Hands-On_Machine_Learning_with_Scikit-Learn-Keras-and-TensorFlow-2nd-Edition-Aurelien-Geron.pdf
new file mode 100644
index 0000000..3a49f5e
Binary files /dev/null and b/ML/Books/Hands-On_Machine_Learning_with_Scikit-Learn-Keras-and-TensorFlow-2nd-Edition-Aurelien-Geron.pdf differ
diff --git a/ML/Notes/CS229LectureNotes.pdf b/ML/Notes/CS229LectureNotes.pdf
new file mode 100644
index 0000000..6d1681e
Binary files /dev/null and b/ML/Notes/CS229LectureNotes.pdf differ
diff --git a/ML/README.md b/ML/README.md
index 4ee4747..a46f181 100644
--- a/ML/README.md
+++ b/ML/README.md
@@ -286,3 +286,34 @@ https://www.udacity.com/course/reinforcement-learning--ud600
```
+
+## Rudraksh Parsai
+
+
+
+
+[](https://shields.io/)
+```
+
+1) Machine Learning (Andrew Ng — Coursera)
+https://www.coursera.org/learn/machine-learning
+This is where I started. Very beginner-friendly.
+It builds intuition first instead of dumping math. Helped me actually understand what models are doing.
+
+2) Deep Learning Specialization (Andrew Ng — Coursera)
+https://www.coursera.org/specializations/deep-learning
+This is where neural networks finally *made sense* for me.
+Covers CNNs, RNNs, training tricks, how to not overfit etc.
+Good step after the basics.
+
+3) CS229 (Stanford)
+http://cs229.stanford.edu/
+I came to this later when I wanted the theory properly.
+This is more math-heavy — good if you're aiming for research or you like knowing the "why" behind algorithms.
+
+You want some books?
+4) *Hands-On Machine Learning with Scikit-Learn, Keras & TensorFlow — Aurélien Géron*
+Super practical. Helped me go from “I get the concepts” to actually training models and cleaning data.
+
+```
+
\ No newline at end of file