Skip to content

A didactic attempt to build tensorflow as a library

Notifications You must be signed in to change notification settings

windweller/Trinket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trinket

Currently implementing the following tasks:

  1. Language Model
  2. Image Captioning
  3. Pixel CNN
  4. Conditional Image Generation (GANs)
  5. Text Summarization

Since many of the listed tasks can be accomplished by different models, we attempt to build an interface for each task, and users can pass in building blocks (such as a certain variants of CNN or RNN). The evaluation and experiments will be done automatically.

We rely on TFLearn for Image preprocessing and data preparation. Our biggest independent contribution is the interface to experiments/tasks.

About

A didactic attempt to build tensorflow as a library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published