Skip to content

Latest commit

 

History

History
82 lines (42 loc) · 1.47 KB

call_for_contributions.md

File metadata and controls

82 lines (42 loc) · 1.47 KB

Call for code example contributions

This is a constantly-updated list of code examples that we're currently interested in.

--

Transformer model for MIDI music generation

Reference TF/Keras implementation

--

StyleGAN / StyleGAN2

--

Text-to-speech

Example TF2/Keras implementation

--

Learning to rank

Reference Kaggle competition

--

Large-scale multi-label text classification

Using word bi-grams + TF-IDF + a small MLP, from raw text strings. The tokenization and extraction of TF-IDF ngrams should be done with the TextVectorization layer.

The dataset should have at least 50k samples and there should be at least a dozen of labels.

--

DETR: End-to-End Object Detection with Transformers

--

3D image segmentation

--

Question answering from structured knowledge base and freeform documents

--

Instance segmentation

--

EEG & MEG signal classification

--

Text summarization

--

Audio track separation

--

Audio style transfer

--

Timeseries imputation

--