/tf-toolbox

Tensorflow toolbox: normalizing flows, training tools, etc.

Primary LanguagePython

tf-toolbox

My library of tensorflow tools

Normalizing flows

The normalizing_flow module implements normalizing flows with piecewise linear layers. Here is a description of how they work and application examples.

Autoencoders

tf_toolbox.autoencoders implement autoencoders.

DenseLayeredAutoencoder

An autoencoder built from a sequence of dense layers. Here is an example using the MNIST dataset and trying to use it as a generator using basic tricks.

LICENSE

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Creative Commons License