/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

aimatters.wordpress.com
| | futurism.com
1.9 parsecs away

Travel
| | Digital Reasoning, a cognitive computing company, just announced that it has trained a neural network consisting of 160 billion parameters-more than 10 times larger than previous neural networks.
| | marcospereira.me
1.7 parsecs away

Travel
| | In this post we summarize the math behind deep learning and implement a simple network that achieves 85% accuracy classifying digits from the MNIST dataset.
| | blog.vstelt.dev
0.7 parsecs away

Travel
| | [AI summary] The article explains the process of building a neural network from scratch in Rust, covering forward and backward propagation, matrix operations, and code implementation.
| | glowingpython.blogspot.com
7.5 parsecs away

Travel
| In this post we will see how to create a Multi Layer Perceptron (MLP), one of the most common Neural Network architectures, with Keras. Then...