Explore >> Select a destination


You are here

gouthamanbalaraman.com
| | senthil.learntosolveit.com
4.2 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
| | teddykoker.com
3.4 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:
| | matbesancon.xyz
4.6 parsecs away

Travel
| | Learning by doing: detecting fraud on bank notes using Python in 3 steps.
| | lucatrevisan.wordpress.com
29.5 parsecs away

Travel
| (This is the sixth in a series of posts on online optimization techniques and their ``applications'' to complexity theory, combinatorics and pseudorandomness. The plan for this series of posts is to alternate one post explaining a result from the theory of online convex optimization and one post explaining an ``application.'' The first two posts were...