Explore >> Select a destination


You are here

emiruz.com
| | svmiller.com
2.6 parsecs away

Travel
| | This is a basic tutorial for estimating the Poisson model, what it does, and how you should interpret what it tells you.
| | r-video-tutorial.blogspot.com
5.1 parsecs away

Travel
| | Power analysis is extremely important in statistics since it allows us to calculate how many chances we have of obtaining realistic result...
| | www.jeremykun.com
5.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...
| | blog.fastforwardlabs.com
39.5 parsecs away

Travel
| This article is available as a notebook on Github. Please refer to that notebook for a more detailed discussion and code fixes and updates. Despite all the recent excitement around deep learning, neural networks have a reputation among non-specialists as complicated to build and difficult to interpret. And while interpretability remains an issue, there are now high-level neural network libraries that enable developers to quickly build neural network models without worrying about the numerical details of floating point operations and linear algebra.