/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

futurism.com
| | blog.google
2.0 parsecs away

Travel
| | Neural networks can train computers to learn in a way similar to humans. Googler Maithra Raghu explains how they work.
| | aimatters.wordpress.com
1.9 parsecs away

Travel
| | Note: Here's the Python source code for this project in a Jupyter notebook on GitHub I've written before about the benefits of reinventing the wheel and this is one of those occasions where it was definitely worth the effort. Sometimes, there is just no substitute for trying to implement an algorithm to really understand what's...
| | www.chrisritchie.org
1.2 parsecs away

Travel
| | [AI summary] The post documents a web-based simulation of artificial life agents controlled by evolving neural networks that learn to eat, swarm, and reproduce within a basic environment.
| | sirupsen.com
9.8 parsecs away

Travel
| [AI summary] An educational guide explaining how to build a neural network from scratch using Python, covering concepts like layers, gradient descent, autograd, and activation functions.