/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

zserge.com
| | blog.scottlogic.com
0.9 parsecs away

Travel
| | Recently I've been learning about Neural Networks and how they work. In this blog post I write a simple introduction in to some of the core concepts of a basic layered neural network.
| | www.paepper.com
0.7 parsecs away

Travel
| | [AI summary] This article explains how to train a simple neural network using Numpy in Python without relying on frameworks like TensorFlow or PyTorch, focusing on the implementation of ReLU activation, weight initialization, and gradient descent for optimization.
| | explog.in
0.9 parsecs away

Travel
| | [AI summary] The user has shared a detailed implementation of a single-layer neural network in Rust, along with its training and evaluation process. They also provided the Cargo.toml file for the project and mentioned the results of running the code. The user is seeking feedback, comments, or suggestions for improvement, and they have included a note about the history of the project.
| | petewarden.com
19.8 parsecs away

Travel
| Photo by Anthony Catalano I spend most of my time worrying about how to make deep learning with neural networks faster and more power efficient. In practice that means focusing on a function called GEMM. It's part of the BLAS (Basic Linear Algebra Subprograms) library that was first created in 1979, and until I started...