-
https://github.com/jsvine/markovify
-
Does PyMC3 support directed and undirected edges within graphical models?
(I've searched for the answer to this in the docs and source.)
-
The learning of Logistic Regression models is done in the same fashion as AForge.NET's Neural Networks: a Run method has to be called to run iterations (or batch of iterations) manually, until the use…
-
-
Given a network:
> *Vertices 3
> 0 "0"
> 1 "1"
> 2 "2"
> *Intra
> 0 0 1 1
> 0 1 2 1
> 1 0 2 1
> 1 1 2 1
> 2 0 1 1
> 2 0 2 1
> *Inter
> 0 0 2 0.5
> 1 0 2 0.5
> 0 1 1 0.5
> 0 1 2 0.5
> 0 2 1 0.5
> 1 2 …
-
It'd be really cool to have something like this: http://karpathy.github.io/2015/05/21/rnn-effectiveness/ in brain.js
-
It'd be nice to have a language to specify directed acyclic graphs, so we can take advantage of Rao-Blackwellization/Markov blankets. Also it'd be nice to take advantage of the case when all full cond…
-
I wanted to implement the forth architecture from the left (first many to many):
![1](https://cloud.githubusercontent.com/assets/17245428/14640043/e4cdf91c-063f-11e6-8844-c89a9e134339.png)
I my case …
-
In `pyemma.plots.plot_markov_model`, `arrow_labels=None` used to work before, but now leads to the following failure. I guess this is due to #793 that I unfortunately merged. I think we will have to a…
-
No Words for this.
```
hi
java.lang.IllegalArgumentException: bound must be positive
null
at java.util.Random.nextInt(Random.java:388)
at oracle.markov.MarkovChain.getRandomSeed(MarkovChain.j…