CodingTrain / CodingTrain/Toy-Neural-Network-JS

Java Neural Network Library

Open
#106 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
437
Forks
242
PR merge metrics
No merged PRs in 30d

Description

Hi, I’ve build [my own version](https://github.com/kim-marcel/basic_neural_network) 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:
- [Solving XOR with nn in Java](https://github.com/kim-marcel/xor_with_nn)
- [Doodle classification in Processing](https://github.com/kim-marcel/doodle_classifier)

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.