Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 384 Bytes

File metadata and controls

12 lines (11 loc) · 384 Bytes

Implementing Artificial Neural Networks with Tensorflow

Coursework for the Tensorflow course at Uni Osnabrück.

File Structure

  1. Backpropagation by hand
  2. Feedforward Neural Network (MNIST, flattened)
  3. Convolutional Neural Network (CIFAR)
  4. Advanced CNNs (SVHN; competition)
  5. Word Embeddings (Bible)
  6. LSTM (imdb)
  7. Reinforcement Learning (Cart Pole)
  8. GANs (MNIST)