jaxels20 / link-predection-on-dda

MIT License
0 stars 0 forks source link

Graph-based Drug-Repurposing with Negative Edge Sampling Techniques

Overview

This repository contains our study on using graph machine learning for drug-repurposing tasks. The main focus is exploring the impact of various negative edge sampling techniques on the performance of the models.

Dataset

Techniques Explored

  1. Uniform negative edge sampling before batching.
  2. Uniform negative edge sampling after batching.
  3. Generator model from a generative adversarial network before batching.

Key Result