Showing 1-20 of 49 packages
Neural Network
NeuralNetwork with pure Javascript
A toy library for building simple neural networks which can be serialized to compact JSON.
Named Entity Recognition
Natural Language Understanding
SmartNode node package, provided by MakerCollider
Artificial neural network for data prediction.
Rudimentary Neural Network in Typescript
Discord Plus is a Wrapper for Discord.JS which utilizes Bot communications using Socket.IO. Easily communicate with other bots using Discord.Plus. Discord.Plus also has a built in command handler to help you make your bot easily.
A WebGPU-powered neural network library built on simple-compute-shaders.
Constructors: ```js // Neural network with 2 inputs, 1 hidden layer, 4 hidden nodes and 1 output let nn0 = new NeuralNetwork([2, 4, 1]);
This Ruby code defines a simple NeuralNetwork class with methods for feedforward and training using backpropagation. The network is trained to solve the XOR problem. The matrix operations are performed using the Matrix class from the matrix standard libra
Basic Neural network for machine learning
Zero-dependency machine learning, AI, and data processing library for modern JavaScript
NeuralNetwork and Genetic classes wrappers for tensorflow.js
A machine learning framework for Node.js. Supports multi-level classification and online learning.
Deep learning visualization for feed-forward networks with custom datasets, training and prediction.
A neural network library, built to support input embeddings alongside ordinary inputs and output probabilities
Orchestrate ML pipelines
Simple neural networks in Node-RED