-
As I understand, hashcat's mask mode uses Markov chains. We can't put that into ours without revising on-device code (OpenCL, FPGA), but we can enhance ours, without changes to on-device code, to an e…
-
When we run parallel HMC sampling using the vectorised HMC implementation, it is possible to adapt the covariance matrix for momentum variables using all samples from all chains. Furthermore, it is po…
yebai updated
4 years ago
-
# Design considerations
**Goal:** organize classes for inference and posterior analysis API
* Continuous only, or also discrete parameters? (allow discrete data and generated quantities)
* …
-
Hi, I am currently working with the HSSM package (v 0.2.3) and have encountered an issue while handling my own data, including the "cavanagh_theta" data provided by the package. Specifically, when usi…
-
Hypothesis: Everything that has the same frequency of occurrence in multiple contexts is the same thing.
Each line is a context.
In both cases we have two contexts.
```
a a b
a a c
```
⇒
`…
-
i dont know, how github works, and even less, writing in english, so i just want to suggest you this, i would be awesome to work in it with one of your amazing tutorials! Thaanks, i hope more people w…
-
This time I plan to participate. I discovered this contest through a submission of a java program that generated a Sherlock Holmes-type novel (https://github.com/myflyinglemur/NaNoGenMo2016). I had lo…
-
I'm trying to build a Slack chatbot using bits and pieces of code I've found lying around on the internet. One of them included markovify and it's just about the only thing from it that worked! I was …
-
Hello.
Here is my novel, [Dreams Before Speeches](https://github.com/VincentToups/DreamsBeforeSpeeches/).
Here are excerpts:
MR. NEWMAN : I'm afraid my message that night was grim and disturbing.…
-
## Basics: KMeans and Mixture Models
K-means algorithm
Sec. 9.1 of Bishop PRML
http://research.microsoft.com/en-us/um/people/cmbishop/prml/
Gaussian mixture models and the EM algorithm
Sec. 9…