New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ai6

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ai6

AI/ML/NN framework

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

AI6 -- Artificial Intelligence Library (based on j6)

AI6 is a collection of algorithm for Optimization, Machine-Learning, Neural-Network.

AI6 based on Scientific Computing Library j6 .

Install

For node.js

$ npm install ai6

Module in AI6

AI6 is a collection of algorithm for Optimization, Machine-Learning, Neural-Network.

  • Optimization
    • Hill-Climbing Algorithm
    • Simulated-Annealing Algorithm
    • Genetic Algorithm
  • Machine Learning
    • KNN (K Nearest Neighbors - Classification)
    • KMean (Clustering)
    • SVM (Support Vector Machine) (Not finished yet!)
  • Neural Network
    • MLP (Multilayer Perceptron)
    • RBM (Restricted Boltzmann Machine)
    • DBN (Deep Belief Network)
    • CRBM (Continuous Restricted Boltzmann Machine)
    • CDBN (Continuous Deep Belief Network)
    • CNN (Convolution Neural Network) (Not finished yet!)
    • RNN (Recurrent Neural Network) (Not finished yet!)
    • LSTM (Convolution Neural Network) (Not finished yet!)

Keywords

AI

FAQs

Package last updated on 26 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts