《利用Python进行数据分析·第2版》
☆8,828Feb 2, 2026Updated last month
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,400Oct 17, 2025Updated 5 months ago
- 利用Python进行数据分析 第二版 (2017) 中文翻译笔记☆4,664May 8, 2018Updated 7 years ago
- 《python数据分析与挖掘实战》的代码笔记☆1,797Aug 2, 2020Updated 5 years ago
- 最全数据分析资料汇总(含python、爬虫、数据库、大数据、tableau、统计学等)☆2,657May 11, 2021Updated 4 years ago
- My blogs and code for machine learning. http://cnblogs.com/pinard☆8,698Feb 16, 2024Updated 2 years ago
- Python - 100天从新手到大师☆179,728Feb 25, 2026Updated 3 weeks ago
- AiLearning:数据分析+机器学习实战+线性代数+PyTorch+NLTK+TF2☆42,128Nov 12, 2024Updated last year
- pandas中文教程☆5,105Apr 24, 2024Updated last year
- 《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。☆76,304Jul 30, 2024Updated last year
- 大数据分析项目☆5,083Apr 27, 2023Updated 2 years ago
- 《统计学习方法》的代码实现☆19,553Aug 22, 2023Updated 2 years ago
- 吴恩达老师的机器学习课程个人笔记☆36,527Aug 25, 2025Updated 6 months ago
- 有趣的Python爬虫和Python数据分析小项目(Some interesting Python crawlers and data analysis projects)☆4,978Jul 6, 2021Updated 4 years ago
- Solution to CS231n Assignments 2019☆214Dec 8, 2022Updated 3 years ago
- [译] 利用 Python 进行数据分析 · 第 2 版☆1,089Jan 2, 2021Updated 5 years ago
- 南瓜书:《机器学习》(西瓜书 )公式详解☆25,724Mar 1, 2026Updated 2 weeks ago
- 100-Days-Of-ML-Code中文版☆22,213Apr 6, 2022Updated 3 years ago
- Python数据科学速查表☆115Sep 20, 2018Updated 7 years ago
- Python数据分析教程的资料☆694Jul 25, 2019Updated 6 years ago
- 数据科学的笔记以及资料搜集☆8,537Aug 16, 2021Updated 4 years ago
- 免费学代码系列:小白python入门、数据分析data analyst、机器学习machine learning、深度学习deep learning、kaggle实战☆3,336Jul 5, 2019Updated 6 years ago
- python爬虫教程系列、从0到1学习python爬虫,包括浏览器抓包,手机APP抓包,如 fiddler、mitmproxy,各种爬虫涉及的模块的使用 ,如:requests、beautifulSoup、selenium、appium、scrapy等,以及IP代理,验证码识…☆21,385Feb 3, 2026Updated last month
- 手写实现李航《统计学习方法》书中全部算法☆11,597Nov 25, 2025Updated 3 months ago
- 中英文敏感词、语言检测、中外手机/电话归属地/运营商查询、名字推断性别、手机号抽取、身份证抽取、邮箱抽取、中日文人名库、中文缩写库、拆字词典、词汇情感值、停用词、反动词表、暴恐词表、繁简体转换、英文模拟中文发音、汪峰歌词生成器、职业名称词库、同义词库、反义词库、否定词库、汽…☆79,486May 10, 2024Updated last year
- 深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系sc…☆57,231Jun 26, 2024Updated last year
- 本项目将 《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。☆19,343Oct 14, 2021Updated 4 years ago
- 《Python Cookbook》 3rd Edition Translation☆12,017Jul 24, 2024Updated last year
- Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。☆30,273Aug 29, 2022Updated 3 years ago
- 《神经网络与深度学习》 邱锡鹏著 Neural Network and Deep Learning☆18,736Oct 7, 2022Updated 3 years ago
- Python学习 —— 代码&笔记(2019年11月30日、12月1日)☆26Dec 13, 2019Updated 6 years ago
- deeplearning.ai(吴恩达老师的深度学习课程笔记及资源)☆20,367Apr 29, 2022Updated 3 years ago
- pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行☆21,587Jul 25, 2024Updated last year
- 告别枯燥,致力于打造 Python 实用小例子,更多Python良心教程见 https://ai-jupyter.com☆8,127Jun 26, 2024Updated last year
- 周志华《机器学习》又称西瓜书是一本较为全面的书籍,书中详细介绍了机器学习领域不同类型的算法(例如:监督学习、无监督学习、半监督学习、强化学习、集成降维、特征选择等),记录了本人在学习过程中的理解思路与扩展知识点,希望对新人阅读西瓜书有所帮助!☆7,688Feb 26, 2022Updated 4 years ago
- [译] scikit-learn(sklearn) 中文文档☆5,236Jul 21, 2023Updated 2 years ago
- Statistical learning methods, 统计学习方法(第2版)[李航] [笔记, 代码, notebook, 参考文献, Errata, lihang]☆6,294Aug 5, 2023Updated 2 years ago
- 《李宏毅深度学习教程》(李宏毅老师推荐👍,苹果书🍎),PDF下载地址:https://github.com/datawhalechina/leedl-tutorial/releases☆16,408Nov 23, 2025Updated 3 months ago
- 分享 GitHub 上有趣、入门级的开源项目。Share interesting, entry-level open source projects on GitHub.☆146,523Feb 28, 2026Updated 3 weeks ago
- 免费的计算机编程类中文书籍,欢迎投稿☆116,470Jul 15, 2024Updated last year