-
Hello,
I'm a university student and I'm working on a human action recognition project using GCN and 3D skeleton data.
I have a question from you and I would really appreciate it, if you answer me.
…
-
I am trying to convert WideResNet model from https://github.com/MadryLab/cifar10_challenge
to pytorch.
I am unsure about the process of extracting the model, according to my understanding I need to…
-
Hi,
Thanks for sharing this code. I had a little play with it on a garnet material and it works fairly good on training sets include finite temperature displaced structure generated from Phonopy.
…
-
- SysML 2019
- https://www.sysml.cc/doc/2019/71.pdf
billion scale なグラフだと、 float32 x 128 次元の embedding を作ったらそれだけで 100 GB 単位のメモリが必要なのでやばいが、この論文ではそういうものも disk に書き出しつつ学習する方法を提案している。
グラフ使ってなんかするの、夢あ…
-
Markdown Path: `tutorials/graph-theory/floyd-warshall-algorithm.md`
- Overview
- Explanation with 2 - 3 LC problems
- Suggested Problems (See `arrays.md` as a reference for the format)
You can…
-
# Description
The following is taken from [Graph Deep Factors for Forecasting](https://arxiv.org/abs/2010.07373):
> Deep probabilistic forecasting techniques have recently been proposed for mode…
-
I was wondering if this package is based on the [geometric deep learning](https://geometricdeeplearning.com/) by Michael Bronstein et.al.? Can this package do the 5G(Grids,Graphs,Groups,Geodesics&Ga…
-
I.e., other than writing Java classes to the file system.
Discussion started in Issue #8, with @matyesz raising [the following point](https://github.com/NetCal/DiscoDNC/issues/8#issuecomment-379137…
-
Consider this code:
```python
import nengo
model = nengo.Network()
with model:
a = nengo.Ensemble(100, 1)
c = nengo.Connection(a, a)
#model.connections.remove(c)
```
This …
-
In issue #6 @KG-ethc stated..
>another key consideration is how the simulations will interact with the Graph Database.
...indeed! We need to think carefully about whether we want to use an actu…