Jakub Boksansky's Blog

Computer graphics

Crash Course in Deep Learning

Downloads

PDF version of the article is available for download here.
Code accompanying the article can be found in the Github repository

Abstract

As I recently went through a journey of learning how to make use of deep learning (in the context of computer graphics), I thought it would be good to write down some notes to help others get up to speed quickly. The goal of this article is to make the reader familiar with terms and concepts used in deep learning and to implement a basic deep learning algorithm. This should make it easier to study and understand other deep learning resources.

Bibliography

@misc{2024_Boksansky_DeepLearning,
	title=			{Crash Course in Deep Learning},
	author=			{Jakub Boksansky},
	year=			{2024},
	month=			{July},
	howpublished=	{\url{https://boksajak.github.io/blog/DeepLearning}}
}