/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

sander.ai
| | www.paepper.com
2.4 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.
| | aimatters.wordpress.com
2.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...
| | nicholas.carlini.com
1.5 parsecs away

Travel
| | [AI summary] This page showcases various code projects demonstrating vulnerabilities in neural networks to adversarial examples and the Turing-completeness of the printf function.
| | blog.scottlogic.com
3.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.