https://github.com/spandan-madan/online_tutorials
Collection of good online tutorials I keep running into while learning new things.
https://github.com/spandan-madan/online_tutorials
Last synced: 7 months ago
JSON representation
Collection of good online tutorials I keep running into while learning new things.
- Host: GitHub
- URL: https://github.com/spandan-madan/online_tutorials
- Owner: Spandan-Madan
- Created: 2019-05-22T20:29:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T23:38:00.000Z (over 6 years ago)
- Last Synced: 2025-01-26T12:41:24.345Z (8 months ago)
- Size: 4.88 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Compilation of Online Tutorials on Vision, Graphics and Deep Learning.
This page just hosts some good tutorials I found online while trying understand concepts in computer vision, deep learning and computer graphics. This serves as a compilation for me to refer back to, and as a public resource for people to find content.
## Computer Graphics: or understanding digital visual media.
- How 3D data stored and manipulated (Tags: ray marching, rendering, ray casting, shadows
)- https://www.alanzucconi.com/2016/07/01/signed-distance-functions/- Basic of image manipulation (Tags: bilateral filters, blur, demosaicking): https://people.csail.mit.edu/sparis/bf_course/course_notes.pdf