Skip to content

Commit

Permalink
Fix grammar in rbm docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
pwgerman committed Nov 16, 2015
1 parent a20b0eb commit 1b72433
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 1b72433

Please sign in to comment.