Projects that are tagged with singular value decomposition.


Logo Spectra. A Library for Large Scale Eigenvalue Problems 0.6.2

by yixuanq - May 23, 2018, 19:40:46 CET [ Project Homepage BibTeX Download ] 19184 views, 4163 downloads, 0 subscriptions

About: A header-only C++ library for solving large scale eigenvalue problems

Changes:
  • Fixed regressions in v0.6.1 on some edge cases
  • Improved the accuracy of restarting processes in SymEigsSolver and GenEigsSolver
  • Code and documentation cleanup

Logo iLANN SVD. An incremental noniterative learning method for one layer feedforwar 1.0

by ofontenla - August 16, 2017, 11:53:40 CET [ BibTeX BibTeX for corresponding Paper Download ] 4664 views, 1272 downloads, 0 subscriptions

About: A non-iterative, incremental and hyperparameter-free learning method for one-layer feedforward neural networks without hidden layers. This method efficiently obtains the optimal parameters of the network, regardless of whether the data contains a greater number of samples than variables or vice versa. It does this by using a square loss function that measures errors before the output activation functions and scales them by the slope of these functions at each data point. The outcome is a system of linear equations that obtain the network's weights and that is further transformed using Singular Value Decomposition.

Changes:

Initial Announcement on mloss.org.


Logo LANN SVD. A noniterative SVD based learning algorithm for one layer neural nets 1.0

by ofontenla - August 7, 2017, 13:52:19 CET [ BibTeX BibTeX for corresponding Paper Download ] 4584 views, 1220 downloads, 0 subscriptions

About: A non-iterative learning method for one-layer (no hidden layer) neural networks, where the weights can be calculated in a closed-form manner, thereby avoiding low convergence rate and also hyperparameter tuning. The proposed learning method, LANN-SVD in short, presents a good computational efficiency for large-scale data analytic.

Changes:

Initial Announcement on mloss.org.


Logo redsvd 0.1.0

by hillbig - August 30, 2010, 18:13:55 CET [ Project Homepage BibTeX Download ] 10233 views, 2413 downloads, 0 subscriptions

About: redsvd is a library for solving several matrix decomposition (SVD, PCA, eigen value decomposition) redsvd can handle very large matrix efficiently, and optimized for a truncated SVD of sparse matrices. For example, redsvd can compute a truncated SVD with top 20 singular values for a 100K x 100K matrix with 10M nonzero entries in about two second.

Changes:

Initial Announcement on mloss.org.