No Black Box Machine Learning Course – Learn Without Libraries

No Black Box Machine Learning Course – Learn Without Libraries

1.847.876 Lượt nghe
No Black Box Machine Learning Course – Learn Without Libraries
In this No Black Box Machine Learning Course in JavaScript, you will gain a deep understanding of machine learning systems by coding without relying on libraries. This unique approach not only demystifies the inner workings of machine learning but also significantly enhances software development skills. ✏️ Course created by @Radu (PhD in Computer Science) 🎥 Watch part two: https://youtu.be/3wwiOSxDAmg HOMEWORK 🏠 1st assignment spreadsheet: https://docs.google.com/spreadsheets/d/16wIddJ9jKAAvJOXPcF0gNRx39AOE9A2-mQeK6UR2qnY/edit?usp=sharing 🏠 Submit all other assignments to Radu's Discord Server: https://discord.com/invite/gJFcF5XVn9 GITHUB LINKS 💻 Drawing App: https://github.com/gniziemazity/drawing-app 💻 Data: https://github.com/gniziemazity/drawing-data 💻 Custom Chart Component: https://github.com/gniziemazity/javascript_chart 💻 Full Course Code (In Parts): https://github.com/gniziemazity/ml-course PREREQUISITES 🎥 Interpolation: https://youtu.be/J_puRs40GhM 🎥 Linear Algebra: https://youtu.be/nzyOCd9FcCA 🎥 Trigonometry: https://youtu.be/xK3vKWMFVgw LINKS 🔗 Check out the Recognizer we'll build in this course: https://radufromfinland.com/projects/ml/recognizer 🔗 Draw for Radu, Call for help video: https://youtu.be/Yw2QZ1vq2ek 🔗 Draw for Radu, Data collection tool: https://radufromfinland.com/projects/ml 🔗 Radu's Self-driving Car Course: https://www.youtube.com/playlist?list=PLB0Tybl0UNfYoJE7ZwsBQoDIG4YN9ptyY 🔗 Radu's older Machine Learning video: https://youtu.be/QXB1ytG95gs 🔗 CHART TUTORIAL (mentioned at 01:45:27): https://youtu.be/n8uCt1TSGKE 🔗 CHART CODE: https://github.com/gniziemazity/javascript_chart TOOLS 🔧 Visual Studio Code: https://code.visualstudio.com/download 🔧 Google Chrome: https://www.google.com/chrome 🔧 Node JS: https://nodejs.org/en/download (make sure you add 'node' and 'npm' to the PATH environment variables when asked!) ❤️ Try interactive JavaScript courses we love, right in your browser: https://scrimba.com/freeCodeCamp-JavaScript (Made possible by a grant from our friends at Scrimba) TIMESTAMPS ⌨️(0:00:00) Introduction ⌨️(0:05:04) Drawing App ⌨️(0:46:46) Homework 1 ⌨️(0:47:05) Working with Data ⌨️(1:08:54) Data Visualizer ⌨️(1:29:52) Homework 2 ⌨️(1:30:05) Feature Extraction ⌨️(1:38:07) Scatter Plot ⌨️(1:46:12) Custom Chart ⌨️(2:01:03) Homework 3 ⌨️(2:01:35) Nearest Neighbor Classifier ⌨️(2:43:21) Homework 4 (better box) ⌨️(2:43:53) Data Scaling ⌨️(2:54:45) Homework 5 ⌨️(2:55:23) K Nearest Neighbors Classifier ⌨️(3:04:18) Homework 6 ⌨️(3:04:49) Model Evaluation ⌨️(3:21:29) Homework 7 ⌨️(3:22:01) Decision Boundaries ⌨️(3:39:26) Homework 8 ⌨️(3:39:59) Python & SkLearn ⌨️(3:50:35) Homework 9