SimiaCryptus/MindsEye
Neural Networks in Java 8 with CuDNN and Aparapi
MindsEye helps software developers build and integrate neural networks into Java applications. It takes raw data or existing datasets and processes them through customizable neural network architectures, producing trained models or data transformations. This is ideal for Java developers who need to implement machine learning, especially for image processing, within their projects.
No commits in the last 6 months.
Use this if you are a Java developer building applications that require advanced neural network capabilities and want to leverage GPU acceleration for performance.
Not ideal if you are an end-user looking for a no-code or low-code solution for applying machine learning, or if your primary development environment is not Java.
Stars
11
Forks
2
Language
Java
License
Apache-2.0
Category
Last pushed
Feb 11, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/SimiaCryptus/MindsEye"
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.