goessl/NeuralNetwork
Very basic neural network implementation.
This project helps software developers understand and experiment with the core mechanics of neural networks. It provides the building blocks for creating and training a basic neural network, taking in numerical datasets and outputting predictions. The end-user is a software developer or student interested in machine learning implementation.
No commits in the last 6 months.
Use this if you are a software developer who wants to learn how neural networks work by implementing one yourself in a Java project.
Not ideal if you are looking for a high-performance, ready-to-use neural network library for production applications or complex machine learning tasks.
Stars
16
Forks
3
Language
Java
License
MIT
Category
Last pushed
Sep 13, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/goessl/NeuralNetwork"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Jasonnor/Backpropagation
Implementing multilayer neural networks through backpropagation using Java.
dlidstrom/NeuralNetworkInAllLangs
Vanilla neural network implemented in all major languages
goessl/MachineLearning
An easy neural network for Java!
evolvingstuff/RecurrentJava
Deep Recurrent Neural Nets in Java
thag0/JNN
Biblioteca para manipulação de modelos de Redes Neurais Artificiais com Java