10 Interesting Machine Learning Dataset Projects For Beginners

By Medium - 2020-09-28

Description

Finding machine learning datasets is tenacious indeed, but it doesn’t have to be! In this article, we’ve shared multiple datasets you can…

Summary

  • · 10 Interesting Machine Learning Dataset Projects For Beginners Finding machine learning datasets is tenacious indeed, but it doesn’t have to be!
  • Google Trends and its Data Google Trends is a tool that allows you to analyze Google searches and find trending topics people are googling about.
  • You can study image classification and create a framework to classify different traffic signs.
  • Classification of traffic signs can be a crucial part of an autonomous vehicle (self-driving car), so if you’re interested in the applications of AI in the automotive sector, you should work on this project.

 

Topics

  1. Machine_Learning (0.5)
  2. Backend (0.31)
  3. NLP (0.23)

Similar Articles

Datasets should behave like git repositories

By DAGsHub Blog - 2021-01-18

Create, maintain, and contribute to a long-living dataset that will update itself automatically across projects, using git and DVC as versioning systems.

Automated Machine Learning in Python

By KDnuggets - 2020-11-14

An organization can also reduce the cost of hiring many experts by applying AutoML in their data pipeline. AutoML also reduces the amount of time it would take to develop and test a machine learning m ...

14 Data Science projects to improve your skills

By KDnuggets - 2020-12-01

There's a lot of data out there and so many data science techniques to master or review. Check out these great project ideas from easy to advanced difficulty levels to develop new skills and strengthe ...

huggingface/datasets

By GitHub - 2021-01-05

🤗 The largest hub of ready-to-use NLP datasets for ML models with fast, easy-to-use and efficient data manipulation tools - huggingface/datasets

K-fold Cross Validation with PyTorch

By MachineCurve - 2021-02-02

Explanations and code examples showing you how to use K-fold Cross Validation for Machine Learning model evaluation/testing with PyTorch.