Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
github.com/balcilar/Spectral-Designed-Graph-Convolutions
Codes of "Bridging the Gap Between Spectral and Spatial Domains in Graph Neural Networks" paper.
These libraries versions are not stricly needed. But these are the configurations in our test machine.
Run the scripts directly. All parameters are defined in corresponding script. In Pubmed and PPI dataset, since the eigen decomposition takes quite a long time because of the dimension of given graph, we write the eigenvectors into file in first run. For later run, the code directly read already calculated eigenvectors from file.
python cora_multirun.py
python citeseer_multirun.py
python pubmed_multirun.py
python ppi_singlerun.py
python protein_nodelabel.py
python enzymes_nodelabel.py
python enzymes_allfeats.py
Please cite this preprint paper if you want to use it in your work,
@article{balcilar2020bridging,
title={Bridging the Gap Between Spectral and Spatial Domains in Graph Neural Networks},
author={Balcilar,Muhammet and Renton, Guillaume and H\'eroux,Pierre and Ga\"uz\`ere,Benoit and Adam, S\'ebastien and Honeine,Paul},
journal={arXiv preprint arXiv:2003.11702},
year={2020},
eprint={2003.11702},
archivePrefix={arXiv},
primaryClass={cs.LG}
}
And/or this published paper in ICLR2021 which covers the theoretical part.
@inproceedings{
balcilar2021analyzing,
title={Analyzing the Expressive Power of Graph Neural Networks in a Spectral Perspective},
author={Muhammet Balcilar and Guillaume Renton and Pierre H{\'e}roux and Benoit Ga{\"u}z{\`e}re and S{\'e}bastien Adam and Paul Honeine},
booktitle={International Conference on Learning Representations},
year={2021},
url={https://openreview.net/forum?id=-qh0M9XWxnv}
}
MIT License
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.