


Fast 2D Convolutions Algorithms
This lecture will overview 2D linear and cyclic convolution. Then it will present their fast execution through FFTs, resulting in algorithms having computational complexity of the order O(N^2log2N).



Super Resolution
This lecture overviews Super Resolution that has many applications in digital imaging, display and printing.



Neural Image Compression
This lecture overviews Neural Image Compression that has many applications in image storage and communications.



Deep Autoencoders
This lecture overviews Deep Autoencoders that has many applications in image denoising, classification, generation and in object pose estimation.



Artificial Neural Networks. Perceptron
This lecture will cover the basic concepts of Artificial Neural Networks (ANNs): Biological neural models, Perceptron, Activation functions, Loss types, Steepest Gradient Descent, On-line Perceptron training, Batch Perceptron training.


Experience Driven Content Generation
Procedural content generation (PCG) is an increasingly important area of technology within modern human-computer interaction (HCI) design.