Skip to content
#

conv2d

Here are 45 public repositories matching this topic...

Convolutional Neural Network to Classify Dogs and Cat. I built a ImageClassifier which classifies and tells you whether its a Dog image or a Cat image. I built a convolutional network which consists of Three Convolution layer and Three MaxPooling layer. Each Convolutional layer has filters, kernel size. Maxpooling layer has stride and pooling si…

  • Updated Aug 26, 2021
  • Jupyter Notebook

This model helps us classify 10 different real-life objects by undergoing training under tensorflow's CIFAR dataset which contains 60,000 32x32 color images with 6000 images of each class. I have made use of a stack of Conv2D and MaxPooling2D layers followed by a few densely connected layers.

  • Updated Jan 5, 2022
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the conv2d 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 conv2d topic, visit your repo's landing page and select "manage topics."

Learn more