Bhavya Shah’s Post

View profile for Bhavya Shah, graphic

Machine Learning | Artificial Intelligence | Deep Learning | Generative AI | C++ - Python programming

That's fantastic!Working with generative AI models like VAEs (Variational Autoencoders), GANs (Generative Adversarial Networks), autoregressive models like PixelCNN, and Transformers can indeed provide a deep understanding of various approaches in generating data and images. VAEs: Merging encoder-decoder, visualizing latent space, and working with TensorFlow's Gradient Tape. Understanding loss functions, better understanding of The Multivariate Normal Distribution.TensorFlow’s Gradient Tape is a mechanism that allows the computation of gradients of operations executed during a forward pass of a model. GANs: Working with different GAN models like Deep Convolutional GAN (DCGAN), Wasserstein GAN with Gradient Penalty (WGAN-GP), Conditional GAN (CGAN).In WGAN-GP understading of Wasserstein loss and the WGAN critic which tries to maximize the difference between its predictions for real images and generated images. In CGAN passing extra information to the generator and critic relating to the label.All GANs are characterized by a generator versus discriminator (or critic) architecture, with the discriminator trying to “spot the difference” between real and fake images and the generator aiming to fool the discriminator. By balancing how these two adversaries are trained, the GAN generator can gradually learn how to produce similar observations to those in the training set. In Transformers, delving into Queries, Keys, and Values, crucial components for attention mechanisms. Studying attention models and positional encoding for sequence understanding. Also, exploring diverse Transformer architectures like BERT (Google), T5 (Google), and GPT-3 (OpenAI) for their unique applications and structures.

  • No alternative text description for this image
  • No alternative text description for this image
  • No alternative text description for this image
  • No alternative text description for this image
  • No alternative text description for this image
    +1
Like
Reply
DEVRAJ GAJIWALA

Ex - Intern @ L&T HE-IC | Summer Intern @ Mercedes-Benz | Former Technician Trainee @ Kia Motors | MECHANICAL ENGINEER | DDU 2021-2024 | WILDLIFE RESCUER

8mo

Great..Bhavya Shah

Like
Reply
See more comments

To view or add a comment, sign in

Explore topics