To easily install pyMCR into non-ascii environment (e.g. Windows 10 in Japanese), it would be nice to replace the non-breaking hyphen (U+2011) in line 168 of README.rst into more common hyphen-minus (U+002D) to avoid UnicodeDecordError.
On Demo.ipynb, I guess several mcrals._c_mrd should be mcrals._c_mrd[-1] .
Anyway, this code is what I look for. Thank you so much to share your code!
A sparsity aware implementation of "Alternating Direction Method of Multipliers for Non-Negative Matrix Factorization with the Beta-Divergence" (ICASSP 2014).
The GOLang implementation of NeuroEvolution of Augmented Topologies (NEAT) method to grow and teach Artificial Neural Networks without back propagation
This project provides GOLang implementation of Neuro-Evolution of Augmented Topologies (NEAT) with Novelty Search optimization aimed to solve deceptive tasks with strong local optima
If nh ≤ N
Find the generalized eigenvectors v2,vv3,...,vvno+1 of
(20) corresponding to the second through the no + 1
smallest eigenvalues. Let β = [v2,v3,...,vno+1],where
vi = vi/�Hvi�, i = 2,..., no + 1.
Else
Find the generalized eigenvectors u2, u3,..., uno+1 of
To easily install pyMCR into non-ascii environment (e.g. Windows 10 in Japanese), it would be nice to replace the non-breaking hyphen (U+2011) in line 168 of README.rst into more common hyphen-minus (U+002D) to avoid UnicodeDecordError.
On Demo.ipynb, I guess several mcrals._c_mrd should be mcrals._c_mrd[-1] .
Anyway, this code is what I look for. Thank you so much to share your code!