Member-only story
10 Open-Source Dataset Finders For Your Next ML Project
Best Resources to Upscale Your Skills and Portfolio
There are thousands of free courses online. Thanks to the internet, we can now learn almost everything online. However, it’s possible that once you got the course certificates, you may have forgotten what you have learned if you just finished watching all the videos. The best way to learn machine learning or anything is by working on a project. Besides, it’s always great to add another personal project to your GitHub repo. 🙌
If you’re new to data science, you probably don’t know where to start. Don’t worry! Everyone starts somewhere. I still remember myself working on the famous Titanic dataset several years ago. In this article, I will share several best data resources to help you get started.
1. UCI Machine Learning Repo
Difficulty: Easy
Dataset: https://archive.ics.uci.edu/ml/datasets.php
What I like about it: This is a very beginner-friendly website. My professors from grad school used datasets from this website as lecture examples as well. There…