Skip to content

Latest commit

 

History

History

tensorflow

Collection of examples for learning TensorFlow

Introduction to TensorFlow

The following notebooks give an introduction to TensorFlow and are partly covered in the introductory presentation

Advanced TensorFlow

The following notebooks deal with more deep learning relate aspects of TF and are partly convered in this presentation

Building networks, accessing them

Debugging networks

Deep Learning: The path to fully connected networks

  • path_to_fc_nets These notebooks cover the path to fully connected neural networks starting from logistic regression

Deep Learning: Recurent Neural Networks

  • RNN Some scripts on recurrent neural networks covered in the talk

Deep Learning: Convolutional Neural Networks

  • CAS Course Will be ported in this directory soon

Miscelaneous

  • vae contains examples of Variational Autoencoder VAE

  • faces shows how to transfer a network for face recognition from caffee to tensorflow

  • inception_cifar10 Shows how to extract features from a network trained on ImageNet and applies them on CIFAR_10.