This repository contains python code to implement basic deep learning models that I learned during Fall 2022. The textbooks I followed were:
- Deep Learning by Ian Goodfellow for theory.
- Deep Learning with Python by François Chollet to practice implementation using Keras and TensorFlow.