Reproduced from Disease-Gene Interactions with Graph Neural Networks and Graph Autoencoders
Paper: Towards Probabilistic Generative Models Harnessing Graph Neural Networks for Disease-Gene Prediction
conda env create -f environment.yml
conda activate gene_disease
python src\train_vgae.py
- https://medium.com/@sunil7545/variational-autoencoders-ce7fe921cce7
- https://medium.com/@sunil7545/kl-divergence-js-divergence-and-wasserstein-metric-in-deep-learning-995560752a53
- geneDRAGNN: Gene Disease Prioritization using Graph Neural Networks
- linear algebra (https://datahacker.rs/dot-product-inner-product), (https://datahacker.rs/category/linear-algebra/page/3/)