ehsankhani
👋 Exploring AI through machine learning & deep learning 🧠| Python Enthusiast 💻 | Eager to collaborate & innovate 🚀
Tehran
Pinned Repositories
Book_store
implementing the bookstore system using python and mysql
Diabetic-Retinopathy-Detection-using-Transfer-Learning
Detect diabetic retinopathy using transfer learning with pre-trained CNN models, facilitating early and accurate diagnosis from retinal images.Detect diabetic retinopathy using transfer learning with pre-trained CNN models, facilitating early and accurate diagnosis from retinal images.
Genetic-Algorythm-in-TSP
implementing basic genetic algorythm on TSP( Travelling Salesman Problem ) using basic gui in python
Parallel-Forest-Fire-Simulation-Implementation-Performance
Explore parallel forest fire simulation in Python, comparing sequential and parallel implementations. Evaluate performance, visualize fire spread, and analyze running times for different grid sizes and neighborhood algorithms.
TANKS_BATTLE
cheating_detector
cheating detection system with python for the code home works to be detected if thay have cheating or not and generate reoprts
Book_Store_Sqlite3
basic implementation of the book store system using python tkinter and sqlite3
Cars_Data_Analysis
data analysis on the dataset of the cars
DecisionTree_basic_example
this the basic usage of the Decision Tree in ML
KMeans.KNN.cpp.IRIS
ehsankhani's Repositories
ehsankhani/local-torrent-tracker-p2p
A Python-based local BitTorrent tracker with qBittorrent seeding and uTorrent leeching for controlled P2P file sharing on a local network.
ehsankhani/cheating_detector
cheating detection system with python for the code home works to be detected if thay have cheating or not and generate reoprts
ehsankhani/basic_data_cleaning-using-python
basic data cleaning using python to have more standard data using raw dataset(about cars) in csv format
ehsankhani/NFA-to-DFA-Converter
This repository contains C++ programs to convert a Non-deterministic Finite Automaton (NFA) to a Deterministic Finite Automaton (DFA) and minimize the DFA. NFAtoDFA.cpp handles the NFA to DFA conversion, while DFAMinimizer.cpp performs DFA minimization. The project includes example usage and detailed instructions in the README.md file.
ehsankhani/LexicalAnalyzerCPP
CppTokenize: A lightweight C++ program for code tokenization, identifying keywords, identifiers, integers, floats, operators, and comments. Ideal for lexical analysis and compiler design.
ehsankhani/Book_store
implementing the bookstore system using python and mysql
ehsankhani/Diabetic-Retinopathy-Detection-using-Transfer-Learning
Detect diabetic retinopathy using transfer learning with pre-trained CNN models, facilitating early and accurate diagnosis from retinal images.Detect diabetic retinopathy using transfer learning with pre-trained CNN models, facilitating early and accurate diagnosis from retinal images.
ehsankhani/Parallel-Forest-Fire-Simulation-Implementation-Performance
Explore parallel forest fire simulation in Python, comparing sequential and parallel implementations. Evaluate performance, visualize fire spread, and analyze running times for different grid sizes and neighborhood algorithms.
ehsankhani/Book_Store_Sqlite3
basic implementation of the book store system using python tkinter and sqlite3
ehsankhani/YinYang-Puzzle-Verifier-C
This C program verifies the adherence of a 4x4 binary matrix to Yin Yang puzzle rules. It converts a decimal input to its binary representation, splits it into sets representing emptiness and color, creates a matrix following a specific order, and checks the matrix against predefined rules to determine if it qualifies as a Yin Yang puzzle solution.
ehsankhani/Genetic-Algorythm-in-TSP
implementing basic genetic algorythm on TSP( Travelling Salesman Problem ) using basic gui in python
ehsankhani/SVM-support-vector-machine
basic implementation of support vector machine with jupyter notebook using built-in IRIS dataset
ehsankhani/DecisionTree_basic_example
this the basic usage of the Decision Tree in ML
ehsankhani/KMeans.KNN.cpp.IRIS
ehsankhani/Cars_Data_Analysis
data analysis on the dataset of the cars
ehsankhani/TANKS_BATTLE