Daniel Shiffman
Daniel Shiffman
I am consider changing "Become a Patron" to "Become a Member" and having it link to YouTube memberships: https://www.youtube.com/thecodingtrain/join Then below at the bottom under support, both memberships and patreon...
I get asked for a link to download the Coding Train wallpaper with some regularity. Any ideas for a good place to make this available on the site?
I am going to shortly merge #1839. I see this as a license for all of the code examples and website source code itself. The Coding Train design assets I...
The [common errors wiki](https://github.com/processing/processing/wiki/Common-Errors) needs to be rewritten. It should use the language from the new error messages in 3.0 and also could serve as a more general introduction to...
I'm opening an issue to track porting WEBGL versions of Processing P3D examples for processing.org. I am happy to take this on, I would hope to get to it this...
The network itself could be visualized (using greyscale colors to show weights, hidden layer nodes, etc.)
Right now there is a button to download a JSON file with all of the network weights. It would be nice to add a feature to reload weights.
This would require an interface to allow the user to specify the drawn digit.
I'd like to demonstrate a "back query" (feeding a desired output backwards through the network and getting pixels as a result) with this example. In @makeyourownneuralnetwork, the back query concept...