Legacy repo for the Artificial Intelligence capable of patacón recognition (Now on HuggingFace)
-
Updated
Dec 19, 2023 - Python
Legacy repo for the Artificial Intelligence capable of patacón recognition (Now on HuggingFace)
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…
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.
sign-to-speech
The architecture is a deep neural network for image processing, composed of convolutional layers capturing features, followed by pooling and fully connected layers. It uses ReLU activation, dropout for regularization, and ends with a linear output layer for classification.
This project classifies ECG Signal as AF(Atrial Fibrillation) or Non-AF(All other rhythms).This project consist of 2 different models. A custom cnn and a transfer learning model. These model are doing the same thing with different approaches.
Our novel approach is dedicated to refining image classification using customized CNN Kernel. The primary objective is to enhance algorithmic performance, bolstering adaptability and feature extraction capabilities.
IAU - implementation of ML and CNN classification. This repository is copy of the origin linked down below.
Add a description, image, and links to the custom-cnn topic page so that developers can more easily learn about it.
To associate your repository with the custom-cnn topic, visit your repo's landing page and select "manage topics."