Repository URL to install this package:
|
Version:
0.17.1 ▾
|
"""
The :mod:`sklearn.neural_network` module includes models based on neural
networks.
"""
from .rbm import BernoulliRBM
__all__ = ['BernoulliRBM']