/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

explog.in
| | golb.hplar.ch
0.6 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.
| | blog.vstelt.dev
0.9 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.
| | sirupsen.com
1.2 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.
| | aimatters.wordpress.com
10.4 parsecs away

Travel
| A few weeks ago, it was announced that Keras would be getting official Google support and would become part of the TensorFlow machine learning library. Keras is a collectionof high-level APIs in Python for creating and training neural networks, using either Theano or TensorFlow as the underlying engine. Given my previous posts on implementing an...