After a little busy while, I have graduated and entered the summer
vacation, which means time for serious GSoC work.
[][]
So we had a little conference in order to discuss what will be done and
when. We gathered quite a few code snippets since the official start of
the project …
I am working on implementing the Orthogonal Matching Pursuit (OMP)
algorithm for the scikit. It is an elegant algorithm (that almost writes
itself in Numpy!) to compute a greedy approximation to the solution of a
sparse coding problem:
$$ \text{argmin} \big|\big|\gamma\big|\big|_0 \text{ subject
to }\big …