Skip to content
#

convolutional-neural-networks

Here are 3,700 public repositories matching this topic...

OCR from scratch using Chars74 Dataset: http://www.ee.surrey.ac.uk/CVSSP/demos/chars74k/ applied to the case of Spanish car license plates or any other with format NNNNAAA. The hit rate is lower than that achieved by pytesseract: in a test with 21 images, 12 hits are reached while with pytesseract the hits are 17.

  • Updated Dec 16, 2022
  • Python

Automated Facial Expression Recognition using Artificial Neural Networks is a machine learning project that uses convolutional neural networks (CNNs) to classify facial expressions in images into various categories such as anger, fear, surprise, sadness, happiness, and neutral.

  • Updated Jun 13, 2023
  • Python

The goal of this project is to design and train deep convolutional neural networks using PyTorch. I will design a deep net architecture to classify (small) images into 100 categories and evaluate the performance of the architecture by uploading the predictions to the Kaggle competition.

  • Updated Jan 10, 2023
  • Python

Implemented deep learning model comparative study between 2 different architecture of CNN to identify the disease in potato crop after analyzing the images of leaves. have performed and compare which of architecture outperform with respect to accuracy parameter In the context of plant disease prediction,.

  • Updated May 5, 2023
  • Python

Improve this page

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

Learn more