Browsing: Yannic Kilcher
CPUs are often bottlenecks in Machine Learning pipelines. Data fetching, loading, preprocessing and augmentation can be slow to a point…
This paper sets out to build a classifier to distinguish criminals from non-criminals using nothing but a face picture. I…
It’s common for neural networks to include data normalization such as BatchNorm or GroupNorm. This paper extends the normalization to…
Facebook AI’s new Text-To-Speech system is able to create 1 second of speech in as little as 500ms, making it…
What can an agent do without any reward? Explore the world! While many formulations of intrinsic rewards exist (Curiosity, Novelty,…
Huggingface released its newest library called NLP, which gives you easy access to almost any NLP dataset and metric in…
Gradient-based Meta-Learning requires full backpropagation through the inner optimization procedure, which is a computational nightmare. This paper is able to…
Why are humans so good at video games? Maybe it’s because a lot of games are designed with humans in…
This code completion engine can write an entire function from just the name! OpenAI demonstrates what happens when you learn…
BERT is a giant model. Turns out you can prune away many of its components and it still works. This…