-
> Quick notes on College level of Math or Stats for machine learning.
## Study resources
- [x] [Wiki: List of linear algebra topics](https://en.wikipedia.org/wiki/List_of_linear_algebra_topics)
-…
-
Create an option for findIMIE to return matrix, eigensystem, correspond ODE in an `Association[]`
-
A common use-case: We have a linear solver (eg gmres) for a nep, and want to carry out deflation. The original linear solver will not directly work for the deflated nep due to the way it is modified. …
-
First of all, thanks for this package. I made some slight modifications to account for the recent changes of Julia (see my forked [repo](https://github.com/FuZhiyu/Gensys.jl)). It significantly saved …
-
As discussed in #2204, Psi's current second-order SCF technology is the straightforward Newton-Raphson approach. This is prone to fail in cases where the MO hessian has a small, negative eigenvalue ne…
-
I have developed the following tensor operation subroutine. Please let me know if there is a need from the community for this tensor operation. If yes, I can merge this subroutine into the develop…
-
We have linear regression but from what I can see we don't have linear discriminant analysis which is the equivalent algorithm for classification. We even have the iris dataset which was created to de…
-
Hi,
Hope this finds you well. I have been working on computing a Hessian of a 3D image in python itk, but cannot figure out the order of the output of itk::HessianRecursiveGaussianImageFilter. I we…
-
Non-Method Features to add:
- [x] Rotation Matrix for PCA and ICA
- [ ] mean and std vectors from PCA, ICA and PCA L1
- [ ] Eigenvalues
- [ ] kernel Matrices for kPCA
- [ ] update documentation f…
-
Hi, @lukemelas !
Thank you very much to provide your cool work!
I have a question about matting.
In eigenvalue calculation, you do not separate the method between hard and soft decomposition in…