References
- ImageNet dataset: https://image-net.org/
- CIFAR-10 dataset: https://www.cs.toronto.edu/~kriz/cifar.html
- PyTorch vision models: https://pytorch.org/vision/stable/models.html
- Mastering PyTorch GitHub notebook link to fine-tune AlexNet: https://github.com/arj7192/MasteringPyTorchV2/blob/main/Chapter02/transfer_learning_alexnet.ipynb
- Hymenoptera dataset (Kaggle link): https://www.kaggle.com/datasets/ajayrana/hymenoptera-data
- Hymenoptera Genome Database: https://hymenoptera.elsiklab.missouri.edu/
- Mastering PyTorch GitHub notebook link to run VGG model inference: https://github.com/arj7192/MasteringPyTorchV2/blob/main/Chapter02/vgg13_pretrained_run_inference.ipynb
- ImageNet class IDs to labels: https://gist.github.com/yrevar/942d3a0ac09ec9e5eb3a
- PyTorch MobileNetV2: https://pytorch.org/hub/pytorch_vision_mobilenet_v2/
- Capsule neural network: https://en.wikipedia.org/wiki/Capsule_neural_network
- Region-based convolutional neural networks: https://en.wikipedia.org/wiki/Region_Based_Convolutional_Neural_Networks
- Object detection, instance segmentation, and person keypoint detection TorchVision models: https://pytorch.org/vision/stable/models.html#object-detection-instance-segmentation-and-person-keypoint-detection
Learn more on Discord
Join our community’s Discord space for discussions with the author and other readers: