Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 562 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 562 Bytes

Neural Network

Author : Anugraha Sinha

Email : anugraha[dot]sinha[at]gmail[dot]com

Library information

Some common implementation of neural network based models. Implementations span from raw neural networks using numpy all the away to CNN2D/RNN/LSTM/GRU/CNN3D based advanced neural networks.

Updates

[2019/03/20] : Neural Network implementation using only numpy (RAW) : numpy_based_ann_raw

[2019/03/26] : Added Gesture Recognition using CNN3D/LSTM/RNN/GRU types modelling techniques : GestureRecognition-CNN3D_RNN_LSTM_GRU