-
There are many ways to do distributed computing for something like Gorgonia. There are a few things that need to be cleared up when discussing distributed neural networks.
Firstly, which part is dist…
-
Set up a talker-listener system across N number of machines. This will also help us experiment faster, help with demos, etc.
-
Would it be possible to implement a sort of distributed network, whereas (select) friends could contribute their CPU power?
Or, say I have a long word list, would it make a difference to the password…
-
The idea of using distributed computing to tackle the simulated annealing task has come up.
A first test using Dask is being worked on, the first results will come in shortly, but working on that …
-
We've been talking about using modern distributed computing frameworks to simplify taking advantage of clusters, clouds, etc.
Some thoughts:
* [Celery](http://www.celeryproject.org/) - This allo…
-
Distributed computing should be easy, like threading.
I propose:
```lua
function helloworld() {
print("Hello World")
outbox("done")
}
software {
if load(1) = "start"
off…
-
Hello
This is more like enhancement than a real issue but I think it's very helpfull
Have any one though about adding distributed computing capabilities
Divide the payload on multiple servers …
-
(From Nim community survey 2017)
-
- [x] Make decisions about architecture (client-server, p2p ?)
- [ ] Parallelized computing (CPU)
- [x] Implement multithreaded rendering on worker machines
- [ ] Implement multithreaded comman…
-
Enable distributed applications to run across a network of machines. Suggested mechanisms: Beowulf cluster, BOINC clients, or direct SSH control from server. Example application is Blender, easiest wa…