Difference between revisions of "Benchmarks"
m (→The Stanford Question Answering Dataset (SQuAD)) |
m |
||
| Line 105: | Line 105: | ||
|} | |} | ||
|}<!-- B --> | |}<!-- B --> | ||
| − | |||
| − | |||
| − | |||
| − | |||
== <span id="MLPerf"></span>MLPerf == | == <span id="MLPerf"></span>MLPerf == | ||
* [http://mlperf.org/ MLPerf] benchmarks for measuring training and inference performance of ML hardware, software, and services. | * [http://mlperf.org/ MLPerf] benchmarks for measuring training and inference performance of ML hardware, software, and services. | ||
| + | {|<!-- T --> | ||
| + | | valign="top" | | ||
| + | {| class="wikitable" style="width: 550px;" | ||
| + | || | ||
<youtube>MKII0KXDqn4</youtube> | <youtube>MKII0KXDqn4</youtube> | ||
| + | <b>MLPerf: A Benchmark Suite for Machine Learning - Gu-Yeon Wei (Harvard University) | ||
| + | </b><br> O'Reilly | ||
| + | |} | ||
| + | |<!-- M --> | ||
| + | | valign="top" | | ||
| + | {| class="wikitable" style="width: 550px;" | ||
| + | || | ||
<youtube>hQRBLW6giRc</youtube> | <youtube>hQRBLW6giRc</youtube> | ||
| + | <b>MLPerf: A Benchmark Suite for Machine Learning - David Patterson (UC Berkeley) | ||
| + | </b><br>O'Reilly | ||
| + | |} | ||
| + | |}<!-- B --> | ||
| + | {|<!-- T --> | ||
| + | | valign="top" | | ||
| + | {| class="wikitable" style="width: 550px;" | ||
| + | || | ||
<youtube>0Fuxjq1eiZ4</youtube> | <youtube>0Fuxjq1eiZ4</youtube> | ||
| + | <b>MLPerf Benchmarks | ||
| + | </b><br>Geoff Tate, CEO of Flex Logix, talks about the new MLPerf benchmark, what’s missing from the benchmark, and which ones are relevant to edge inferencing. | ||
| + | |} | ||
| + | |<!-- M --> | ||
| + | | valign="top" | | ||
| + | {| class="wikitable" style="width: 550px;" | ||
| + | || | ||
<youtube>sH03-InVba4</youtube> | <youtube>sH03-InVba4</youtube> | ||
| + | <b>Exploring the Impact of System Storage on AI & ML Workloads via MLPerf Benchmark Suite | ||
| + | </b><br>Wes Vaske This is the presentation I gave at Flash Memory Summit 2019 in the AI/ML track. In it I discuss some benchmark results that I've collected over the past year at Micron from running the MLPerf benchmark suite. AIML-301-1:Using AI/ML for Flash Performance Scaling, Part 1 - | ||
| + | |} | ||
| + | |}<!-- B --> | ||
| + | |||
== Procgen == | == Procgen == | ||
Revision as of 13:48, 7 September 2020
YouTube search... ...Google search
- Evaluation
- Datasets
- Case Studies
- Machine Learning Benchmarks and AI Self-Driving Cars | Lance Eliot - AItrends
- Benchmarking simple models with feature extraction against modern black-box methods | Martin Dittgen - Towards Data Science
- DAWNBench | Stanford - an End-to-End Deep Learning Benchmark and Competition
- Benchmarking 20 Machine Learning Models Accuracy and Speed | Marc Borowczak - Data Science Central
- Benchmarking deep learning models on large healthcare datasets | S. Purushotham, C. Meng, Z. Chea, and Y. Liu
|
|
|
|
Contents
General Language Understanding Evaluation (GLUE)
The General Language Understanding Evaluation (GLUE) benchmark is a collection of resources for training, evaluating, and analyzing natural language understanding systems... like picking out the names of people and organizations in a sentence and figuring out what a pronoun like “it” refers to when there are multiple potential antecedents. GLUE consists of: A benchmark of nine sentence- or sentence-pair language understanding tasks built on established existing datasets and selected to cover a diverse range of dataset sizes, text genres, and degrees of difficulty, A diagnostic dataset designed to evaluate and analyze model performance with respect to a wide range of linguistic phenomena found in natural language, and A public leaderboard for tracking performance on the benchmark and a dashboard for visualizing the performance of models on the diagnostic set.
|
The Stanford Question Answering Dataset (SQuAD)
|
|
MLPerf
- MLPerf benchmarks for measuring training and inference performance of ML hardware, software, and services.
|
|
|
|
Procgen
- OpenAI
- OpenAI’s Procgen Benchmark prevents AI model overfitting | Kyle Wiggers - VentureBeat a set of 16 procedurally generated environments that measure how quickly a model learns generalizable skills. It builds atop the startup’s CoinRun toolset, which used procedural generation to construct sets of training and test levels.
OpenAI previously released Neural MMO, a “massively multiagent” virtual training ground that plops agents in the middle of an RPG-like world, and Gym, a proving ground for algorithms for reinforcement learning (which involves training machines to do things based on trial and error). More recently, it made available SafetyGym, a suite of tools for developing AI that respects safety constraints while training, and for comparing the “safety” of algorithms and the extent to which those algorithms avoid mistakes while learning.