


Image and Video Generation: A deep Learning Approach
This resource corresponds to 7th video from the AI Excellence Lecture Series.



The power of cooperation in networks of learning agents
We study the power of cooperation in a network of communicating agents that solve a learning task. Agents use an underlying communication network to get information about what the other agents know.



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).



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



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



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.