Skip to content

Commit 4e441a4

Browse files
committed
add discussions to README
1 parent 97972eb commit 4e441a4

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ A `FeaturedGraph` can be constructed from various graph structures, including
3838
adjacency matrices, adjacency lists, Graphs' types...
3939

4040
```julia
41-
fg = FeaturedGraph(adj_list)
41+
fg = FeaturedGraph(adj_list)
4242
```
4343

4444
### Graph convolutional layers
@@ -75,7 +75,7 @@ Flux.train!(loss, ps, train_data, opt, cb=throttle(evalcb, 10))
7575

7676
To achieve geometric deep learning raised by Bronstein *et al*, 5G fields of deep learning models will be supported in GeometricFlux.jl. For details, you could check the [geometric deep learning official website](https://geometricdeeplearning.com/).
7777

78-
5G including the following fields:
78+
5(+1)G including the following fields:
7979

8080
* **Graphs** and Sets
8181
* including classical GNN models and networks over sets.
@@ -87,3 +87,8 @@ To achieve geometric deep learning raised by Bronstein *et al*, 5G fields of dee
8787
* including a series of equivariant/invariant models.
8888
* **Geodesics** and Manifolds
8989
* **Gauges** and Bundles
90+
* **Geometric algebra**
91+
92+
## Discussions
93+
94+
It's welcome to have direct discussions in #graphnet channel or in #flux-bridged channel on slack. For usage issues, it's welcome to post your minimal working examples (MWE) on [Julia discourse](https://discourse.julialang.org/) and then tag maintainer `@yuehhua`.

0 commit comments

Comments
 (0)