Neural-Network-p5 icon indicating copy to clipboard operation
Neural-Network-p5 copied to clipboard

Port to Java / Processing

Open shiffman opened this issue 8 years ago • 4 comments

shiffman avatar Apr 26 '17 17:04 shiffman

Saw this port and thought might as well share the port i made. if your intressed.

Git Repo

ianEvenhuis avatar Jan 02 '18 18:01 ianEvenhuis

Cool! Im planning to do a lot more work on the repo this month so will revisit soon! Feel free to pull request a link from the README if you like!

shiffman avatar Jan 02 '18 21:01 shiffman

I am also working on my own version of a Processing compatible NN library from scratch but heavily inspired by this one. As an enhancement it supports custom layer sizes. It uses the JAMA library for matrix math, but I am planning on writing my own implementation with more standard function names. Repo is at https://github.com/MatiasConTilde/simpleNN, but not quite finished.

MatiasConTilde avatar Jan 02 '18 21:01 MatiasConTilde

Exciting! As soon as I get through my tutorials covering this library all built form scratch it's my intention to use http://deeplearnjs.org for all the matrix math. I also would like to support custom layer sizes, but keeping it simple for now for the tutorials.

shiffman avatar Jan 02 '18 22:01 shiffman