Skip to content

Commit

Permalink
Update call for contributions
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Jun 28, 2020
1 parent 37018a7 commit 99b4811
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions call_for_contributions.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,27 @@ Recommendations:
## Learning to rank

[Reference Kaggle competition](https://www.kaggle.com/c/wm-2017-learning-to-rank)


## 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

[Reference implementation](https://github.com/facebookresearch/detr)


## 3D image classification

Using a dataset of CT scans (a few are available on Kaggle).

The model should use `Conv3D` layers.




0 comments on commit 99b4811

Please sign in to comment.