# 机器学习 ## Step1 (1)、[吴恩达机器学习课程](https://www.bilibili.com/video/BV1Pa411X76s?spm_id_from=333.999.0.0&vd_source=63856ba65bb4b008f5c3f3b0c598ac4b) ​ 相关资料:[机器学习笔记](https://github.com/fengdu78/Coursera-ML-AndrewNg-Notes?tab=readme-ov-file),[机器学习代码资料](https://github.com/kaieye/2022-Machine-Learning-Specialization) (2)、阅读ISL(**Introduction to Statistical Learning with R**)补充理论知识 (3)、周志华的机器学习 ## Step2 上[Kaggle](https://www.kaggle.com/)、[天池](https://tianchi.aliyun.com/)打比赛 [Sklearn](https://scikit-learn.org/stable/)文档学习 ## Step3 [吴恩达深度学习课程](https://www.bilibili.com/video/BV12E411a7Xn?spm_id_from=333.999.0.0&vd_source=63856ba65bb4b008f5c3f3b0c598ac4b) 深度学习 — Ian GoodFellow 若有余力,可看李航的统计学习方法 # 前端学习 资料:[学习路线](https://github.com/objtube/front-end-roadmap)、[学习资源汇总](https://github.com/helloqingfeng/Awsome-Front-End-learning-resource) # C++学习 ## 1、c++ primer plus资源 [GitHub - ShujiaHuang/Cpp-Primer-Plus-6th: 《C++ Primer Plus 第6版(中文版)》原书代码、习题答案和个人笔记,仅供学习和交流。](https://github.com/ShujiaHuang/Cpp-Primer-Plus-6th) [C++ Primer Plus(第六版)编程练习答案 所有章节汇总_c++primerplus编程练习-CSDN博客](https://blog.csdn.net/leowinbow/article/details/86484484) ## 2、算法学习 [GitHub - krahets/hello-algo: 《Hello 算法》:动画图解、一键运行的数据结构与算法教程,支持 Python, C++, Java, C#, Go, Swift, JS, TS, Dart, Rust, C, Zig 等语言。English edition ongoing](https://github.com/krahets/hello-algo) ## 3、leecode刷题 [力扣 (LeetCode) 全球极客挚爱的技术成长平台](https://leetcode.cn/) [GitHub - youngyangyang04/leetcode-master: 《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀](https://github.com/youngyangyang04/leetcode-master?tab=readme-ov-file) ### 剑指offer [GitHub - doocs/leetcode: 🔥LeetCode solutions in any programming language | 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解](https://github.com/doocs/leetcode) # git学习 [Git教程](https://www.liaoxuefeng.com/wiki/896043488029600) # YOLO学习 [写给小白的YOLO介绍](https://zhuanlan.zhihu.com/p/94986199) [YOLO算法原理讲解(通俗易懂版)_哔哩哔哩_bilibili](https://www.bilibili.com/video/BV1sR4y1h7s4/?spm_id_from=333.337.top_right_bar_window_history.content.click&vd_source=63856ba65bb4b008f5c3f3b0c598ac4b) 视频主要看后面的非极大值抑制部分,交并比(IOU)讲得很形象