TIGINET
A NEURAL NETWORK LIBRARY




TigiNet is a network library who provide support for many different layer type (like convolution, fully-connected, pooling, RELU...).

Features :
- Support for Multilayer Perceptron.
- Support for Convolutional Neural Network.
- Support for many different layer type (like pooling, RELU...).


Future :
- [x] Support more neural network type.
- [x] Multiplatform support.
- [ ] GPU support (with OpenCL).
- [ ] Real multithreading support.