Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.29 KB

talks.md

File metadata and controls

25 lines (20 loc) · 1.29 KB
title layout
Talks
page

Back Propagation Through Time (BPTT) for simple RNN

  • If you are familiar with backpropagation for simple fully connected neural networks using computational graphs, then you can jump to 1:27.
{%- include extensions/youtube.html id='VCf0piML1uw' -%}

Application of Singular Value Decomposition (SVD) to Image compression

  • In this video, I show you have SVD could be applied to images (which are essentially a matrix of elements)
  • We can use rank-k approximation to represent an image which eventually leads to image compression
{%- include extensions/youtube.html id='SYFGwuf-v9k' -%}

Vector Space: Independence, Span, Projections (in Tamil)

  • If you are in a hurry to conceptually understand the core Linear algebra concepts, then this video is for you.
  • Prerequisites: Matrix, Vector, matrix-vector product
{%- include extensions/youtube.html id='KOiaOx0NFxc' -%}

Approximation is all you need: Fourier Transform

  • Engineers only do approximations!
  • In this video, I introduce you to one of the most profound mathematical transformations called the Fourier Transform.
  • If you are too rigid about definitions, then in this video I talk about "The Fourier series".
{%- include extensions/youtube.html id='QUSWKNQfLUU' -%}