ai6
v0.1.0
Published
AI/ML/NN framework
Downloads
4
Readme
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!)