Visual Summary Hub

DL-Projects at a Glance

This page is the browser-friendly landing page for the project's visual summaries. Each summary turns a project README into a more visual walkthrough with results, architecture, and key lessons in one place.

If you are opening this from GitHub Pages, each project card below links to the live summary page. The source code and training details still live in each project's README.md.

Project 4

RNN Shakespeare

Character-level text generation introduces hidden states, BPTT, temperature sampling, and the limits of vanilla RNN memory.

Project 5

LSTM Sentiment

IMDB review classification with LSTM, packed sequences, pretrained GloVe embeddings, and a final frozen-vs-trainable comparison for clean transfer-style analysis.