GCMAE
The code for "Generative and Contrastive Paradigms Are Complementary for Graph Self-Supervised Learning"
Install / Use
/learn @wyx11112/GCMAEREADME
GCMAE is a self-supervised graph representation method, which unfies the contrastive learning and graph masked autoencoder. We conducted extensive experiments on various graph tasks, including node classification, link prediction, node clustering, and graph classification.
<h2>Dependencies </h2> <h2>Quick Start </h2>For quick start, you could run the scripts:
Node classification
# Run the code manually for node classification:
python main.py --dataset cora --device 0
Link prediction
# Run the code manually for link prediction:
python main_lp.py --dataset cora --device 0
Node clustering
# Run the code manually for node clustering:
python main.py --dataset cora --task cls --device 0
Graph classification
# Run the code manually for graph classification:
python main_graph.py --dataset IMDB-BINARY --device 0
Run with --use_cfg in command to reproduce the reported results.
Related Skills
proje
Interactive vocabulary learning platform with smart flashcards and spaced repetition for effective language acquisition.
YC-Killer
2.7kA library of enterprise-grade AI agents designed to democratize artificial intelligence and provide free, open-source alternatives to overvalued Y Combinator startups. If you are excited about democratizing AI access & AI agents, please star ⭐️ this repository and use the link in the readme to join our open source AI research team.
best-practices-researcher
The most comprehensive Claude Code skills registry | Web Search: https://skills-registry-web.vercel.app
groundhog
400Groundhog's primary purpose is to teach people how Cursor and all these other coding agents work under the hood. If you understand how these coding assistants work from first principles, then you can drive these tools harder (or perhaps make your own!).
