Skip to content
#

cnn-for-visual-recognition

Here are 324 public repositories matching this topic...

This project aims to detect pneumonia from chest X-ray images using a Convolutional Neural Network (CNN). The model is trained on a dataset of chest X-ray images and evaluated for its performance. The project is ongoing, and I aim to fine-tune the model in the future. If you are seeing this, it means I am still working on the project.

  • Updated May 18, 2024
  • Jupyter Notebook

This tutorial shows how to classify images of flowers using a tf.keras.Sequential model and load data using tf.keras.utils.image_dataset_from_directory. It demonstrates the following concepts: Efficiently loading a dataset off disk. Identifying overfitting and applying techniques to mitigate it, including data augmentation and dropout.

  • Updated May 16, 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

An application built with TensorFlow and Keras for traffic sign detection. Utilizes Convolutional Neural Networks (CNNs) to accurately identify and classify traffic signs from images. Achieved an accuracy of 98.89% on the test dataset. Simply upload images to classify traffic signs. Contributions welcome!

  • Updated Apr 9, 2024
  • Jupyter Notebook

Project that detects the brand of a car, between 1 and 49 brands, that appears in a photograph, with a success rate of more than 70% (using a test file that has not been involved in the training as a valid or training file, "unseen data") and can be implemented on a personal computer

  • Updated Mar 30, 2024
  • Python

Lung Cancer Prediction Model: Leverage the power of deep learning with this TensorFlow-based project. Trained on a dataset of lung X-Ray images, the model accurately predicts cancer cases. Easily integrate and utilize the model for early detection. #HealthTech #MachineLearning

  • Updated Mar 26, 2024
  • JavaScript

Improve this page

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

Learn more