ai6

0.1.0 • Public • Published

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.

  1. Optimization
    • Hill-Climbing Algorithm
    • Simulated-Annealing Algorithm
    • Genetic Algorithm
  2. Machine Learning
    • KNN (K Nearest Neighbors - Classification)
    • KMean (Clustering)
    • SVM (Support Vector Machine) (Not finished yet!)
  3. 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!)

Package Sidebar

Install

npm i ai6

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • ccckmit