Luis Carbonell
Luis Carbonell
I would LOVE it if functions can be passed to the workers!!! I get that it can become a minefield for some developers...but with a giant disclaimer tag and simple...
**TL;DR:** I have bunch of instances of a class that have their prototype chain mutated on creation. I want to thread these instances but they are uniquely different and I...
Full disclaimer: right now I'm playing around with [`threads`](https://github.com/andywer/threads.js) and [`microjob`](https://github.com/wilk/microjob) - to see which works best for my use case. I like the backward compatibility and "universality" (i.e. browser...
That would work just fine. If I can pass a `someFunction.toString()`, I should be good to go 👍
@markstrefford ...ran into a similar issue; have 6 GiB memory - training on a 1024x1024 pixels image...
Eric Elliot, the man is a creative genius! Would love to play with his library - the one he mentioned in the article, @christianechevarria. Attaching it here, for reference: -...
@D-Nice [CCXT](https://github.com/ccxt/ccxt) is a gold mine! @christianechevarria Would be cool to create "module-based" environment where you can associate more information with certain tickers and networks to the appropriate information. Like...
On this vein, I thought this was something interesting to potentially model in the future: https://www.youtube.com/watch?v=3JQ3hYko51Y ...or some comparable CSS animation of network activations.
@christianechevarria https://github.com/alexlenail/NN-SVG
@christianechevarria I'm thinking of adding `connections` as an intermediary stream between nodes - like literally a pipe. **Interface Idea** ```javascript const node = new Node(); const other = new Node();...