Re: [scikit-learn] Parallel MLP version

2017-12-20 Thread Johnson, Jeremiah
For neural network training, try one of tensorflow, pytorch, chainer, or mxnet. They’ll all parallelize the computations and can run the computations on Nvidia GPUs with CUDA. Best regards, Jeremiah Sent from my iPhone On Dec 20, 2017, at 11:45, Raphael C mailto:drr...@gmail.com>> wrote: I

Re: [scikit-learn] Parallel MLP version

2017-12-20 Thread Raphael C
I believe tensorflow will do what you want. Raphael On 20 Dec 2017 16:43, "Luigi Lomasto" wrote: > Hi all, > > I have a computational problem to training my neural network so, can you > say me if exists any parallel version about MLP library? > > > __

[scikit-learn] Parallel MLP version

2017-12-20 Thread Luigi Lomasto
Hi all, I have a computational problem to training my neural network so, can you say me if exists any parallel version about MLP library? ___ scikit-learn mailing list scikit-learn@python.org https://mail.python.org/mailman/listinfo/scikit-learn