Ilia-Abolhasani
Bioinformatics and AI Developer | Innovating with code and data | Open-source enthusiast | Let's create something amazing!
iran
Pinned Repositories
allocation-of-distribution-centers
Allocation of customers to distribution centers in supply chain networks using Genetic Algorithm (GA), Keshtel Algorithm (KA), and Simulated Annealing (SA).
amir-p3
AmiR-P3 is an advanced ab initio plant miRNA prediction pipeline in Python, offering customizable prediction criteria and leveraging powerful computational techniques.
arrhythmia-detection
Detect Cardiac Arrhythmia using PCA and MLP, with dimension reduction and binary/multiclass classification.
forex-price-prediction
Predict and analyze historical XAU/USD Forex prices using deep learning; make decisions on short/long positions with target profit and stop loss values.
iran-geo-ip
Create an MMDB database for Iranian IPs, integrating with V2Ray VPN for direct access.
ischemic-detection
Develop a predictive model to detect Ischemic Heart Disease using feature analysis and machine learning techniques.
kraken-metagenomics
A simplified version of Kraken, ideal for learning metagenomic analysis. Explore taxonomic classification of DNA sequences and gain insights into microbial communities with this user-friendly educational tool. Perfect for beginners seeking to understand the fundamentals of metagenomics.
leach
MATLAB program to simulate and compare LEACH-based routing protocols for wireless sensor networks. Evaluate protocols using random network generation, energy consumption, and network visualization.
metagenomics-binner
A Novel Method to Improve Binning of Metagenomic Sequence Fragments by Using Gene Ontology Graphs.
polynomial-curve-fitting
Polynomial Curve Fitting using PSO algorithm in MATLAB for accurate data modeling, prediction, and educational purposes.
Ilia-Abolhasani's Repositories
Ilia-Abolhasani/leach
MATLAB program to simulate and compare LEACH-based routing protocols for wireless sensor networks. Evaluate protocols using random network generation, energy consumption, and network visualization.
Ilia-Abolhasani/metagenomics-binner
A Novel Method to Improve Binning of Metagenomic Sequence Fragments by Using Gene Ontology Graphs.
Ilia-Abolhasani/optimization-test-function
Explore a collection of MATLAB test functions for optimization tasks, organized by dimension and function variety.
Ilia-Abolhasani/side-scan-sonar-segmentation
Repository for side-scan sonar image segmentation, enabling accurate detection and analysis of underwater objects.
Ilia-Abolhasani/2048-game
Enjoy the classic 2048 game with a stunning GUI board! Slide and merge tiles to reach the elusive 2048 tile. Play now and challenge your strategic skills!
Ilia-Abolhasani/arrhythmia-detection
Detect Cardiac Arrhythmia using PCA and MLP, with dimension reduction and binary/multiclass classification.
Ilia-Abolhasani/assembly-2048
Implementing the popular game 2048 in Assembly 8086 language, merging tiles to reach the 2048 tile. Enjoy the challenge of this low-level language project.
Ilia-Abolhasani/ischemic-detection
Develop a predictive model to detect Ischemic Heart Disease using feature analysis and machine learning techniques.
Ilia-Abolhasani/kraken-metagenomics
A simplified version of Kraken, ideal for learning metagenomic analysis. Explore taxonomic classification of DNA sequences and gain insights into microbial communities with this user-friendly educational tool. Perfect for beginners seeking to understand the fundamentals of metagenomics.
Ilia-Abolhasani/breast-cancer-detection
Explore the Texlife Project, focused on distinguishing breast cancer from normal samples using genomic alterations and gene expression analysis. Utilizing statistical techniques, this research aims to identify significant distinctions among Malays, Chinese, and Indians populations.
Ilia-Abolhasani/co-worker-proteins-in-gene-ontology
Analyzing biological networks using statistical testing to uncover significant differences in protein distributions based on functional relationships.
Ilia-Abolhasani/data-encryption-standard
Implement DES (Data Encryption Standard) algorithm for secure data encryption and decryption. Contribute to fix bugs and enhance the algorithm's functionality.
Ilia-Abolhasani/huffman
Implement a Huffman Tree algorithm in C# for efficient data compression and decompression. Build, encode, and decode data using variable-length codes. Contribute to enhance the functionality and performance of the algorithm.
Ilia-Abolhasani/Ilia-Abolhasani.github.io
Ilia-Abolhasani/metaheuristic-optimization-examples
Explore Metaheuristic Optimization Examples, a MATLAB repository showcasing diverse optimization problems solved using metaheuristic algorithms such as NSGA II, GA, PSO, and SA.
Ilia-Abolhasani/microarray-image-processing
Implementation of cancer detection using image processing techniques on microarray images.
Ilia-Abolhasani/n-queen-a-star
Implementation of the N-Queen problem solved using the A* algorithm in C#, providing efficient solutions for placing N queens on a chessboard without attacking each other.