Browsing: Yannic Kilcher
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…
For the first time, all authors submitting to the NeurIPS conference are forced to write a statement about the broader…
Can you plan with a learned model of the world? Yes, but there’s a catch: The better your planning algorithm…