Skip to content

Commit

Permalink
Merge pull request scikit-learn#5860 from pwgerman/rbm_doc_hidden_units
Browse files Browse the repository at this point in the history
[MRG] Fix grammar in rbm docstring
  • Loading branch information
amueller committed Nov 16, 2015
2 parents cb88239 + 1b72433 commit 8558696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearn/neural_network/rbm.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class BernoulliRBM(BaseEstimator, TransformerMixin):
"""Bernoulli Restricted Boltzmann Machine (RBM).
A Restricted Boltzmann Machine with binary visible units and
binary hiddens. Parameters are estimated using Stochastic Maximum
binary hidden units. Parameters are estimated using Stochastic Maximum
Likelihood (SML), also known as Persistent Contrastive Divergence (PCD)
[2].
Expand Down

0 comments on commit 8558696

Please sign in to comment.