2

Been doing parallel programming and I’ll be taking a distributed systems course next semester. I’ve also been dabbling with Rasp Pis and have been enjoying working in linux/CLI and I’m considering getting building a cluster.

What are some use cases where I could put into practice distributed systems/parallel programming with cluster setups? No limits here :)

Comments
  • 1
    - Crunching numbers for artificial neural network.

    - I have also heard about brute force using parallel programming. Haven't tried it though.
  • 0
    Computer graphics, ML (beyond ConvNets) and all kinds of numericals solvers (3d reconstructions computer Vision)
Add Comment