Dueling Double DQN based Autonomous Vehicle Overtaking
Implement and Trained a ueling Double DQN (Deep Q-Learning Network) to overtake cars in a 3 lane scenario on highways.
Implement and Trained a ueling Double DQN (Deep Q-Learning Network) to overtake cars in a 3 lane scenario on highways.
Implemented and Trained the CNN-IL algorithm in the existing IEEE journal paper on IXI dataset. Proposed and Trained improved custom networks for super-resolution in height-and-width and depth directions in PyTorch by rewiring skip connections, adding ELU activations and adding more layers. Improved SSIM and PSNR using the above custom network.
Implemented Logistic Regression, Kernel SVM with PCA, MDA and LeNet-5 CNN from scratch to identify/classify handwritten digits.
Implemented advanced machine learning algorithms, including Bayes' Classifier, kNN Classifier, Boosted SVM, and kernel SVM (using linear, polynomial, and RBF kernel), for face recognition without using in-built functions. Applied PCA and MDA to further improve prediction accuracy.
Implemented transfer learning using VGG to classify among 10 different species of monkeys, thus increasing the accuracy from 20.18% to 83.09%.