Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What machine learning benchmarks are out there?

What repositories for machine learning benchmarks do you know?

like image 335
lmsasu Avatar asked Jan 25 '09 19:01

lmsasu


People also ask

What are benchmarks in machine learning?

In machine learning, benchmarking is the practice of comparing tools to identify the best-performing technologies in the industry. However, comparing different machine learning platforms can be a difficult task due to the large number of factors involved in the performance of a tool.

What are benchmarks in AI?

Benchmarks are datasets composed of tests and metrics to measure the performance of AI systems on specific tasks. An example is ImageNet, a popular benchmark for evaluating image classification systems. ImageNet contains millions of images labeled for more than a thousand categories.

What is the most accurate machine learning model?

Random Forest is one of the most popular and most powerful machine learning algorithms. It is a type of ensemble machine learning algorithm called Bootstrap Aggregation or bagging. The bootstrap is a powerful statistical method for estimating a quantity from a data sample. Such as a mean.


3 Answers

MLPerf appears to be the emerging industry/academia-backed ML benchmarking suite. The repo is here.

like image 81
Michael Schock Avatar answered Dec 18 '22 00:12

Michael Schock


Most machine learning systems are highly specific, and as such, a benchmark between them is not likely to be useful.

A system that works well at learning how to recognise spoken english (and thus typing up speech), would not neccessarily work well at finding the shortest path in the travelling salesperson problem.

like image 40
Arafangion Avatar answered Dec 18 '22 01:12

Arafangion


If you are looking specifically for Machine Learning applied to NLP, this is a very well curated resource:

http://nlpprogress.com/

Essentially, it's web page (github repo) to track the progress in Natural Language Processing (NLP), including the datasets and the current state-of-the-art for the most common NLP tasks.

like image 33
David Batista Avatar answered Dec 18 '22 00:12

David Batista