-
### Presentation of the new sampler
Parallel tempering, known also as replica exchange MCMC, maintains $K$ Markov chains at different temperatures, ranging from $\pi_0$ (the reference distribut…
-
My idea for this year is to generate 1001 plots, each around 50 words, and their titles using the [WikiPlots](https://github.com/markriedl/WikiPlots) dataset and simple Markov chains.
I didn't thin…
-
Add tests that call `clang -emit-llvm -c somefile.c` to produce a .bc bitcode file, then parse that file with this library. This test can be orchestrated by build.zig.
It would be cool to do some f…
-
To keep track of this:
- [x] Introduction
- [x] JSS paper
- [x] Advanced trajectory usage
- [ ] Advanced resource usage
- Capacity & queue size scheduling
- Priority arrivals without preemp…
-
Research a few possible models we can use to generate text. Possibilities:
* Markov chains: should be relatively easy to implement on our own but likely wouldn't give great results.
* Recurrent ne…
-
We have a database now. **Let's use it.**
For each user, we can break down messages as they come in to build their transition matrix over time, storing the matrix in the database. So, if a human sa…
-
For models with a time-step (such as Hidden Markov Models) it is often necessary to implement a transition matrix. If we had three states `A`, `B` and `C` and p_AB is the probability of transitioning …
-
Hello, this is Bing. I can help you with your question. 😊
A state machine is a deterministic model that describes the behavior of a system in terms of states and transitions between them. A Markov …
-
To increase the win percentage for computer AI, need to develop a more strong and stable AI
-
Okay, if you select an option in the menus your client will try to keep a list of all your most common words (greater than length 1) and will allow you to tab-autocomplete suggestions.
Version 1: t…