littensy/nanoai
✨ Minimal library for creating neural networks
This is a tool for developers who want to build simple neural networks within their applications. It takes numerical input data, processes it through a defined network structure, and produces a predicted numerical output. This is for software developers and game developers who need to embed basic machine learning capabilities directly into their projects, particularly those using TypeScript or Roblox's Luau.
No commits in the last 6 months.
Use this if you are a developer building an application or game and need a fast, lightweight way to implement simple, feedforward neural networks for tasks like pattern recognition or basic decision-making.
Not ideal if you need to work with complex data types like images or sequences, or require advanced deep learning features like convolutional or recurrent neural networks.
Stars
9
Forks
2
Language
Luau
License
MIT
Category
Last pushed
Sep 02, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/littensy/nanoai"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
yoshoku/hnswlib-node
hnswlib-node provides Node.js bindings for Hnswlib
DanRuta/jsNet
Javascript/WebAssembly deep learning library for MLPs and convolutional neural networks
mvrahden/reinforce-js
[INACTIVE] A collection of various machine learning solver. The library is an object-oriented...
janhuenermann/neurojs
A JavaScript deep learning and reinforcement learning library.
mvrahden/recurrent-js
[INACTIVE] Amazingly simple to build and train various neural networks. The library is an...