0.1.0 • Published 7 years ago

ai6 v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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!)
0.1.0

7 years ago