Progress on Orthogonal Matching Pursuit
Category: scikit-learn
#omp #orthogonal matching pursuit #scikit-learn
Since orthogonal matching pursuit (OMP) is an important part of signal processing and therefore crucial to the image processing aspect of dictionary learning, I am currently focusing on optimizing the OMP code and making sure it is stable. OMP is a forward method like least-angle regression, so it is natural …