How deep learning models can isolate independent factors of variation in data through VAEs and Beta-TCVAE, enabling controlled synthesis and better downstream representations.
#deep learning
Content tagged with "deep learning"
Notes from a seminar covering six papers on code-mixing across NLP, speech synthesis, and speech recognition — including multilingual synthesis and code-mixed ASR.
Design and results of the AutoDL challenge series 2019 (AutoCV, AutoCV2, AutoNLP, AutoSpeech, AutoDL), showing winning solutions generalize to unseen datasets.
How Conditional GANs extend vanilla GANs to generate class-specific samples, and how Pix2Pix does image-to-image translation.
Implementing DCGAN with CNNs, batch normalization, and transposed convolutions to generate Street View House Numbers.
How the adversarial game between Generator and Discriminator works, and why equilibrium matters.
Step-by-step PyTorch implementation of a vanilla GAN trained on MNIST — data loading, Discriminator, Generator, training loop.
What GANs are, how they work, and some remarkable recent research — StackGAN, iGAN, Pix2Pix.
An intro to unsupervised learning — clustering, feature learning, and dimensionality reduction, and why it matters.
A data-driven deep learning approach combining CNN feature extraction with Neural Arithmetic Logic Units (NALU) for stock price prediction using historical price data.