[scikit-learn] tensorflow and scikit-learn

Nicolas Hug niourf at gmail.com
Tue Mar 3 07:36:41 EST 2020


Hi Nils,

 From a quick glance it looks like you're building a fully connected 
multi-layer perceptron so yes, this is possible in scikit-learn with the 
neural_network module (check out the docs). The script would be quite 
different though, it's not just plug and play. Also, for anything more 
complex in neural nets, we would not recommend scikit-learn.

Nicolas

On 3/3/20 2:49 AM, Nils Wagner via scikit-learn wrote:
> Hi All,
>
> I am newbie to scikit-learn. Is it possible to use scikit-learn 
> instead of tensorflow and keras in the attached script?
>
> Best regards,
>                             Nils
>
>
> _______________________________________________
> scikit-learn mailing list
> scikit-learn at python.org
> https://mail.python.org/mailman/listinfo/scikit-learn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-learn/attachments/20200303/6ac4812f/attachment.html>


More information about the scikit-learn mailing list