Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 414 Bytes

File metadata and controls

4 lines (4 loc) · 414 Bytes

Deep Learning Practice

This repository contains python code to implement basic deep learning models that I learned during Fall 2022. The textbooks I followed were:

  1. Deep Learning by Ian Goodfellow for theory.
  2. Deep Learning with Python by François Chollet to practice implementation using Keras and TensorFlow.