valohai/mlpmnist-dl4j-example
A git repository containing an MLP MNist example using DL4J in Java
This project helps Java developers train and evaluate a simple neural network for image recognition. It takes raw image data, specifically handwritten digits like those from the MNIST dataset, and outputs a trained model file. This allows Java developers to integrate basic deep learning capabilities into their applications.
No commits in the last 6 months.
Use this if you are a Java developer looking for a basic, runnable example to train a simple neural network for image classification using DL4J.
Not ideal if you are looking for a high-performance, production-ready solution or a tool that doesn't require Java development skills.
Stars
7
Forks
4
Language
Java
License
—
Category
Last pushed
Nov 19, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/valohai/mlpmnist-dl4j-example"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
optimatika/ojAlgo
oj! Algorithms
deeplearning4j/deeplearning4j
Suite of tools for deploying and training deep learning models using the JVM. Highlights include...
deepjavalibrary/djl-demo
Demo applications showcasing DJL
deepjavalibrary/djl
An Engine-Agnostic Deep Learning Framework in Java
deeplearning4j/deeplearning4j-examples
Deeplearning4j Examples (DL4J, DL4J Spark, DataVec)