Call for use cases and examples
See original GitHub issueExamples
ˋmcx` is only interesting if it can be used and we need more example to showcase the way the library can be used. Examples are a great way to get acquainted with the library and make a first contribution.
We are particularly looking for examples that use:
- Batching (vectorized sampling) on CPU, GPU or TPU;
- Sequential inference;
Use cases
If there is a use case for which you would consider using mcx
but cannot because something is missing, let us know in the comments.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Sample Use Case Diagrams
Sometimes it's useful to distinguish between actor/use case associations that are initiated by ... Here's a script for the connected scenario of make...
Read more >What Is a Use Case & How To Write One | Wrike
A use case is a description of the ways in which a user interacts with a system or product. A use case may...
Read more >Use Cases: Building the Functional Model
In a voice mail phone system, a caller (actor) invokes the use case "Leave a Message". A mailbox owner (another actor) invokes a...
Read more >What is a Use Case? - TechTarget
A use case is a methodology used in system analysis to identify, clarify and organize system requirements. The use case is made up...
Read more >Open Call #2 for Use-Cases - AIPlan4EU
Are you a company or an individual with a real-world AI Planning use-case? AIPlan4EU is looking for you! Open call #2 for use-cases...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Statistical rethinking examples would be really great to have! Some of the chapters won’t yet be possible because it looks like the required distributions are missing, particularly the discrete distributions Beta Binomial, Gamma Poisson, Zero-Inflated Poisson (or zero-inflated negative binomial), and Ordered Logit / Probit.
Hi @rlouf , if I wanted to start implementing the Statistical Rethinking examples in
mcx
, should I go withmaster
branch? Or thecompiler-refactor
?