/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

glowingpython.blogspot.com
| | gist.github.com
4.1 parsecs away

Travel
| | Implementing a Network-based Model of Epilepsy with Numpy and Numba. Code for https://danielegrattarola.github.io/posts/2019-10-03/epilepsy-model.html - eeg_generator_numba.py
| | jakevdp.github.io
4.3 parsecs away

Travel
| |
| | coornail.net
4.2 parsecs away

Travel
| | Neural networks are a powerful tool in machine learning that can be trained to perform a wide range of tasks, from image classification to natural language processing. In this blog post, well explore how to teach a neural network to add together two numbers. You can also think about this article as a tutorial for tensorflow.
| | ujjwalkarn.me
18.6 parsecs away

Travel
| An Artificial Neural Network (ANN) is acomputational modelthat is inspired by the way biological neuralnetworks inthe human brain process information. Artificial Neural Networks have generated a lot ofexcitement in Machine Learning research and industry, thanks to many breakthrough results in speech recognition, computer vision and text processing. In this blog post we will try to...