https://github.com/rish-16/graphconv.jl
Julia implementation of Graph Convolutional Networks (GCN)
https://github.com/rish-16/graphconv.jl
Last synced: 4 months ago
JSON representation
Julia implementation of Graph Convolutional Networks (GCN)
- Host: GitHub
- URL: https://github.com/rish-16/graphconv.jl
- Owner: rish-16
- License: mit
- Created: 2021-08-12T13:59:17.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-12T14:02:53.000Z (almost 5 years ago)
- Last Synced: 2025-10-18T09:55:03.146Z (9 months ago)
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# graphconv.jl
Julia implementation of Graph Convolutional Networks (GCN)
## What is this?
This is an implementation of GCNs in Julia. I was hoping to use the past few months to brush up my Julia. This is a great way to learn while building something useful.
## Usage
You can use `graphconv.jl` by importing it like so:
```julia
```
## Contributions
If you have any corrections or suggestions, feel free to raise a PR or Issue.
## License
[MIT](https://github.com/rish-16/graphconv.jl/blob/main/LICENSE)