Hyperparameter tuning using bio-inspired algorithms in GCN and GAN models for link prediction in a PPI network
Overview
This project is made to compare different biologically inspired algorithms like Genetic Algorithm, Particle Swarm Optimization, Ant Colony Optimization, Artificial Bee Colony and classic ones like Grid Search, Simulated Annealing, Hill Climbing and Random Search as well as Optuma and Bayesian Optimization in hyperparameter optimization in Graph Convolutional Network and Generative Adversarial Network models for link prediction in a SNAPS protein-protein interaction network.
🧬 Protein-Protein Interaction Network: PP-Pathways
This repository explores the PP-Pathways dataset from the Stanford SNAP BioData collection. It represents a large-scale protein-protein interaction (PPI) network derived from pathway databases.
- Nodes: 21,554 proteins
- Edges: 342,338 interactions
- Data Type: Undirected, unweighted graph
- Source: Pathway-based protein associations
- Format: Edge list (.csv) with each row representing a protein-protein interaction

Log in or sign up for Devpost to join the conversation.