Sasha Goodman
Sasha Goodman
Yarin Gal's thesis demonstrated that by allowing dropout during prediction, not just training, a set predictions can be produced and then analyzed to reveal model uncertainty (the quantiles of the...
Just made a toy example of an insult dector using a character level CNN: https://keras-predict-r.c9users.io/insults.html The F1 score on the validation set is around 0.65, so it's not great but...
Given the limited memory and bandwidth in a browser, sparse matrices could speed up transmission times and lower the memory usage. Some example use cases: (1) If a model inefficiently...