Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 483 Bytes

File metadata and controls

4 lines (3 loc) · 483 Bytes

Tensor Flow Layers

====================

The new Tensor Flow library from Google introduces some awesome new tools for machine learning. Coming to TF from Torch, I find I tend to think more in terms of higher level modules like Torch's nn.SpatialConvolution, nn.Linear etc. rather than low level matrix operations operating directly on weights. I'm therefore hoping to add to this repo a selection of Torch-like modules implemented using Tensor Flow.