- python 3.5.2
- Pytorch (http://pytorch.org/)
- Numpy
- matplotlib
- Matplotlib - How to plot things?
- Pandas - How to read/write the data?
- Tensors With Pytorch - How to learn relations in data?
- Datasets - How to actually work wirh real data?
- Models - How to actually build models from all of this?
- MLP - How to build/train fully connected models? And what are they anyway?!
- CNN - How to build/train convolutional models? And what are they anyway?!
- RNN - How to build/train recurrent models? And what are they anyway?!
- CNN-RNN - How to build/train recurrent that are also convolutional models? Because why not both?