Implementation of Statistical Learning Method, Second Edition.《统计学习方法》第二版,算法实现。
☆861Feb 9, 2021Updated 5 years ago
Alternatives and similar repositories for Learn-Statistical-Learning-Method
Users that are interested in Learn-Statistical-Learning-Method are comparing it to the libraries listed below
Sorting:
- Statistical learning methods, 统计学习方法(第2版)[李航] [笔记, 代码, notebook, 参考文献, Errata, lihang]☆6,283Aug 5, 2023Updated 2 years ago
- 《统计学习方法》笔记-基于Python算法实现☆2,155Jan 9, 2018Updated 8 years ago
- 致力于将李航博士《统计学习方法》一书中所有算法实现一遍☆5,836Apr 29, 2019Updated 6 years ago
- 《统计学习方法》的代码实现☆19,546Aug 22, 2023Updated 2 years ago
- 机器学习方法习题解答,在线阅读地址:https://datawhalechina.github.io/statistical-learning-method-solutions-manual☆2,022Feb 21, 2026Updated last week
- 手写实现李航《统计学习方法》书中全部算法☆11,584Nov 25, 2025Updated 3 months ago
- ✒统计学习方法第二版(李航) 学习笔记、代码实现、课后习题☆366Jul 23, 2019Updated 6 years ago
- 机器学习算法的公式推导以及numpy实现☆2,119May 2, 2023Updated 2 years ago
- 《机器学习理论导引》(宝箱书)的证明、案例、概念补充与参考文献讲解。☆1,668Feb 13, 2026Updated 2 weeks ago
- 数据科学的笔记以及资料搜集☆8,528Aug 16, 2021Updated 4 years ago
- Implement Statistical Learning Methods, Li Hang the hard way. 李航《统计学习方法》一书的硬核 Python 实现☆1,183Jun 4, 2022Updated 3 years ago
- 📚《统计学习方法-李航: 笔记》 200页PDF,公式细节讲解🎉☆492Jul 13, 2025Updated 7 months ago
- 南瓜书:《机器学习》(西瓜书)公式详解☆25,659Jan 21, 2026Updated last month
- 《机器学习实战》的python3源码☆1,337Aug 2, 2020Updated 5 years ago
- Python for《Deep Learning》,该书为《深度学习》(花书) 数学推导、原理剖析与源码级别代码实现☆7,554Jun 23, 2020Updated 5 years ago
- Mathematical Modeling Toolbox with R☆18Dec 5, 2025Updated 2 months ago
- 周志华《机器学习》又称西瓜书是一本较为全面的书籍,书中详细介绍了机器学习领域不同类型的算法(例如:监督学习、无监督学习、半监督学习、强化学习、集成降维、特征选择等),记录了本人在学习过程中的理解思路与扩展知识点,希望对新人阅读西瓜书有所帮助!☆7,669Feb 26, 2022Updated 4 years ago
- 周志华《机器学习》手推笔记☆3,761Mar 13, 2021Updated 4 years ago
- 李航统计学习方法(第二版)的学习 笔记,包括:1、每章重点公式的手动推导 2、每章算法的Python自实现 3、学习过程中的笔记与心得 4、每章节的课后习题 5、每周都会按照至少一周一章的进度定时将自己的学习进度更新到这个仓库☆126Jan 17, 2021Updated 5 years ago
- 《李宏毅深度学习教程》(李宏毅老师推荐👍,苹果书🍎),PDF下载地址:https://github.com/datawhalechina/leedl-tutorial/releases☆16,344Nov 23, 2025Updated 3 months ago
- 《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。☆75,720Jul 30, 2024Updated last year
- 动手学数据分析以项目为主线,知识点孕育其中,通过边学、边做、边引导来得到更好的学习效果☆1,394May 29, 2024Updated last year
- Exercises answers to the book "machine-learning" written by Zhou Zhihua。周志华《机器学习》课后习题,个人解答。各算法都拿numpy和pandas实现了一遍☆1,661Oct 2, 2022Updated 3 years ago
- 主要是在学习李航的统计学习方法和周志华的机器学习西瓜书的笔记和相关的代码实现☆33Oct 29, 2019Updated 6 years ago
- 深度学习经典、新论文逐段精读☆32,574Mar 22, 2025Updated 11 months ago
- My personal notes☆1,780Feb 1, 2023Updated 3 years ago
- 本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。☆19,317Oct 14, 2021Updated 4 years ago
- 吴恩达老师的机器学习课程个人笔记☆36,305Aug 25, 2025Updated 6 months ago
- 数据挖掘、计算机视觉、自然语言处理、推荐系统竞赛知识、代码、思路☆4,727Oct 22, 2025Updated 4 months ago
- 《神经网络与深度学习》 邱锡鹏著 Neural Network and Deep Learning☆18,713Oct 7, 2022Updated 3 years ago
- A simple start for collaborative filtering.☆20Jan 25, 2021Updated 5 years ago
- deeplearning.ai(吴恩达老师的深度学习课程笔记及资源)☆20,272Apr 29, 2022Updated 3 years ago
- 深度学习入门教程, 优秀文章, Deep Learning Tutorial☆17,229Apr 21, 2022Updated 3 years ago
- Mathematical derivation and pure Python code implementation of machine learning algorithms.☆1,550Sep 18, 2024Updated last year
- 深度学习入门开源书,基于TensorFlow 2.0案例实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.☆13,280Aug 30, 2021Updated 4 years ago
- pandas中文教程☆5,085Apr 24, 2024Updated last year
- 深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系sc…☆57,148Jun 26, 2024Updated last year
- 机器学习初学者公众号作品☆2,324Mar 21, 2021Updated 4 years ago
- PRML algorithms implemented in Python☆11,716Apr 5, 2025Updated 10 months ago