![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
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
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.