-
Feedback 1: I would like first to note that the chapters 1-3 seems very well written to me.
Feedback 2: Training on the spam filter takes a lot of time for this amount of documents. Also one needs to…
-
Scala offers an annotation called `@elidable`, which tells the compiler to not to include calls to annotated methods in the resulting bytecode if a flag is set. We could unify our debugging statements…
-
Hola!
Aca les dejo una lista con gemas permitidas para el desarrollo de su proyecto 😁, si quieren usar una que no esté, hagan un comentario indicando su nombre y la razón de por qué quieren usarla. …
-
open `localhost:4567/tt0078346` then the page says "Superman"
-
One of the typical patterns in functional probabilistic programming is to apply a function whose identity is uncertain to arguments that are also uncertainty. Figaro's monadic Chain and Apply framewor…
-
Currently, when shuffle is on and you press back, the player seems to just randomly choose another song, effectively making back and next do the same thing (and of course not actually going back). I t…
-
Hola! Les dejo las gemas permitidas a lo largo del proyecto. Cualquier duda de gema pregúntenla en un comentario de esta issue. Iré actualizando la lista a medida que se agreguen nuevas gemas.
Para…
-
- [x] create a dummy e-mail account using GMail or other provider for this Rails application
- [x] add the confirmable option to the User model and create the appropriate migration file. [Please rea…
-
It could be interesting to explore if we could use [MusPy](https://salu133445.github.io/muspy/) to add some text/symbolic music evals.
/cc @salu133445
-
In theory, the following two elements are equivalent:
```
val e1 = If(Flip(0.5), Select(0.4 -> 0, 0.6 -> 1), Select(0.6 -> 0, 0.4 -> 1))
val e2 = If(Flip(0.5), Select(0.4 -> 0, 0.6 -> 1), Select(1.…