This Repository contains various projects created using PyTorch, from basic to advanced models. Coding is done with Google Colab.
- pytorch_mnist_cnn - This contains a simple CNN with two convolutional layers, trained with the MNIST dataset.
- pytorch_cfar10_cnn - This contains a CNN for cifar10 dataset
- pytorch_mnist_cnn_manual_hyperParameter_tuning_testing - This contains training of the data for the MNIST dataset with 9 different sets of hyperparameters (learning rate, batch size, optimizer)