- This project contains some kaggle challenges which were solved
- Data for the cancer project can be gotten from the kaggle link: [https://www.kaggle.com/c/histopathologic-cancer-detection)
- The CancerCNN.py gets you above 90% accuracy
- The CancerResnet.py builds you a Resnet-18 from scratch and gets you above 80% accuracy.
- This project is one of the datasets which come with keras and a more challenging dataset than the simple MNIST.
- The CIFAR.py gets you 84% accuracy