| Projects on Google Code | Results 1 - 3 of 3 |
== Overview ==
*PyRSVD* provides an efficient [http://www.python.org/ python] implementation of a regularized singular value decomposition solver. The module is primarily aimed at applications in [http://en.wikipedia.org/wiki/Collaborative_filtering collaborative filtering], in particular the [ht...
collaborative-filtering,
netflix-prize,
SVD,
latent-factor-model,
matrix-approximation,
python,
cython,
machine-learning,
least-squares-approximation
In my geophysical work, I rely heavily upon a
generalized inversion algorithm called
Gauss-Newton optimization. The Gauss-Newton
method minimizes objective functions that can
be iteratively approximated by quadratics.
This approach is particularly appropriate for
least-squares inversions of m...
java,
inversion,
numeric,
optimization,
conjugate-gradients,
Gauss-Newton,
quadratic,
least-squares,
inverse,
linear-algebra,
vector,
inversion,
line-search
Analyzes accelerations caused by gravity, such as those
recorded by GRACE. GAIA inverts these accelerations using
a mascon technique to determine the mass distribution that
matches the acceleration data.
Currently, mass distributions can either be static in time,
vary linearly, as well as osc...