This project is a hobby project of mine on how to create a computer vision model from scratch. While building and training this model, I have been writing a Medium blog series describing my decisions. If you are interested in reading how I built this model and why I made certain decisions, be sure to check out my blog series "Image Classification — Computer Vision From Scratch".
These are links to my posts:
- Image Classification — Computer Vision From Scratch (pt.1)
- Image Classification — Computer Vision From Scratch (pt.2)
- Image Classification — Computer Vision From Scratch (pt.3)
- [COMING SOON] Image Classification — Computer Vision From Scratch (pt.4)
Be sure to check out my Jupyter Notebook file in Training_deCNN.ipynb to see how I have created this computer vision model from scratch and how I load and transform the ImageNet-1K dataset from HuggingFace!