/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

imrannazar.com
| | devmag.org.za
3.7 parsecs away

Travel
| | A Bézier curve is a type of curve that is easy to use, and can describe many shapes. This guide gives instructions for implementing algorithms for using Bézier curves in your games.
| | randorithms.com
4.3 parsecs away

Travel
| | The Taylor series is a widely-used method to approximate a function, with many applications. Given a function \(y = f(x)\), we can express \(f(x)\) in terms ...
| | www.hamza.se
4.0 parsecs away

Travel
| | A walkthrough of implementing a neural network from scratch in Python, exploring what makes these seemingly complex systems actually quite straightforward.
| | blog.scottlogic.com
41.2 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.