|
You are here |
matplotlib.org | ||
| | | | |
senthil.learntosolveit.com
|
|
| | | | | 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 | |
| | | | |
electronut.in
|
|
| | | | | I was recently reading about Conway's Game of Life - a cellular automaton discovered by British mathematician John Conway in 1970. Using 4...Read More | |
| | | | |
studywolf.wordpress.com
|
|
| | | | | When plotting means and confidence intervals, sometimes the mean lines are hard to see and it's nice to have included in your legend the color of the confidence interval shading. It turns out this is a bit of a chore in Matplotlib, but building off of their online examples you can get something that looks... | |
| | | | |
michael-lewis.com
|
|
| | | This is a short summary of some of the terminology used in machine learning, with an emphasis on neural networks. I've put it together primarily to help my own understanding, phrasing it largely in non-mathematical terms. As such it may be of use to others who come from more of a programming than a mathematical background. | ||