mikex86/scicore
A tiny deep learning library written in Java
This is a foundational library for building simple deep learning models. It helps developers experiment with basic neural network architectures, taking in numerical data like images or text sequences and outputting predictions or classifications. It's intended for Java developers who want to understand the core mechanics of deep learning from scratch.
No commits in the last 6 months.
Use this if you are a Java developer interested in building deep learning models with a focus on simplicity and exploring the underlying mechanisms of tensor operations and automatic differentiation.
Not ideal if you need a production-ready deep learning framework, advanced model architectures, or extensive pre-built functionalities, as this project is experimental.
Stars
27
Forks
2
Language
Java
License
—
Category
Last pushed
Feb 12, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/mikex86/scicore"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
optimatika/ojAlgo
oj! Algorithms
deepjavalibrary/djl-demo
Demo applications showcasing DJL
deeplearning4j/deeplearning4j
Suite of tools for deploying and training deep learning models using the JVM. Highlights include...
deepjavalibrary/djl
An Engine-Agnostic Deep Learning Framework in Java
deeplearning4j/deeplearning4j-examples
Deeplearning4j Examples (DL4J, DL4J Spark, DataVec)