jeffheaton/t81_558_deep_learning

T81-558: Keras - Applications of Deep Neural Networks @Washington University in St. Louis

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 26 minutes ago
Added to GitGenius on September 11th, 2026
Created on July 31st, 2016
Open Issues & Pull Requests: 5 (+0)
GitHub issues: Enabled
Number of forks: 2,959
Total Stargazers: 5,734 (+0)
Total Subscribers: 317 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 158.4 days
Mean response time: 185.8 days
90th percentile: 346.0 days
Tracked items: 6

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 5
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 591 days
Stale 30+ days: 5
Stale 90+ days: 5

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (6)
  • enhancement (2)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

T81-558 is an educational course repository that teaches deep learning applications using Keras and TensorFlow through a combination of lecture materials, Jupyter notebooks, and practical assignments at Washington University in St. Louis.

The course addresses the problem of learning how to apply deep learning techniques to real-world problems across multiple domains. It covers classical neural network structures alongside modern architectures including convolutional neural networks, long short-term memory networks, gated recurrent networks, and generative adversarial networks. The approach combines theoretical foundations with hands-on implementation using Python, TensorFlow, and Keras, with applications spanning computer vision, time series analysis, natural language processing, audio processing, and reinforcement learning. The material also covers high-performance computing aspects for leveraging GPUs and distributed computing grids.

This repository is designed for students entering a formal university course, though the complete textbook is available publicly on GitHub. The material assumes familiarity with at least one programming language but does not require prior Python knowledge. The course is structured as a hybrid delivery combining classroom and online instruction. Current students at Washington University should note that the university has transitioned to a PyTorch version of this course, making this repository the previous generation of the offering. The repository is most suitable for learners seeking a comprehensive introduction to deep learning applications rather than those looking for cutting-edge research implementations.

The project maintains active engagement with its issue tracker, where work is dominated by bug reports and enhancement requests, indicating ongoing refinement of the course materials and code examples.