This repository represents a list of notebooks for analyzing data using deep learning:
- CNN - Cifar -> use of CNN to analyse images
- CNN - MNIST -> use of CNN to analyse images
- Deep Learning - creditcard dataset -> use of DL to analyse creditcard fraud detection
- Deep learning - houses kraggle -> use of DL to predict houses prices. Dataset comes from kraggle competition
- NLP - embedding word2vec -> embedding examples using word2vec
- NLP - sentiment analysis and transfer learning -> sentiment analisys using transfer learning
- Neural Network example - simple NN example
- RNN - air pollution - prediction of air pollution using RNN and LSTM