πŸŽ“How I Study AIHISA
πŸ“–Read
πŸ“„PapersπŸ“°Blogs🎬Courses
πŸ’‘Learn
πŸ›€οΈPathsπŸ“šTopicsπŸ’‘Concepts🎴Shorts
🎯Practice
⏱️Coach🧩Problems🧠Thinking🎯Prompts🧠Review
SearchSettings
How I Study AI - Learn AI Papers & Lectures the Easy Way
Back to Concepts
🌊

Fourier Analysis & Signal Processing

Frequency-domain representations, spectral methods, and convolution theory underlying CNNs, audio models, and positional encodings.

9 concepts

Intermediate8

βˆ‘MathIntermediate

Fourier Series

A Fourier series rewrites any reasonable periodic function as a weighted sum of sines and cosines (or complex exponentials).

#fourier series#harmonics#fourier coefficients+12
βˆ‘MathIntermediate

Fourier Transform

The Fourier Transform converts a signal from the time domain into the frequency domain, revealing which sine and cosine waves (frequencies) make up the signal.

#fourier transform#fft#dft+12
βš™οΈAlgorithmIntermediate

Discrete Fourier Transform (DFT) & FFT

The Discrete Fourier Transform (DFT) converts a length-N sequence from the time (or spatial) domain into N complex frequency coefficients that describe how much of each sinusoid is present.

#dft#fft#cooley-tukey+12
βˆ‘MathIntermediate

Convolution Theorem

The Convolution Theorem says that convolving two signals in time (or space) equals multiplying their spectra in the frequency domain.

#convolution theorem#fft#dft+12
βš™οΈAlgorithmIntermediate

Short-Time Fourier Transform (STFT)

The Short-Time Fourier Transform (STFT) breaks a signal into small overlapping windows and computes a Fourier transform on each window to reveal how frequencies evolve over time.

#stft#short-time fourier transform#spectrogram+12
βˆ‘MathIntermediate

Wavelet Transform

The wavelet transform splits a signal into β€œcoarse” trends and β€œfine” details at multiple scales, like zooming in and out with a smart magnifying glass.

#wavelet transform#haar wavelet#multiresolution analysis+12
πŸ“šTheoryIntermediate

Positional Encoding Theory

Transformers are permutation-invariant by default, so they need positional encodings to understand word order in sequences.

#positional encoding#sinusoidal encoding#transformer+11
πŸ“šTheoryIntermediate

Spectral Normalization

Spectral normalization rescales a weight matrix so its largest singular value (spectral norm) is at most a target value, typically 1.

#spectral normalization#spectral norm#singular value+12

Advanced1

πŸ“šTheoryAdvanced

Spectral Convolution on Graphs

Spectral convolution on graphs generalizes the classical notion of convolution using the graph’s Laplacian eigenvectors as β€œFourier” basis functions.

#spectral graph theory#graph fourier transform#laplacian eigenvectors+12