Skip to content

unwosu/ThinkDeep

Repository files navigation

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

About

A generic way of building neural networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages