/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

bastian.rieck.me
| | logaonresearch.wordpress.com
2.7 parsecs away

Travel
| | Fresher's guide to basic Social Network Analysis (SNA) Terminology: Alter A person to whom the focal individual is connected Betweenness centrality A measure of how often a given vertex lies on the shortest path between two other vertices, or the vertex's role as a 'bridge'/ quantifies the number of times a node acts as a...
| | blog.vstelt.dev
4.6 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.
| | www.johnnylogic.org
3.3 parsecs away

Travel
| | [AI summary] A technical tutorial on network science basics, mathematical representations, analysis methods, and real-world applications presented by a senior data scientist.
| | www.paepper.com
11.8 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.