nathanielvirgo
nathanielvirgo
I am unable to load any quarks - see details below. ## Environment * SuperCollider version: SuperCollider 3.11.2 Built from branch 'HEAD' [9a34118e] * Operating system: MacOS Catalina 10.15.7 *...
### Discussed in https://github.com/pgmpy/pgmpy/discussions/1479 Currently, there are two formats in which data can be returned from `BeliefPropagation:query` and related methods: * a joint distribution over all the queried variables, or...
At http://regl.party/api, the documentation for props looks like this: > The most common way to pass data into regl is via props. The props for a render command are declared...
Sorry, this isn't really an issue. I'm starting to learn gen but I can't figure out where I should ask basic beginner questions. Is there a forum or mailing list...
I have the following lines in my `~/.inputrc`: ``` "\e[A": history-search-backward "\e[B": history-search-forward ``` For most apps that use the readline library, this means that I can search my history...
For the lfi and similar features, it won't be convenient for every use case to put the examples and the model in separate files. It would be very helpful if...
An enhancement request: I've been playing around trying to work out how to do various things in ProbLog using the web interface. I find I quite often get into infinite...
This is a question rather than a bug report. I set up an instance of jupyterlite using GitHub pages and published a notebook. I opened it in my browser and...
I'm using the following code to generate a TikZ diagram: ```julia using Catlab, Catlab.Theories using Catlab.Programs using Catlab.WiringDiagrams using Catlab.Graphics import TikzPictures, Convex, SCS @present P(FreeSymmetricMonoidalCategory) begin (M,S,H)::Ob psi::Hom(M,H) kappa::Hom(H,otimes(H,S))...
I would like to do the following, which is one step of the EM algorithm: * set up a factor graph corresponding to a simple Bayesian network (I've got this...