Ariel Flesler
Ariel Flesler
It'd be great, when normalizing text to include synonyms (and even antonyms!). So that all synonyms are normalized to the same word (and `not ${antonym}` too). It shouldn't be incredibly...
I find it very accurate and responsive. Here’s the description and formula, just like the macd it also has a signal https://www.investopedia.com/terms/f/fisher-transform.asp
Tested it on spanish: Said `probando otra cosa más` Script received: `probando otra cosa m=c3=a1s=` I don't know if it never actually uses `utf-8` which is assumed by the script...
To short for a whole PR hehe ```diff +interval = 1 -time.sleep(1) +time.sleep(interval) ```
In case you want to link to it: https://github.com/cheat/cheatsheets/pull/13
If I'm following the code correctly, the `evolve() on the `network` module uses multi-threading but if you use the `neat` module directly (which makes more sense to me) then you...
While `createPool()` gracefully handles the no-template case, provenance doesn't. You could simply set the default network (`new Network(this.input, this.output)`) when none is provided and simplify `createPool()`
So I checked the code, at least within the `neat` module, the first 2 arguments (inputs and outputs) are only use to create the random network if none is provided....
I've been reading up on GPT2, still a noob. It's my understand that a "token" is based on spaces (?) If so, would it make the vocabulary way more efficient...