《机器学习》(西瓜书)代码实战
☆987May 7, 2025Updated last year
Alternatives and similar repositories for machine-learning-toy-code
Users that are interested in machine-learning-toy-code are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 水很深的深度学习☆130Apr 6, 2024Updated 2 years ago
- 巨硬的NumPy☆494Mar 23, 2024Updated 2 years ago
- 西瓜书,课后习题☆138Nov 6, 2021Updated 4 years ago
- 机器学习方法习题解答,在线阅读地址:https://datawhalechina.github.io/statistical-learning-method-solutions-manual☆2,064May 8, 2026Updated last month
- 南瓜书:《机器学习》(西瓜书)公式详解☆25,895Apr 22, 2026Updated 2 months ago
- Bare Metal GPUs on DigitalOcean Gradient AI • AdPurpose-built for serious AI teams training foundational models, running large-scale inference, and pushing the boundaries of what's possible.
- 西瓜书,sklearn源码,李航统计学,机器学习实战☆45Mar 6, 2020Updated 6 years ago
- PyTorch入门教程,在线阅读地址:https://datawhalechina.github.io/thorough-pytorch/☆3,688Jan 18, 2026Updated 5 months ago
- 主要是在学习李航的统计学习方法和周志华的机器学习西瓜书的笔记和相关的代码实现☆33Oct 29, 2019Updated 6 years ago
- 《机器学习理论导引》(宝箱书)的证明、案例、概念补充与参考文献讲解。☆1,705Apr 26, 2026Updated 2 months ago
- Matplotlib中文教程,在线阅读地址:https://datawhalechina.github.io/fantastic-matplotlib/☆527Jul 31, 2022Updated 3 years ago
- 聪明办法学Python,简明且系统的 Python 入门教程第二版。☆411Jan 13, 2025Updated last year
- 动手学数据分析以项目为主线,知识点孕育其中,通过边学、边做、边引导来得到更好的学习效果☆1,476May 29, 2024Updated 2 years ago
- 主要存储Datawhale组队学习中“数据挖掘/机器学习”方向的资料。☆1,843Mar 16, 2022Updated 4 years ago
- 聪明方法学Python,简明且系统的 Python 入门教程。☆399Jan 9, 2024Updated 2 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 西瓜书概念整理☆92Mar 28, 2021Updated 5 years ago
- 西瓜书+南瓜书自主学习笔记☆21Jun 7, 2022Updated 4 years ago
- 周志华《机器学习》又称西瓜书是一本较为全面的书籍,书中详细介绍了机器学习领域不同类型的算法(例如:监督学习、无监督学习、半监督学习、强化学习、集成降维、特征选择等),记录了本人在学习过程中的理解思路与扩展知识点,希望对新人阅读西瓜书有所帮助!☆7,745Feb 26, 2022Updated 4 years ago
- 数据挖掘、计算机视觉、自然语言处理、推荐系统竞赛知识、代码、思路☆4,748Updated this week
- 主要存储Datawhale组队学习中“编程、数据结构与算法”方向的资料。☆848Nov 17, 2023Updated 2 years ago
- 机器学习 - 从原理到实现☆31Nov 8, 2021Updated 4 years ago
- pandas中文教程☆5,166Apr 24, 2024Updated 2 years ago
- 🐳 LeetCode 算法笔记:面试、刷题、学算法。在线阅读地址:https://datawhalechina.github.io/leetcode-notes/☆1,116Oct 9, 2025Updated 8 months ago
- Follow me,从 0 到 1 掌握 SQL。☆1,022Jun 14, 2026Updated 2 weeks ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- 图深度学习(葡萄书),在线阅读地址: https://datawhalechina.github.io/grape-book☆282Apr 21, 2024Updated 2 years ago
- leeml-notes已更名为leedl-tutorial,请访问:https://github.com/datawhalechina/leedl-tutorial☆25May 27, 2024Updated 2 years ago
- Datawhale成员整理的面经,内容包括机器学习,CV,NLP,推荐,开发等,欢迎大家star☆3,725Dec 2, 2025Updated 7 months ago
- 开源Excel教程。☆175Jan 18, 2023Updated 3 years ago
- 《李宏毅深度学习教程》(李宏毅老师推荐👍,苹果书🍎),PDF下载地址:https://github.com/datawhalechina/leedl-tutorial/releases☆16,663Nov 23, 2025Updated 7 months ago
- we want to create a repo to illustrate usage of transformers in chinese☆3,288Aug 18, 2024Updated last year
- 主要存储Datawhale组队学习中“自然语言处理”方向的资料。☆946Sep 17, 2021Updated 4 years ago
- 动手学CV-Pytorch版☆969Feb 8, 2024Updated 2 years ago
- 《动手学深度学习》习题解答,在线阅读地址如下:☆590Jul 6, 2024Updated last year
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- ☆145Apr 20, 2022Updated 4 years ago
- 本课程面对具有一定机器学习基础,但尚未入门的NLPer或经验尚浅的NLPer,尽力避免陷入繁琐枯燥的公式讲解中,力求用代码展示每个模型背后的设计思想,同时也会带大家梳理每个模块下的技术演变,做到既知树木也知森林。☆90Dec 17, 2023Updated 2 years ago
- Exercises answers to the book "machine-learning" written by Zhou Zhihua。周志华《机器学习》课后习题,个人解答。各算法都拿numpy和pandas实现了一遍☆1,683Oct 2, 2022Updated 3 years ago
- 高级可视化神器plotly的学习☆72Jan 12, 2024Updated 2 years ago
- Hugging Vision, Hugging AGI.☆182Nov 13, 2025Updated 7 months ago
- HuggingLLM, Hugging Future.☆3,066Jun 16, 2026Updated 2 weeks ago
- 主要存储Datawhale组队学习中“计算机视觉”方向的资料。☆388Aug 12, 2024Updated last year