CodingTrain / Toy-Neural-Network-JS

Neural Network JavaScript library for Coding Train tutorials
MIT License
426 stars 242 forks source link

Java Neural Network Library #106

Open kim-marcel opened 6 years ago

kim-marcel commented 6 years ago

Hi, I’ve build my own version of this neural network library in Java. It has the same functionality as this one but I’ve added some extra features like saving/ reading the neural network to/ from JSON-file and support for multiple hidden layers. The library can be downloaded as a jar and used in Java or Processing projects.

These are two examples that use my library:

Besides me other people are developing their own neural network libraries in different languages (see #91). I think it would be useful if we could collect and reference to them e.g. in the readme. This will make it easier for people to find suitable libraries to follow along @shiffman in his tutorials/ coding challenges in their preferred language.

shiffman commented 6 years ago

Apologies for not replying to this, it's amazing work! I have been planning to make my own version too as I'm updating my Nature of Code book this summer and want to have Processing / Java examples. I'm going to re-open this as a reminder, if you want to pull request / collaborate let me know!

kim-marcel commented 6 years ago

I would love to collaborate with you on this project!