Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charlesfrye/convolution-tutorial
Tutorial on Convolutions for Signals and Probability
https://github.com/charlesfrye/convolution-tutorial
convolution tutorial
Last synced: about 1 month ago
JSON representation
Tutorial on Convolutions for Signals and Probability
- Host: GitHub
- URL: https://github.com/charlesfrye/convolution-tutorial
- Owner: charlesfrye
- Created: 2017-06-07T16:43:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-07T07:57:33.000Z (over 5 years ago)
- Last Synced: 2024-10-27T15:37:38.818Z (3 months ago)
- Topics: convolution, tutorial
- Language: Jupyter Notebook
- Size: 401 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Convolution-Tutorial
Three tutorial notebooks on convolutions. No background knowledge is assumed.
1. *What's A Convolution?* covers the basics -- where does the convolution formula come from?
2. *Why Are Convolutions Useful?* shows some traditional applications of convolution to audio and image processing.
3. *Convolutions and Probability* works through a somewhat surprising application of convolution in adding up random numbers.