An open API service indexing awesome lists of open source software.

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)

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)