Review key deep learning formulas and architecture diagrams before an exam or technical interview.
Share with teammates as a shared quick-reference during a deep learning project or reading group.
Look up how CNN output dimensions are calculated or how LSTM gates work without rereading a textbook.
This repository contains cheatsheets for Stanford's CS 230, a university course on deep learning. Deep learning is the branch of artificial intelligence that trains multi-layered neural networks on large amounts of data to recognize patterns, generate text or images, translate languages, and many other tasks. CS 230 is one of Stanford's most well-known AI courses. The cheatsheets distill the main concepts from the course into compact reference documents in PDF format. There are three focused cheatsheets: one on convolutional neural networks (a type of model commonly used for image recognition and computer vision tasks), one on recurrent neural networks (models designed to handle sequences, such as text or audio), and one on general tips and tricks for training deep learning models. A fourth document combines all three into a single summary reference. All of the cheatsheets are available in multiple languages, including English, Persian, French, Japanese, Korean, Turkish, and Vietnamese. The same material is also hosted on a website, which makes it easier to read on phones and tablets without downloading the PDF files. The cheatsheets were created by two researchers, Afshine Amidi and Shervine Amidi, affiliated with Ecole Centrale Paris, MIT, and Stanford University. A companion repository is available if anyone wants to contribute translations into additional languages. This is a reference and study resource, not a software project. There is no code to run. It is most useful to someone who is taking or has taken a deep learning course and wants a concise summary of the core concepts to review or look up quickly.
← afshinea on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.