goessl/MachineLearning
An easy neural network for Java!
This project offers a simple, lightweight neural network implementation in Java. It helps Java developers build basic machine learning algorithms, taking in numerical training data and producing a trained neural network capable of making predictions. This is ideal for developers who are new to machine learning and want to understand how neural networks function.
129 stars. No commits in the last 6 months.
Use this if you are a Java developer looking to learn the basics of neural networks or implement a simple machine learning model for a small project.
Not ideal if you need a robust, high-performance, or feature-rich machine learning library for production-grade applications.
Stars
129
Forks
32
Language
Java
License
MIT
Category
Last pushed
Mar 03, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/goessl/MachineLearning"
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
evolvingstuff/RecurrentJava
Deep Recurrent Neural Nets in Java
thag0/JNN
Biblioteca para manipulação de modelos de Redes Neurais Artificiais com Java
amanmehara/tantrika
An object oriented neural network library.