机器学习相关编程练习题(从0到1)

注:本帖为传送门,先占坑,后续一直更新

一:python练习题

编程语言入门经典100例【Python版】

https://www.cnblogs.com/CheeseZH/archive/2012/11/05/2755107.html

codingbat

https://codingbat.com/python

exercism这个网站有很多语言的编程练习

https://exercism.io

hackerrank

https://www.hackerrank.com/onboarding/challenge

当然,国内的牛客网也是不错的

https://www.nowcoder.com/

Oj刷题很多,选一个自己看着顺眼的就行

二:numpy练习题

先上numpy的官方文档教程

https://docs.scipy.org/doc/numpy/user/quickstart.html

github上一个100个numpy编程练习题,值得码

https://github.com/hxx1996/numpy-100

三:pandas练习题

pandas官方快速入门文档

http://pandas.pydata.org/pandas-docs/stable/10min.html

 

jupyter notebook官方文档

http://nbviewer.jupyter.org/github/jvns/pandas-cookbook/blob/v0.2/cookbook/A%20quick%20tour%20of%20IPython%20Notebook.ipynb

 

你可能感兴趣的:(机器学习)