/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

kaveh.page
| | teddykoker.com
3.7 parsecs away

Travel
| | A few posts back I wrote about a common parameter optimization method known as Gradient Ascent. In this post we will see how a similar method can be used to create a model that can classify data. This time, instead of using gradient ascent to maximize a reward function, we will use gradient descent to minimize a cost function. Lets start by importing all the libraries we need:
| | gist.github.com
3.6 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
| | senthil.learntosolveit.com
2.9 parsecs away

Travel
| | This is a coin flip simulator. It compare theoretical binomial distribution with experimental results. listings/python/coinflip.py (Source) import random import math import matplotlib.pyplot as plt
| | runswiththedug.wordpress.com
11.2 parsecs away

Travel
| Visit the post for more.