Skip to content
#

conv2d

Here are 45 public repositories matching this topic...

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

Utilized CNN models to classify images of mountains and forests, treating mountains as the positive class and forests as the negative class. We compare the performance of a pre-trained model, a custom CNN model, and a CNN model with data augmentation.

  • Updated Mar 28, 2023
  • 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