Explore >> Select a destination


You are here

sefiks.com
| | www.swyx.io
1.3 parsecs away

Travel
| | That one time we tried to emulate our brains with computer chips
| | serengil.wordpress.com
0.5 parsecs away

Travel
| | Sigmoid function (aka logistic function) is moslty picked up as activation functionin neural networks.Because its derivative is easy to demonstrate. It produces output in scale of [0 ,1] whereas input is meaningful between [-5, +5]. Out of this range produces same outputs.In this post, we'll mention the proof of the derivative calculation. Sigmoid function is...
| | blog.vstelt.dev
1.3 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.hamza.se
6.7 parsecs away

Travel
| A walkthrough of implementing a neural network from scratch in Python, exploring what makes these seemingly complex systems actually quite straightforward.