https://github.com/omarsar/deep_learning_notations
Contains useful deep learning notations for writing blogs, presentations, and papers.
https://github.com/omarsar/deep_learning_notations
Last synced: 25 days ago
JSON representation
Contains useful deep learning notations for writing blogs, presentations, and papers.
- Host: GitHub
- URL: https://github.com/omarsar/deep_learning_notations
- Owner: omarsar
- Created: 2018-03-05T01:50:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-13T06:21:03.000Z (over 5 years ago)
- Last Synced: 2025-03-18T06:23:13.523Z (7 months ago)
- Language: Jupyter Notebook
- Size: 2.45 MB
- Stars: 46
- Watchers: 1
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Deep Learning Notations
by [Elvis Saravia](http://elvissaravia.com/)(Part of the [DAIR](https://medium.com/dair-ai) initiative)
---
**Notebook:** 📘 [Deep Learning Notations](https://github.com/omarsar/deep_learning_notations/blob/master/DeepLearning-Notations.ipynb) 📘**Aim:** This notebook contains useful notations widely used in deep learning papers and educational materials found online. I used similar notations used in the Deep Learning book written by Ian Goodfellow, Yoshua Bengio and Aaron Courville. I will also provide sample code using PyTorch to show the type of data structures and concepts these notation may represent.
**Uses:** You can reuse the notations in this notebook as a cheatsheet to assist you in writing your research papers, presentations, and blogs. It's also good resource for reviewing important mathematical notations used widely in deep learning research and other related fields. I provide example code in PyTorch but as an exercise, you can try generating similar code using Numpy or Tensorflow. (The code shouldn't be too different.)
**Requirements:** [PyTorch](http://pytorch.org/)
**Preview:**

**Future:** There are plenty of mathematical concepts and notations which can be added to this notebook. I will continue to add as time passes. If you are into this kind of thing, feel free to make a pull request. My hope is that it provides a useful mathematical foundation and reference for beginners in the field of machine learning and deep learning.