MinhasKamal/Intellectron
An Infant Library of Artificial Neural Network (multilayer-deep-convolutional-machine-learning)
This is a basic deep neural network library designed for Java developers building small, custom machine learning applications. It takes structured input data (like numbers representing categories) and corresponding expected outputs to train a network. The output is a 'knowledge' file, which can then be used to predict outcomes for new inputs. It's for Java developers integrating simple neural networks into their projects.
No commits in the last 6 months.
Use this if you are a Java developer needing a lightweight, direct implementation of a deep neural network for a small-scale, custom project.
Not ideal if you are looking for a high-performance, feature-rich machine learning framework or are not a Java developer.
Stars
7
Forks
4
Language
Java
License
MIT
Category
Last pushed
Aug 29, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/MinhasKamal/Intellectron"
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
amanmehara/tantrika
An object oriented neural network library.