ML Kitchen Sink is a sample code collection of machine learning.
The followings are all programs in this repository.
I will add a new algorithm step by step.
- Inductive Learning
- Q Learning
- Ant Colony
- Generic Algorithm
- Neuron
- Neural Network
- Back Propagation
- Convolutional and Pooling
- CNN (Convolutional Neural Network)
- Auto Encoder
Only node
command is required. I tested all programs by the following version for now.
$ node --version
v6.9.1
Please refer README
of each algorithm.
This is inspired by this book:
機械学習と深層学習 ―C言語によるシミュレーション― (written in only Japanese)