saaltone/SANNet
SANNet Neural Network Framework
SANNet is a framework for building complex neural networks. It helps data scientists and machine learning engineers create models for various tasks like image analysis or natural language processing. You define the network architecture and provide your dataset, and it outputs a trained model that can make predictions or decisions.
No commits in the last 6 months.
Use this if you are a machine learning engineer or researcher who wants to build, train, and experiment with custom neural network architectures, including recurrent, convolutional, and attention layers, or explore deep reinforcement learning algorithms.
Not ideal if you need a high-level library for quick model prototyping with minimal configuration, or if you prefer a framework with extensive pre-built models and a large community for out-of-the-box solutions.
Stars
20
Forks
6
Language
Java
License
MIT
Category
Last pushed
Feb 19, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/saaltone/SANNet"
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
thag0/JNN
Biblioteca para manipulação de modelos de Redes Neurais Artificiais com Java