Implementation of CNN using ResNet (in PyTorch)
In this project I have implemented CNN along with ResNet. I have used the classic CIFAR10 dataset for the classification. I have also used concepts such as:
- Data normalization
- Data augmentation
- Residual connections
- Batch normalization
- Learning rate scheduling
I was able to achieve an accuracy of 90% for just 8 epochs. Further, the model can be trained for more number of epochs for greater accuracy.