README.md

June 29, 2017 ยท View on GitHub

Fathom: Reference Workloads for Modern Deep Learning

build status docs status

Release: 1.0-rc0

This release reflects the state of Fathom more or less as it was for the paper published in September 2016. We are currently developing a somewhat more user-friendly version, which you can track in the GitHub issue tracker. If you're eager to use Fathom as it is, please let us know.

Workloads

This paper contains a description of the workloads, performance characteristics, and the rationale behind the project:

R. Adolf, S. Rama, B. Reagen, G.Y. Wei, D. Brooks. "Fathom: Reference Workloads for Modern Deep Learning Methods." (Arxiv) (DOI)

NameDescription
Seq2SeqDirect language-to-language sentence translation. State-of-the-art accuracy with a simple, language-agnostic architecture.
MemNetFacebook's memory-oriented neural system. One of two novel architectures which explore a topology beyond feed-forward lattices of neurons.
SpeechBaidu's speech recognition engine. Proved purely deep-learned networks can beat hand-tuned systems.
AutoencVariational autoencoder. An efficient, generative model for feature learning.
ResidualImage classifier from Microsoft Research Asia. Dramatically increased the practical depth of convolutional networks. ILSVRC 2015 winner.
VGGImage classifier demonstrating the power of small convolutional filters. ILSVRC 2014 winner.
AlexNetImage classifier. Watershed for deep learning by beating hand-tuned image systems at ILSVRC 2012.
DeepQAtari-playing neural network from DeepMind. Achieves superhuman performance on majority of Atari2600 games, without any preconceptions.

Getting Started

Read the Fathom Quickstart Guide and let us know if you have any questions.

Submit a GitHub issue if you have a suggestion or find a bug.