This is a comprehensive deep learning course delivered entirely through Jupyter Notebooks, designed to teach neural network construction using TensorFlow 2.x. The curriculum follows a sequential-model-first pedagogy, introducing the Sequential API before moving to functional and subclassing approaches, and covers the full spectrum of model building from regression and classification through convolutional neural networks, natural language processing, and time series forecasting. The course is structured around a checkpoint-based training workflow that saves the best model weights during traini
This project is a deep learning educational course and technical study guide. It provides a comprehensive set of AI curriculum materials, including slides, notes, and assignments designed to teach neural network fundamentals and generative models. The content focuses on the mathematical foundations of deep learning, featuring detailed step-by-step formula derivations and explanations of model architecture basics. It covers both foundational concepts and advanced research topics, such as self-supervised learning and adversarial attacks. The repository includes applied technical exercises that
This project is a comprehensive set of educational resources and structured curricula for learning artificial intelligence and deep learning. It provides a machine learning curriculum consisting of lecture materials and interactive notebooks centered on implementing models using the PyTorch framework. The instructional design follows a code-first approach, where students implement working models before studying the underlying theoretical mathematics. The curriculum is delivered via executable documents that combine live code, equations, and narrative text to guide the implementation and deplo
This repository contains the lab materials and Jupyter notebooks for MIT's introductory deep learning course, using TensorFlow and Keras for hands-on exercises. The courseware is delivered as pre-configured notebooks that run on Google Colaboratory's cloud infrastructure, eliminating the need for local software installation. Learners can toggle the Colab runtime to a GPU-backed hardware accelerator for faster neural network training during lab exercises. A shared Python package provides helper functions that standardize common operations across all notebooks. The course guides students throug