This repository contains python code and jupyter notebook for Image Classifier built using pytorch framework and VGG Deep Learning Image Classification Algorithm
-
Updated
Feb 5, 2023 - Jupyter Notebook
This repository contains python code and jupyter notebook for Image Classifier built using pytorch framework and VGG Deep Learning Image Classification Algorithm
This repo contains notebooks performing clustering and classification on documents from the FUNSD dataset
Most of the time you won't want to train a whole convolutional network yourself. Modern ConvNets training on huge datasets like ImageNet take weeks on multiple GPUs. Instead, most people use a pretrained network either as a fixed feature extractor, or as an initial network to fine tune. In this notebook, you'll be using VGGNet trained on the Ima…
Add a description, image, and links to the vggnet topic page so that developers can more easily learn about it.
To associate your repository with the vggnet topic, visit your repo's landing page and select "manage topics."