Explore >> Select a destination


You are here

glowingpython.blogspot.com
| | electronut.in
2.8 parsecs away

Travel
| | I was recently reading about Conway's Game of Life - a cellular automaton discovered by British mathematician John Conway in 1970. Using 4...Read More
| | aimatters.wordpress.com
3.3 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...
| | www.paepper.com
2.6 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.
| | www.3blue1brown.com
10.8 parsecs away

Travel
| An overview of what a neural network is, introduced in the context of recognizing hand-written digits.