Explore >> Select a destination


You are here

distill.pub
| | colah.github.io
5.8 parsecs away

Travel
| |
| | fanpu.io
2.7 parsecs away

Travel
| | Deep learning is currently dominated by parametric models, which are models with a fixed number of parameters regardless of the size of the training dataset. Examples include linear regression models and neural networks. However, it's good to occasionally take a step back and remember that that is not all there is. Non-parametric models like k-NN, decision trees, or kernel density estimation don't rely on a fixed set of weights, but instead grow in complexity based on the size of the data. In this post we'll talk about Gaussian processes, a conceptually important, but in my opinion under-appreciated non-parametric approach with deep connections with modern-day neural networks. An intersting motivating fact which we will eventually show is that neural network...
| | pberba.github.io
5.8 parsecs away

Travel
| | What is HDBSCAN and why does it work
| | akosiorek.github.io
26.5 parsecs away

Travel
| Machine learning is all about probability.To train a model, we typically tune its parameters to maximise the probability of the training dataset under the mo...