Is it possible to see the output for each layer in a mlp? using SKLearn

I have a simple NN which I have made with SKLearn.

I have extracted:

  • The weights sent to each node
  • The bias assigned to each activation function

But I can't see a way to get the output of the activation function in SKLearn, does anyone have any ideas?

Thank you!!

Topic mlp data-science-model scikit-learn neural-network

Category Data Science

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.