-
-
This was inspired by #618 , but I decided to create a new issue as this is a much more general suggestion.
I wonder if it would be a good idea to have filters where people can filter out certain ty…
-
When doing testing, I've always used some creative power sources to power the machines.
I've just found out that after removing the power source, it take a long time before the power and heat gauge…
-
### Motivation
Construct a shuffling algorithm where you can compute the value in the shuffled list at any specific position relatively cheaply without computing all of the other values at the same…
-
After spending the weekend fighting with the original Arcus code with error after error, I settled down and decided to use this script. After all, I merely just need to get the Iris functionality back…
-
Interesting to learn that an untrained RNN will produce the same result as trained, I was having the same doubt about the value of predicting the "Z(t+1)".
Question is: If RNN untrained, then "h" su…
-
Keeping a list of thoughts continuing off https://forum.nengo.ai/t/solving-for-decoders-by-simulating-the-neurons-over-time/385?u=arvoelke
- New approach needs to be able to have `synapse=None` fo…
-
Hi,
I've been working on trying to build a model where we can try to build a dictionary in a streaming fashion. This was earlier asked in https://github.com/facebook/zstd/issues/513. To start this…
-
This part of `rand` has needed work for a while, and hasn't had much love recently, excepting the excellent work on `seq::sample*` by @vitiral.
[`WeightedChoice`](https://docs.rs/rand/0.4.2/rand/di…
-
I started developing an very similar package (https://github.com/padmec-reservoir/elliptic), however only now I found this one. The namings are very similar (kernels, etc) and the concept of computing…