Skip to content
#

maxpooling

Here are 42 public repositories matching this topic...

Hi! Thanks for checking out my tutorial where I walk you through the process of coding a convolutional neural network in java from scratch. After building a network for a university assignment, I decided to create a tutorial to (hopefully) help others do the same and improve my own understanding of neural networks.

  • Updated Apr 21, 2022
  • Java

Kaggle Machine Learning Competition Project : In this project, we will create a classifier to classify fashion clothing into 10 categories learned from Fashion MNIST dataset of Zalando's article images

  • Updated Nov 21, 2019
  • Jupyter Notebook
Face-Mask-Detection-Real-Time-Computer-Vision

This repository contains code that implemented Mask Detection using MobileNet as the base model and Neural Network as the head model. Code draws a rectangular box over the person's face in red if no mask, green if the mask is on, with 99% accuracy in real-time using a live webcam. Refer to README for demo

  • Updated Jul 6, 2023
  • 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 maxpooling 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 maxpooling topic, visit your repo's landing page and select "manage topics."

Learn more