Re: [scikit-learn] Contribution

2017-07-13 Thread Gürhan Ceylan
ink to it. If the algorithm becomes a smashing success over time, > we'd > > > reconsider adding it to the main code base. > > > > > > As to your first question, you should check out how the current > optimizers > > > are written for the algorithm y

[scikit-learn] Contribution

2017-07-10 Thread Gürhan Ceylan
Hi everyone, I am wondering, How can I use external optimization algorithms with scikit-learn, for instance neural network , instead of defined algorithms ( Stochastic Gradient Descent, Adam, or L-BFGS). Furtherm