From e61cc41f637eb1d17d58d13da873bbd951604920 Mon Sep 17 00:00:00 2001 From: Riyan J <142132463+riyanj220@users.noreply.github.com> Date: Fri, 8 May 2026 11:05:09 +0500 Subject: [PATCH] Add Basic Machine Learning Algorithms under the optional section Added a new section for Basic Machine Learning Algorithms with a link to interactive calculators. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 95a0d31a93..9b46ffecb5 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,7 @@ For a complete CS self-taught program, the resources for my study plan have been - [Linear Programming](#linear-programming-videos) - [Geometry, Convex hull](#geometry-convex-hull-videos) - [Discrete math](#discrete-math) + - [Basic Machine Learning Algorithms](#basic-machine-learning-algorithms) - [Additional Detail on Some Subjects](#additional-detail-on-some-subjects) - [Video Series](#video-series) - [Computer Science Courses](#computer-science-courses) @@ -1826,6 +1827,9 @@ You're never really done. - [Computer Science 70, 001 - Spring 2015 - Discrete Mathematics and Probability Theory](http://www.infocobuild.com/education/audio-video-courses/computer-science/cs70-spring2015-berkeley.html) - [Discrete Mathematics by Shai Simonson (19 videos)](https://www.youtube.com/playlist?list=PLWX710qNZo_sNlSWRMVIh6kfTjolNaZ8t) - [Discrete Mathematics By IIT Ropar NPTEL](https://nptel.ac.in/courses/106/106/106106183/) + +- ### Basic Machine Learning Algorithms + - [Step-by-Step ML Algorithm Solvers](https://www.stepbystepml.com/) - Interactive calculators showing the manual math for core concepts like KNN, Naive Bayes, Decision Trees, and Alpha-Beta Pruning. ---