/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

blog.ephorie.de
| | blog.otoro.net
1.2 parsecs away

Travel
| | [AI summary] This article describes a project that combines genetic algorithms, NEAT (NeuroEvolution of Augmenting Topologies), and backpropagation to evolve neural networks for classification tasks. The key components include: 1) Using NEAT to evolve neural networks with various activation functions, 2) Applying backpropagation to optimize the weights of these networks, and 3) Visualizing the results of the evolved networks on different datasets (e.g., XOR, two circles, spiral). The project also includes a web-based demo where users can interact with the system, adjust parameters, and observe the evolution process. The author explores how the genetic algorithm can discover useful features (like squaring inputs) without human intervention, and discusses the ...
| | golb.hplar.ch
0.7 parsecs away

Travel
| | [AI summary] The blog post details the author's experience implementing a feedforward neural network for digit recognition using Java and JavaScript, explaining the underlying algorithms, shared external libraries, and architectural decisions while reviewing an introductory book on the topic.
| | dennybritz.com
1.0 parsecs away

Travel
| | All the code is also available as an Jupyter notebook on Github.
| | www.jeremymorgan.com
10.5 parsecs away

Travel
| Want to learn about PyTorch? Of course you do. This tutorial covers PyTorch basics, creating a simple neural network, and applying it to classify handwritten digits.