Explore >> Select a destination


You are here

www.hhyu.org
| | bytepawn.com
2.3 parsecs away

Travel
| | I will show how to solve the standard A x = b matrix equation with PyTorch. This is a good toy problem to show some guts of the framework without involving neural networks.
| | michael-lewis.com
1.9 parsecs away

Travel
| | This is a short summary of some of the terminology used in machine learning, with an emphasis on neural networks. I've put it together primarily to help my own understanding, phrasing it largely in non-mathematical terms. As such it may be of use to others who come from more of a programming than a mathematical background.
| | 0fps.net
2.3 parsecs away

Travel
| | (This is the sequel to the following post on SmoothLife. For background information go there, or read Stephan Rafler's paper on SmoothLife here.) Last time, we talked about an interesting generalization of Conway's Game of Life and walked through the details of how it was derived, and investigated some strategies for discretizing it. Today, let's...
| | www.v7labs.com
8.7 parsecs away

Travel
| Recurrent neural networks (RNNs) are well-suited for processing sequences of data. Explore different types of RNNs and how they work.