Hi everyone! Was wondering what you guys thought about implementing distributed deep learning using erlang. Basically the deep neural network would be modelled with each neuron acting as a separate process. Since erlang allows millions of processes and also scales across machines, this method could be used to potentially model large neural networks. Thoughts?