An open API service indexing awesome lists of open source software.

https://github.com/johnberroa/implementing-anns-with-tensorflow-course

Coursework for the Tensorflow course at Uni Osnabrück
https://github.com/johnberroa/implementing-anns-with-tensorflow-course

tensorflow-course

Last synced: 9 months ago
JSON representation

Coursework for the Tensorflow course at Uni Osnabrück

Awesome Lists containing this project

README

          

# 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)