This repository contains the implementation of a project aimed at head pose estimation using a custom Convolutional Neural Network (CNN). The project utilizes the Columbia Gaze dataset, involving steps from data preprocessing, creating synthetic labels for attention and distraction, to training a custom CNN model.
This project aims to estimate head poses (attention and distraction)…
This code performs classification using a Support Vector Machine (SVM) algorithm combined with CURE-SMOTE oversampling.
It is designed to handle imbalanced datasets and evaluate the model performance through k-fold cross-validation. GitHub: https://github.com/aidamohseni/SMOTE-Enhanced-SVM-Classification-with-Stratified-K-Fold
This is a project aimed at recognizing Nastaliq handwritten script, a form of Persian calligraphy. The project involves detecting writing items using contours and regrouping them based on geometric proximity.
It uses a custom dataset of Nastaliq words and character combinations along with a CNN-BDLSTM hybrid model to recognize the text. GitHub: https://github.com/aidamohseni/Handwriting_Nastaliq_Recognition_BLSTM
This project aimed at recognizing Persian handwritten characters. The project employs a hybrid model integrating Convolutional Neural Networks (CNNs) and Bidirectional Long Short-Term Memory (BLSTM) networks to capture both spatial and sequential features essential for accurate recognition of Persian script.
The model is evaluated using accuracy, precision, and recall metrics. The results are validated using…