Skip to content
#

transfer-learning-with-cnn

Here are 29 public repositories matching this topic...

A Deep Learning Humerus Bone Fracture Detection Model which classifies a broken humerus bone X-ray image from a normal X-ray image with no fracture using Back Propagation, Regularization, Convolutional Neural Networks (CNN), Auto-Encoders (AE) and Transfer Learning.

  • Updated Jun 2, 2020
  • Jupyter Notebook
Capstone_AcousticEnvironment-DeepNeuralNet

Deep neural network model combining audio signal processing and pre-trained audio CNN achieved 90.1% adjusted accuracy (27.6% improvement) for classifying audio recording environment.

  • Updated Mar 25, 2023
  • Jupyter Notebook

An end-to-end multi-class image classification system(web app) that classifies 101 classes of food. I'll be implementing the popular CNN architecture while utilizing the full power of transfer learning to extract features and fine-tune layers. I'll also build an interactive UI using react-js and deploy the system.

  • Updated Jun 20, 2024
  • Jupyter Notebook

The provided code demonstrates transfer learning by adapting a model trained using synthetic data to classify circles, squares, and triangles to classify new shapes like stars and pentagons. By fine-tuning a pre-trained model originally designed for a different task, the repository showcases how to efficiently adapt a model to a new domain.

  • Updated Oct 16, 2024
  • Python

Improve this page

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

Learn more