+ 4
Please someone can suggest some new datasets on which i can apply machine learning algorithms.
10 Answers
+ 14
http://www-bcf.usc.edu/~gareth/ISL/data.html --- this gives a few datasets from the book "An Introduction to Statistical Learning" (which is a foundational book about machine learning, but uses R for example code).
Also, did you try the data world website? --- https://data.world/datasets/classification
Another great resource is Max Kuhn's "Applied Predictive Modeling" --- http://appliedpredictivemodeling.com/data/
+ 13
Did you visit Kaggle ?
+ 13
- Python basics : checked,
- Anaconda on my pc : checked,
- Learning ML on coursera : started.
I'll keep on then ..
Thanks Ashta
+ 12
You may be interested by the open challenges proposed by french school 'ENS'
https://challengedata.ens.fr
+ 12
I see you've been struggling with machine learning quite a bit, I'm starting my way in it, where would you advice me to learn from ?
+ 4
yes I visit kaggle, I already worked on the iris dataset, titanic, Breast cancer Wisconsin, Boston house ,wine and many more datasets. I actually want to know a particular dataset on which I can apply classification algorithms and I also visited UCI machine learning repository.
"plz Suggest some dataset name on which I can apply classification algorithms."
+ 4
hmm thanks
+ 4
well data mining and machine learning is one of my core subjects as I'm cse student so I didn't go for any online courses or material but for a good start you should know Python's Basic Concepts After that you can start learning ML.!
one of my faculty suggest to visit Coursera for Ml concept.
for tools you can download Anaconda from
https://anaconda.org
+ 2
welcome đ
0
Hello
I downloaded a csv data from kaggle, how can I import it on sololearn here. Thank you.