@Author: shingonati0n (hsmunozc@gmail.com)
In this space is available a backup of the code and files used on the 2nd Lab for the Deep Learning class, headed by Álvaro Soto, in the Pontificia Universidad Catolica de Chile.
This Lab has 2 main exercises using Keras on top of Tensorflow:
-CNN (Convulsional Neural Networks) using AlexNet - located in folder Lab2-Code-Act1-7
-RNN (Recurrent Neural Networks) using traditional RNN and Long Short Term Memory on the International Airlines Passengers csv dataset - located at Lab2-Code-Act8-11
System environment details:
OS: RHEL Linux
Distro: Fedora 26
Python version: 3.6 with pip (Anaconda made things too slow LOL)
Keras API Verson: 2.0.9
Tensorflow Version 1.4.0
IDE: Spyder3
Feel free to copy this repo and add any helpful insight or comments on it.