Skip to content
#

cnn-architecture

Here are 147 public repositories matching this topic...

This project uses PyTorch to classify bone fractures. As well as fine-tuning some famous CNN architectures (like VGG 19, MobileNetV3, RegNet,...), we designed our own architecture. Additionally, we used Transformer architectures (such as Vision Transformer and Swin Transformer). This dataset is Bone Fracture Multi-Region X-ray, available on Kaggle.

  • Updated May 25, 2024
  • Jupyter Notebook

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

Improve this page

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

Learn more