do some projects in macine learning using python

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/

  1. Pick a dataset of interest from the above repo
  2. Get a hang of Pandas, Sci-kit, numpy, Bokeh.
  3. Get to know the data, visualize it, analyze it, clean it.
  4. Try applying various Machine learning algorithms like clustering, classification etc.
  5. Spend a lot of time on Kaggle going through other scripts and learning new things.
  6. Participate in competitions.
  7. Try Apache Spark for distributed computing.

Happy Learning!

原文地址:https://www.cnblogs.com/suanec/p/5717877.html