/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

matplotlib.org
| | e2eml.school
4.4 parsecs away

Travel
| |
| | electronut.in
3.2 parsecs away

Travel
| | 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
6.8 parsecs away

Travel
| | 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...
| | golb.hplar.ch
17.0 parsecs away

Travel
| [AI summary] The blog post details the author's experience implementing a feedforward neural network for digit recognition using Java and JavaScript, explaining the underlying algorithms, shared external libraries, and architectural decisions while reviewing an introductory book on the topic.