Explore >> Select a destination


You are here

blog.scottlogic.com
| | www.paepper.com
1.1 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.v7labs.com
0.9 parsecs away

Travel
| | A neural network activation function is a function that is applied to the output of a neuron. Learn about different types of activation functions and how they work.
| | www.superannotate.com
0.8 parsecs away

Travel
| | Why use an activation function and how to choose the right one to train a neural network? Get answers to these questions and more in this post.
| | www.lesswrong.com
2.1 parsecs away

Travel
| A neural net using rectified linear unit activation functions of any size is unable to approximate the function sin(x) outside a compact interval. ...