Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java Neural Network Library #106

Open
kim-marcel opened this issue Mar 29, 2018 · 2 comments
Open

Java Neural Network Library #106

kim-marcel opened this issue Mar 29, 2018 · 2 comments

Comments

@kim-marcel
Copy link
Contributor

kim-marcel commented Mar 29, 2018

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
Copy link
Member

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!

@shiffman shiffman reopened this Apr 18, 2018
@kim-marcel
Copy link
Contributor Author

I would love to collaborate with you on this project!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants