https://github.com/charlesfrye/convolution-tutorial
Tutorial on Convolutions for Signals and Probability
https://github.com/charlesfrye/convolution-tutorial
convolution tutorial
Last synced: 6 months 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 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-07T07:57:33.000Z (over 6 years ago)
- Last Synced: 2025-04-02T06:24:03.242Z (10 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.