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@python.org
https://mail.python.org/mailman/listinfo/scikit-learn
_______________________________________________
scikit-learn mailing list
scikit-learn@python.org
https://mail.python.org/mailman/listinfo/scikit-learn