sklearn.neural network Module: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
m (Text replacement - " to " to " to ")
m (Remove links to pages that are actually redirects to this page.)
Line 1: Line 1:
An [[sklearn.neural network Module]] is a [[neural network platform]] that is an [[sklearn module]] (which contains a collection of [[neural network algorithm implementation]]s).
An [[sklearn.neural network Module]] is a [[neural network platform]] that is an [[sklearn module]] (which contains a collection of [[neural network algorithm implementation]]s).
* <B>Context:</B>
* <B>Context:</B>
** It can (often) reference a [[sklearn.neural_network]] system, such as by: <code>[[sklearn.neural_network]].<span style="font-weight:italic; color:green">Model_Name(self, arguments)</i></code>  or simply <code>[[sklearn.neural_network]].<span style="font-weight:italic; color:green">Model_Name()</i></code>  (where <code>Model_Name</code> is a [[neural network algorithm]]).
** It can (often) reference a [[sklearn.neural network Module|sklearn.neural network]] system, such as by: <code>[[sklearn.neural network Module|sklearn.neural network]].<span style="font-weight:italic; color:green">Model_Name(self, arguments)</i></code>  or simply <code>[[sklearn.neural network Module|sklearn.neural network]].<span style="font-weight:italic; color:green">Model_Name()</i></code>  (where <code>Model_Name</code> is a [[neural network algorithm]]).
* <B>Example(s)</B>
* <B>Example(s)</B>
** <code>[[sklearn.neural_network.BernoulliRBM]]</code>, a [[Bernoulli Restricted Boltzmann Machine (RBM) System]] that implements an [[Isometric Mapping Algorithm]].  
** <code>[[sklearn.neural_network.BernoulliRBM]]</code>, a [[Bernoulli Restricted Boltzmann Machine (RBM) System]] that implements an [[Isometric Mapping Algorithm]].  

Revision as of 20:45, 23 December 2019

An sklearn.neural network Module is a neural network platform that is an sklearn module (which contains a collection of neural network algorithm implementations).



References

2017a

2017b

The disadvantages of Multi-layer Perceptron (MLP) include:

2017c