Factor Analysis on pure python
Compare changes
- Tiago de Freitas Pereira authored
+ 4
− 0
@@ -57,6 +57,10 @@ ubm = bob.learn.em.GMMMachine(n_gaussians).fit(X)
This MR implements the ISV and the JFA algorithms on pure python using numpy/dask-arrays. In the way I'm implementing it, we can easily run this algorithm in a distributed manner, either locally on an HPC.
Closes #41 (closed)