Skip to content
#

convolutional-neural-networks

Here are 162 public repositories matching this topic...

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…

  • Updated Jun 16, 2017
  • Jupyter Notebook

This repository contains an ipython notebook which implements a Convolutional Neural Network to do a binary image classification. I used this to classify Cats vs Dogs and you can get the dataset from here https://www.kaggle.com/c/dogs-vs-cats/data . (This model trains with thousands of input images so be patient.)

  • Updated Jan 11, 2018
  • Python

Improve this page

Add a description, image, and links to the convolutional-neural-networks topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the convolutional-neural-networks topic, visit your repo's landing page and select "manage topics."

Learn more