Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 575 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 575 Bytes

Deep Learning for Artificial Intelligence Project

Group 10: ETSETB Master students M. Alonso, M. Busquets, P. Palau and C. Pitarque

Project GitHub Page: https://telecombcn-dl.github.io/2018-dlai-team10/

We created three notebooks where we explain detailedly each step of how we solved an end to end deep learning problem. There are three notebooks, one for each model:

  • MLP (Multi Layer Perceptron)
  • CNN (Convolutional Neural Network)
  • LSTM (Long Short Term Memory)

The three notebooks are self contained, self explanatory and each one can be independently used.