Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 465 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 465 Bytes

Neural Network Builder

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.

Current Solutions

FeedForward: done

Convolutional NN: done

Recurrent NN:

  • SimpleRNN
  • Seq2Seq + Attention

GAN

  • Simple GAN
  • DC GAN
  • Cycle GAN

Extra TODO

GPU Support