DICTOL_python
DICTOL_python copied to clipboard
A Python implementation of well-known dictionary learning methods.
I found the calculation in function `optimize.ODL_updateD` may be wrong: `a = 1.0/F[i, i] * (E[:, i] - D.dot(F[:, i])) + D[:, i]`. I thought it should be 'a =...
Excuse me, can your SRC connect the deep neural network with the last fully connected layer removed to extract feature vectors (such as resnet50) for classification, and the accuracy can...
When I use myARgender dataset, the Dtd become Nan in optimeze.py Lasso function() after serveral iters.
can it be used for usual classification problem when wen each data observation is one vector and when there are 2 classes : yes and no in short can it...
Bumps [scipy](https://github.com/scipy/scipy) from 1.4.1 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...