Explore >> Select a destination


You are here

fa.bianp.net
| | www.ericekholm.com
3.3 parsecs away

Travel
| | Learning maximum likelihood estimation by fitting logistic regression 'by hand' (sort of)
| | www.jeremykun.com
4.2 parsecs away

Travel
| | Machine learning is broadly split into two camps, statistical learning and non-statistical learning. The latter we've started to get a good picture of on this blog; we approached Perceptrons, decision trees, and neural networks from a non-statistical perspective. And generally "statistical" learning is just that, a perspective. Data is phrased in terms of independent and dependent variables, and statistical techniques are leveraged against the data. In this post we'll focus on the simplest example of thi...
| | gregorygundersen.com
3.1 parsecs away

Travel
| |
| | glowingpython.blogspot.com
9.8 parsecs away

Travel
| In this post we will see how to create a Multi Layer Perceptron (MLP), one of the most common Neural Network architectures, with Keras. Then...