Shad0w98's Stars
Yanxueshan/Python-Advanced-Program
深入理解python中的一些高级知识,例如垃圾回收/元类编程/迭代器/生成器/线程/进程/协程等
Jack-Cherish/Machine-Learning
:zap:机器学习实战(Python3):kNN、决策树、贝叶斯、逻辑回归、SVM、线性回归、树回归
apachecn/ailearning
AiLearning:数据分析+机器学习实战+线性代数+PyTorch+NLTK+TF2
scutan90/DeepLearning-500-questions
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
995icu/996ICU
996ICU 995ICU 工作996 生病ICU 加班不规范 亲人两行泪
liulin7576/The-structure-of-data-and-Algorithm
数据结构和算法的python实现、以及Python实现机器学习算法
PegasusWang/python_data_structures_and_algorithms
Python 中文数据结构和算法教程
Shi-Lixin/Machine-Learning-Algorithms
Python实现经典分类回归、关联分析、聚类以及推荐算法等
GuoYuebo/learnC
《C语言程序设计现代设计方法》练习题代码
nicolz/python-job
Python 面试相关知识点汇总 个人整理
L1nwatch/interview_collect
整理自己准备面试时的相关资料,包括 GitBook、Python、C/C++ 等代码及知识点
lengyue1024/BAT_interviews
:blue_book: 分享最新BAT面试题(包含机器学习,Linux,PHP,大数据,Python,Java,前端...),持续更新ing...
Ewenwan/ShiYanLou
学习C & C++ & python&汇编语言 LLVM编译器 数据结构 算法 操作系统 单片机 linux 面试
JushuangQiao/Python-Offer
《剑指Offer》面试题Python实现
taizilongxu/interview_python
关于Python的面试题
fuqiuai/datamining_algorithms
用python实现SVM/AdaBoost/C4.5/CART/Naïve Bayes等数据挖掘领域十大经典算法
LinXueyuanStdio/PythonDataMining
:notebook_with_decorative_cover: 在学院的书架上发现了一本不带脑子就能读懂的书《Python数据挖掘与实战》
Thinkgamer/Machine-Learning-With-Python
此项目是我在学习《机器学习实战》这本书时的代码记录情况,用python实现,当然也会包括一些其他的机器学习算法,使用Python实现
Alfred1984/interesting-python
有趣的Python爬虫和Python数据分析小项目(Some interesting Python crawlers and data analysis projects)
MrLevo520/Mini-Python-Project
用Python做些有趣的项目
wesm/pydata-book
Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media
AzuLiu/AutomateBoringStuff
Automate boring stuff with Python.(Python编程快速上手 让繁琐工作自动化)
chenguohui/AutomatePython
Python 编程快速上手——让繁琐工作自动化
iamseancheney/python_for_data_analysis_2nd_chinese_version
《利用Python进行数据分析·第2版》
apachecn/python_data_analysis_and_mining_action
《python数据分析与挖掘实战》的代码笔记
eastlakeside/interpy-zh
📘《Python进阶》(Intermediate Python - Chinese Version)
geekcomputers/Python
My Python Examples
vinta/awesome-python
An opinionated list of awesome Python frameworks, libraries, software and resources.
TheAlgorithms/Python
All Algorithms implemented in Python