/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

jakevdp.github.io
| | spacedome.tv
3.6 parsecs away

Travel
| | FFT in Haskell and Futhark
| | charleslabs.fr
3.1 parsecs away

Travel
| | Apply complex mathematical operations with machine learning in digital signal processing. Check out two artificial neural network experiments here.
| | kevinventullo.com
4.8 parsecs away

Travel
| | Suppose you knew that 9,273,284,218,074,431 was a perfect 7th power. How would you compute the 7th root? This is a long overdue sequel to the previous post, in which the author promised to derive an efficient algorithm for computing exact k-th roots of integers. That is, computing the k-th root of an integer assumed to...
| | bytepawn.com
27.1 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.