《利用Python进行数据分析·第2版》
☆8,794Feb 2, 2026Updated 3 weeks ago
Alternatives and similar repositories for python_for_data_analysis_2nd_chinese_version
Users that are interested in python_for_data_analysis_2nd_chinese_version are comparing it to the libraries listed below
Sorting:
- Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media☆24,337Oct 17, 2025Updated 4 months ago
- 利用Python进行数据分析 第二版 (2017) 中文翻译笔记☆4,662May 8, 2018Updated 7 years ago
- 《python数据分析与挖掘实战》的代码笔记☆1,794Aug 2, 2020Updated 5 years ago
- 最全数据分析资料汇总(含python、爬虫、数据库、大数据、tableau、统计学等)☆2,642May 11, 2021Updated 4 years ago
- Python - 100天从新手到大师☆178,977Updated this week
- AiLearning:数据分析+机器学习实战+线性代数+PyTorch+NLTK+TF2☆42,051Nov 12, 2024Updated last year
- My blogs and code for machine learning. http://cnblogs.com/pinard☆8,693Feb 16, 2024Updated 2 years ago
- 《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。☆75,857Jul 30, 2024Updated last year
- pandas中文教程☆5,085Apr 24, 2024Updated last year
- 《统计学习方法》的代码实现☆19,546Aug 22, 2023Updated 2 years ago
- 吴恩达老师的机器学习课程个人笔记☆36,348Aug 25, 2025Updated 6 months ago
- 大数据分析项目☆5,028Apr 27, 2023Updated 2 years ago
- [译] 利用 Python 进行数据分析 · 第 2 版☆1,089Jan 2, 2021Updated 5 years ago
- 南瓜书:《机器学习》(西瓜书)公式详解☆25,659Jan 21, 2026Updated last month
- 100-Days-Of-ML-Code中文版☆22,191Apr 6, 2022Updated 3 years ago
- 有趣的Python爬虫和Python数据分析小项目(Some interesting Python crawlers and data analysis projects)☆4,972Jul 6, 2021Updated 4 years ago
- 数据科学的笔记以及资料搜集☆8,528Aug 16, 2021Updated 4 years ago
- 手写实现李航《统计学习方法》书中全部算法☆11,584Nov 25, 2025Updated 3 months ago
- 深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系sc…☆57,164Jun 26, 2024Updated last year
- 本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。☆19,317Oct 14, 2021Updated 4 years ago
- 中英文敏感词、语言检测、中外手机/电话归属地/运营商查询、名字推断性别、手机号抽取、身份证抽取、邮箱抽取、中日文人名库、中文缩写库、拆字词典、词汇情感值、停用词、反动词表、暴恐词表、繁简体转换、英文模拟中文发音、汪峰歌词生成器、职业名称词库、同义词库、反义词库、否定词库、汽…☆79,098May 10, 2024Updated last year
- python爬虫教程系列、从0到1学习python爬虫,包括浏览器抓包,手机APP抓包,如 fiddler、mitmproxy,各种爬虫涉及的模块的使用,如:requests、beautifulSoup、selenium、appium、scrapy等,以及IP代理,验证码识…☆21,306Feb 3, 2026Updated 3 weeks ago
- Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前 哨」和「Python开发者」微信公号团队维护更新。☆30,232Aug 29, 2022Updated 3 years ago
- 《神经网络与深度学习》 邱锡鹏著 Neural Network and Deep Learning☆18,713Oct 7, 2022Updated 3 years ago
- 《Python Cookbook》 3rd Edition Translation☆12,010Jul 24, 2024Updated last year
- 免费学代码系列:小白python入门、数据分析data analyst、机器学习machine learning、深度 学习deep learning、kaggle实战☆3,327Jul 5, 2019Updated 6 years ago
- deeplearning.ai(吴恩达老师的深度学习课程笔记及资源)☆20,272Apr 29, 2022Updated 3 years ago
- pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行☆21,558Jul 25, 2024Updated last year
- 告别枯燥,致力于打造 Python 实用小例子,更多Python良心教程见 https://ai-jupyter.com☆8,130Jun 26, 2024Updated last year
- 《李宏毅深度学习教程》(李宏毅老师推荐👍,苹果书🍎),PDF下载地址:https://github.com/datawhalechina/leedl-tutorial/releases☆16,344Nov 23, 2025Updated 3 months ago
- 分享 GitHub 上有趣、入门级的开源项目。Share interesting, entry-level open source projects on GitHub.☆143,879Jan 28, 2026Updated last month
- Python数据分析教程的资料☆694Jul 25, 2019Updated 6 years ago
- 免费的计算机编程类中文书籍,欢迎投稿☆116,358Jul 15, 2024Updated last year
- 周志华《机器学习》又称西瓜书是一本较为全面的书籍,书中详细介绍了机器学习领域不同类型的算法(例如:监督学习、无监督学习、半监督学习、强化学习、集成降维、特征选择等),记录了本人在学习过程中的理解思路与扩展知识点,希望对新人阅读西瓜书有所帮助!☆7,668Feb 26, 2022Updated 4 years ago
- 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计☆183,723Aug 21, 2024Updated last year
- Statistical learning methods, 统计学习方法(第2版)[李航] [笔记, 代码, notebook, 参考文献, Errata, lihang]☆6,283Aug 5, 2023Updated 2 years ago
- 📘《Python进阶》(Intermediate Python - Chinese Version)☆6,476Jul 11, 2022Updated 3 years ago
- Machine Learning Yearning 中文版 - 《机器学习训练秘籍》 - Andrew Ng 著☆7,852Oct 6, 2022Updated 3 years ago
- Deep Learning Book Chinese Translation☆37,205Dec 3, 2019Updated 6 years ago