Skip to content
#

custom-cnn

Here are 8 public repositories matching this topic...

Language: All
Filter by language

Implementing a model that can verify if two images belongs to same personality or not. Answer the question "Is this the claimed person?" It is a 1:1 matching problem i.e. given a face your task is to compare the candidate face to another and verify whether it is a match or not. My custom CNN model has achieved marvelous performance on the dataset.

  • Updated Aug 12, 2022
  • Jupyter Notebook

Training a new classification network which should tell the identity label of an image and also be able to classify: ● Gender as Male/Female ● Wearing Glasses/ Not Wearing Glasses ● Smiling/ Not Smiling ● Wearing hat/ not wearing hat ● young/old. As we need 5 outputs from a single input. The custom CNN model consists of NN architecture with 5 he…

  • Updated Aug 12, 2022
  • Jupyter Notebook

Improve this page

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

Learn more