-
This is where issues for the manual after 2.5.0 go.
-
Hi,
I have read the code. The original paper build a gibbs chain for two level HDP with two sampling stage, sampling k and sampling t. whereas in this implementation only t variables are sampled and s…
-
With Dancer2-0.09 I created a test app:
package mywebapp;
use Dancer2;
use Data::Dumper;
our $VERSION = '0.1';
get '/' => sub {
session 'I am going to remain' => 'true';
warn Dumper session…
-
A very practical addition (Or a new function in the PATHS family?) would be the ability of doing the following:
Let's say that we have a graph that has Friends of friends.
```
Peter -> knows -> Anna…