Pinned Repositories
jax
Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more
GANs
GAN using PyTorch for image generation. The code includes a Generator and Discriminator network and a training loop
hello
Legal-Sentient
ML
Movie-Ticket-Booking-System
A Java-based Movie Ticket Booking System that enables users to browse movies and book tickets easily. The system maintains booking history, supports multiple movies, and allows updates. Contributions and open discussions are encouraged as the project evolves.
sanepunk
sanepunk.github.io
VAE-SkipNet
A Flax implementation of a Variational Autoencoder (VAE) featuring convolutional layers and skip connections for enhanced image reconstruction.
sanepunk's Repositories
sanepunk/GANs
GAN using PyTorch for image generation. The code includes a Generator and Discriminator network and a training loop
sanepunk/Legal-Sentient
sanepunk/ML
sanepunk/Movie-Ticket-Booking-System
A Java-based Movie Ticket Booking System that enables users to browse movies and book tickets easily. The system maintains booking history, supports multiple movies, and allows updates. Contributions and open discussions are encouraged as the project evolves.
sanepunk/sanepunk
sanepunk/sanepunk.github.io
sanepunk/VAE-SkipNet
A Flax implementation of a Variational Autoencoder (VAE) featuring convolutional layers and skip connections for enhanced image reconstruction.
sanepunk/jackofalltrades
sanepunk/JAX-AttentionNet
JAX-AttentionNet implements the Transformer architecture using JAX for efficient sequence modeling. It features advanced attention mechanisms, a modular design for experimentation, and leverages GPU/TPU acceleration. Suitable for tasks like text classification and translation, with comprehensive documentation for ease of use.