tectal / fellowship.ai-challenges

This repo contains implementations of the challenges from fellowship.ai. For more, visit here.

Home Page:https://fellowship.ai/challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Select Your Challenge Problem

One-shot Learning

Omniglot, the “transpose” of MNIST, with 1623 character classes, each with 20 examples.

Use background set of 30 alphabets for training and evaluate on set of 20 alphabets. Refer to this script for sampling setup.

Report one-shot classification (20-way) results using a meta learning approach like MAML.

Image Segmentation

Apply an automatic portrait segmentation model (aka image matting) to celebrity face dataset.

Food-101

Food-101 is a challenging vision problem, but everyone can relate to it. Recent SoTA is ~80% top-1, 90% top-5. These approaches rely on lots of TTA, large networks and even novel architectures.

Train a decent model >85% accuracy for top-1 for the test set, using a ResNet50 or smaller network with a reasonable set of augmentations.

ULMFiT Sentiment

Apply a supervised or semi-supervised ULMFiT model to Twitter US Airlines Sentiment.

About

This repo contains implementations of the challenges from fellowship.ai. For more, visit here.

https://fellowship.ai/challenge


Languages

Language:Jupyter Notebook 99.4%Language:Python 0.4%Language:Makefile 0.2%Language:Batchfile 0.1%