-
-
Comment below with questions or thoughts about the reading for this week's workshop.
Please make your comments by Wednesday 11:59 PM, and upvote at least five of your peers' comments on Thursday pr…
-
I train 'style_gestures' with the challenge data in GENEA Workshop and use the provided data processing script to get the training input. The training loss decreases from tens to negative hundreds (80…
-
Implement an opcode or opcodes for vocal singing synthesis in Csound, inspired by Vocaloid, Sinsy, and such.
The opcode should take marked up text and some form of vocal model, and synthesize a music…
-
-
You might not want to do this @rurban or smhasher community but I think one nice idea when developing random/pseudo-random functions is to test how compressible they are.
So loop them on their own…
-
My model example is as follows:
St is the price, and its possibility is a binary tree grid,`St.out=St.in*e^(mu+ω*sigma)`
```
using SDDP
using HiGHS
mu=0.00025#mean
sigma=0.00145#vol
model = SD…
-
I would like to contribute Discrete HMM example (borrowing the wiki example of [rainy-sunny](http://en.wikipedia.org/wiki/Hidden_Markov_model)).
I was thinking of priors as follows:
```
theta_start_…
-
I've looked into the available documentation and examples, but haven't been able to figure out if it is possible to use the ML.NET in its current state for (non-deep) reinforcement learning. If it is …
-