Re: [scikit-learn] Issue with sklearn.neural_network

2016-09-09 Thread Andrew Matte
I was looking for that a while ago. I installed 0.18 with pip+git directly on both a debian and a centOS VM no problem. On Fri, Sep 9, 2016 at 11:03 AM, Ibrahim Dalal via scikit-learn < [email protected]> wrote: > Hi, > > Is there any support for classification using Neural Nets in version

Re: [scikit-learn] Artificial neural network not learning lower values of the training sample

2016-05-31 Thread Andrew Matte
It sounds like you're right about the low values being connected between night and clouds. Since there's no seasonality outside of recurrent NNs, maybe try adding an hour of day variable. On May 31, 2016 11:57 AM, "muhammad waseem" wrote: Hi All, I am trying to train an ANN but until now it is no