I'm a junior data scientist, My expertise lies in using statistical analysis and machine learning techniques.
- Python
- Advanced Statistical Analysis (
EDA
,Inferential
anddescriptive
Statistics) - Machine learning (
supervised
andunsupervised
learning) - Deep learning
- Data visualization (
Matplotlib
,Seaborn
,Dash
) - Computer Vision
- Linux
- Familiar with Backend Development (Django, Flask, RestAPI)
Here are some of my projects that showcase my skills and expertise:
Developed a word-level language model for Persian text using Masnavi by Rumi, applying LSTM neural networks in TensorFlow/Keras for text generation. Implemented preprocessing, tokenization, and sequence modeling to predict and generate Persian language sequences.
Check out the repository for more information.
implementation of an object localization and classification model, focusing on the task of identifying and locating objects within images. The dataset used for this project is from Kaggle's competition. The model achived an Accuracy over
Check out the repository for more information.
This project focuses on the development and implementation of a face recognition system using deep learning techniques.The dataset used for this project is from Kaggle's competition
Check out the repository for more information
This project showcases the classification of the CIFAR-10 dataset using three different neural network architectures: a Linear Model, an Artificial Neural Network (ANN), and a Convolutional Neural Network (CNN).The model achived an Top 3 Accuracy over
Check out the repository for more information.
This project focuses on classifying images of cats and dogs using Convolutional Neural Networks (CNNs) with PyTorch. The dataset used for this project is from Kaggle's Dogs vs Cats Redux competition.
Check out the repository for more information.
This project explores the implementation of a custom activation function in a CNN model for digit classification using the MNIST dataset. The PPRsigELU activation function introduces flexibility through learnable parameters, potentially improving the model's performance.
Check out the repository for more information.