Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
opt
/
alt
/
python35
/
lib64
/
python3.5
/
site-packages
/
sklearn
/
neural_network
/
File Content:
__init__.py
""" The :mod:`sklearn.neural_network` module includes models based on neural networks. """ # License: BSD 3 clause from .rbm import BernoulliRBM from .multilayer_perceptron import MLPClassifier from .multilayer_perceptron import MLPRegressor __all__ = ["BernoulliRBM", "MLPClassifier", "MLPRegressor"]
Submit
FILE
FOLDER
Name
Size
Permission
Action
__pycache__
---
0755
tests
---
0755
__init__.py
328 bytes
0644
_base.py
6856 bytes
0644
_stochastic_optimizers.py
8873 bytes
0644
multilayer_perceptron.py
50002 bytes
0644
rbm.py
12291 bytes
0644
N4ST4R_ID | Naxtarrr