您的位置:首页 > 编程语言 > Python开发

do some projects in macine learning using python

2016-07-29 12:05 211 查看
i want to do some projects in macine learning using python help me in this context

I don't know if you have any experience with Machine Learning. Assuming you are new to this:

http://archive.ics.uci.edu/ml/

Pick a dataset of interest from the above repo

Get a hang of Pandas, Sci-kit, numpy, Bokeh.

Get to know the data, visualize it, analyze it, clean it.

Try applying various Machine learning algorithms like clustering, classification etc.

Spend a lot of time on Kaggle going through other scripts and learning new things.

Participate in competitions.

Try Apache Spark for distributed computing.

Happy Learning!
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐