Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 298 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 298 Bytes

Tal's punctator

This repo is a self assigned tutorial on tensorflow. Goals are to build a tensorflow model that

  • Gets as input an unpuctuated text and returns a punctuated one
  • Uses a bidirectional RNN
  • Uses an attention mechanism
  • Uses multiple GPU's in a "Tower" like fashion

Wish me luck