Entry 34: Supervised Learning Datasets

less than 1 minute read

My anticipated fail from Entry 32 was correct, finding datasets and figuring out what kinds of patterns they have was a time suck. As such, “datasets” gets its own post.

The biggest advantage of the below notebooks is that there are charts showing the types of patterns inherent in each. This helped me decide which dataset(s) to use to determine if an algorithm could identify that pattern.

Note, this entry and the linked notebooks will probably be living documents. I’ll probably update them as I continue to work my way through different algorithms and different problems.

Regression Datasets

Can be found in Entry 34a notebook.

Classification Datasets

Can be found in Entry 34b notebook.

NLP Datasets

Can be found in Entry 34c notebook.

Computer Vision Datasets

Can be found in Entry 34d notebook.

Up Next

Regression