-
Some ideas for figures to add to the PPT
- [ ] Linear regression, single-layer neural network
- [ ] Multilayer Perceptron with hidden layer
- [ ] Backpropagation
- [ ] Batch Normalization and al…
-
Area for improvements:
* the representation of a node, especially a command, has to be shorter;
* do not overwhelm a user with showing the whole graph;
* visualize different types of nodes;
Backen…
-
Hey! First off, thanks for the great library!
I'm storing node data, including the positions in my own data structure and am a little stuck on how to update my representation of the positions.
W…
-
This is a proposal for shore leave work.
# Context
The query model in Data Builder gives us a formal, machine-inspectable form of data definitions that researchers write. At the moment all we us…
-
As a seller I want to be able to see the sales I make and the customers I reach to be able to increase my profits
-
Explore how the graphical representation of a JSAV exercise could be
represented as a step-by-step SVG images in JAAL.
Requirements: 56, 57 (see doc/requirements.ods)
The problem is that JSAV p…
-
Hello, I read your paper and I think it is a very good `GNN interpretable` work. I think it might inspire me, so I would like to study the details of your code implementation, unfortunately I didn't f…
-
Datomic expects to bind a 4th element to a transaction "t" value.
e.g.
`[:entity :attr ?value ?t]`
To do this, the basic graph patterns will need to result in a t-value lookup in the indexes. The…
quoll updated
3 years ago
-
Hello,
I am currently using TensorRec for my master's thesis project, and have been following the MovieLens guide on getting started with the library. I am trying to test different features (embed…
-
# What is a Synset?
- A generic Python object? Or a Graph Node? Which is a better representation?
- It should have these expected attributes/functions.
- `lemma_names`: enumerate the lemmas…