Skip to content
#

convolutional-layers

Here are 48 public repositories matching this topic...

This code trains a CNN in Keras to classify cell images (infected/uninfected). It sets up data generators, defines model architecture with convolutional layers, applies regularization, configures callbacks, and trains the model for binary classification.

  • Updated Apr 18, 2024
  • Python

A CNN is a kind of network architecture for deep learning algorithms and is specifically used for image recognition and tasks that involve the processing of pixel data. This repository contains the code for CNN with a categorical classification dataset.

  • Updated Jul 23, 2023
  • Python

Improve this page

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

Learn more