[scikit-learn] tensorflow and scikit-learn

Adrin adrin.jalali at gmail.com
Tue Mar 3 08:19:19 EST 2020


skorch is another nice library to do DL in sklearn based
environments/workflows.

On Tue., Mar. 3, 2020, 13:37 Nicolas Hug, <niourf at gmail.com> wrote:

> 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 listscikit-learn at python.orghttps://mail.python.org/mailman/listinfo/scikit-learn
>
> _______________________________________________
> 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/55b1b9dd/attachment.html>


More information about the scikit-learn mailing list