Closed drckf closed 7 years ago
Yeah, there is more to do. At some point, I think we should merge the Model
and TAP_rbm
classes because the TAP approximation is just another method for fitting models (i.e., Boltzmann machines). Once the two are merged, every Model
could be trained using CD, PCD, or TAP. I figured that this could wait until the TAP methods were fully implemented.
Yah that is right. I will merge unless there are last minute objections.
Consolidated some of the functionality in the fit.py module. Primary changes:
The rest of the changes result from propagating the above, generating docs, or some small things for cleanup (like removing the test.py placeholder).