{"id":13870074,"url":"https://github.com/shagunsodhani/pregel","last_synced_at":"2026-01-24T08:26:10.756Z","repository":{"id":56675397,"uuid":"110029743","full_name":"shagunsodhani/pregel","owner":"shagunsodhani","description":"Tensorflow implementation of Graph Convolutional Network","archived":false,"fork":false,"pushed_at":"2020-10-26T01:44:48.000Z","size":5446,"stargazers_count":77,"open_issues_count":2,"forks_count":10,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-08-06T21:23:00.582Z","etag":null,"topics":["graph-convolutional-network","tensorflow"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shagunsodhani.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-08T20:58:16.000Z","updated_at":"2024-01-04T16:18:31.000Z","dependencies_parsed_at":"2022-08-15T23:01:10.409Z","dependency_job_id":null,"html_url":"https://github.com/shagunsodhani/pregel","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shagunsodhani%2Fpregel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shagunsodhani%2Fpregel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shagunsodhani%2Fpregel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shagunsodhani%2Fpregel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shagunsodhani","download_url":"https://codeload.github.com/shagunsodhani/pregel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226068190,"owners_count":17568711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["graph-convolutional-network","tensorflow"],"created_at":"2024-08-05T20:01:27.776Z","updated_at":"2026-01-24T08:26:10.701Z","avatar_url":"https://github.com/shagunsodhani.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# pregel\nTensorflow implementation of Graph Convolutional Network\n\n## Setup\n\n* `sudo pip3 install -r requirements.txt`\n\n## Run\n\n* `python3 main.py -h` to view all the config parameters. Update the default parameters in the `main.py` file.\n* `python3 main.py` to run the models.\n* `tensorboard --logdir=run1:\u003ctensorboard-dir\u003e -port 6006` to run tensorboard and go to `http://localhost/6006`\n\n## References\n\nThis work is an attempt to reproduce some of the works related to graph convolutional networks: \n\n#### [Semi-Supervised Classification with Graph Convolutional Networks](https://arxiv.org/abs/1609.02907)\n\n```\n@article{kipf2016semi,\n  title={Semi-Supervised Classification with Graph Convolutional Networks},\n  author={Kipf, Thomas N and Welling, Max},\n  journal={arXiv preprint arXiv:1609.02907},\n  year={2016}\n}\n```\n\n* [Author's implementation in Tensorflow](https://github.com/tkipf/gcn)\n* [Author's implementation in Keras](https://github.com/tkipf/keras-gcn)\n* [Author's implementation in PyTorch](https://github.com/tkipf/pygcn)\n\n#### [Variational Graph Auto-Encoders](https://arxiv.org/abs/1611.07308)\n\n```\n@article{hamilton2017representation,\n  title={Representation Learning on Graphs: Methods and Applications},\n  author={Hamilton, William L and Ying, Rex and Leskovec, Jure},\n  journal={arXiv preprint arXiv:1709.05584},\n  year={2017}\n}\n```\n\n* [Author's implementation in Tensorflow](https://github.com/tkipf/gae)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshagunsodhani%2Fpregel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshagunsodhani%2Fpregel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshagunsodhani%2Fpregel/lists"}