- Artificial Neural Networks:
Implementation of simple Neural Network from scratch. - Machine Learning Algorithms:
Implementation of some of ML algorithms from scratch. Includes KNN, Naive Bayes, Linear Regression and Logistic Regression. - Evolutionary Algorithms:
Implementation of Genetic Algorithm and Evolutionary Strategies from scratch. - Particle Swarm Optimization:
Implementation of PSO algorithm from scratch.
- Deep Convolutional Variational Autoencoder:
Implementation of Deep Convolutional Variational Autoencoder achitecture which was then trained on MNIST dataset. Test file contains comparisons of real images with their reconstructions and visualization of latent space. - Vision Transformer:
Implementation of Vision Transformer architecture in Tensorflow. - VGG Architecture and Neural Style Transfer
Implementation of VGG architecture in PyTorch and Neural Style Transfer on pretrained VGG19. - DCGAN
Implementation of Deep Convolutional Generative Adversarial Network in PyTorch.