Ideas for a project in Data Structures and Machine Learning

53 Views Asked by At

I have a project to do on Data Structures & Machine Learning.

I admit that my background on this subject is not the greatest but I love challenges.

The idea of the project would be to explore articles on this subject.

The problem I encounter is that I don't know how to "search for articles" and therefore I can't find material on which I should base my project.

Could you tell me places / sources to "get" articles on this topic or even recommend me some interesting articles?

Thank you very much for your attention.

1

There are 1 best solutions below

2
On

After you decide what actually you are going to do your project on, you could look at Harvard Dataverse. They have replication data for articles, i.e. the datasets that were used and analyzed in the writing of the articles. The articles aren’t always on the website, so you might need to google them after getting the data. Also, the data might need some preprocessing and the level of difficulty of replicating a study’s results may vary.

Kaggle is another popular option. I’ve not used this but it seems like they have hosted data analysis competitions before. In general it seems like this is lower quality but lays out the steps for you. The one time I read a Kaggle article it was pretty simple, but I’m not sure all Kaggle articles are like that.