Below is a summary of each Task:
- Utilized a variational autoencoder (VAE) architecture with KL divergence loss to reconstruct data.
- Converted images to point cloud format.
- Generated edges using k-nearest neighbors (KNN) graph.
- Classified graphs using a graph convolutional network (GCN).
- Implemented a diffusion model with a Time Conditioned UNet and DDPM scheduler to generate images.
- Utilized a vision transformer for image classification of quarks and gluons.
- Used convolutional upsampling as a decoder to generate images.
- Employed MNIST digits 1 and 9 for the dataset.
- Implemented an autoencoder with latent dimensions mapping to a normal distribution for reconstructing digit images.
- Utilized Sinkhorn loss for optimal transport.
- Extended the model for quarks/gluon dataset image generation.