This is a library for building neural network graphs using tensorflow. The main purpose is to specify the input and hidden shapes and the programme will automatically build the graph and train the inputs.
FeedForward: done
Convolutional NN: done
Recurrent NN:
- SimpleRNN
- Seq2Seq + Attention
GAN
- Simple GAN
- DC GAN
- Cycle GAN
GPU Support