KotlinNLP/SimpleDNN
SimpleDNN is a machine learning lightweight open-source library written in Kotlin designed to support relevant neural network architectures in natural language processing tasks
This library helps developers working with natural language processing by providing a lightweight framework to build neural networks. You provide text data and the library helps you build models for tasks like identifying parts of speech or named entities. This is ideal for software engineers or data scientists who need to integrate basic NLP capabilities into JVM-based applications.
102 stars. No commits in the last 6 months.
Use this if you are a developer seeking a straightforward, ready-to-use neural network architecture in Kotlin for specific natural language processing tasks.
Not ideal if you require state-of-the-art, highly flexible neural network architectures or automatic differentiation.
Stars
102
Forks
9
Language
Kotlin
License
MPL-2.0
Category
Last pushed
Jun 18, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/KotlinNLP/SimpleDNN"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
SKaiNET-developers/SKaiNET
SKaiNET is an open-source deep learning framework written in Kotlin Multiplatform, designed with...
ildu00/ReGraph
The world's cheapest AI inference & training marketplace. Pay up to 80% less than traditional...
OpenMined/KotlinSyft
The official Syft worker for secure on-device machine learning
JetBrains-Research/kinference
Running ONNX models in vanilla Kotlin
sekwiatkowski/komputation
Komputation is a neural network framework for the Java Virtual Machine written in Kotlin and CUDA C.