Re: [Scikit-learn-general] K-SVD implementation

2014-09-28 Thread Alexey Umnov
Yes, that is reasonable. Thank you! 28.09.2014, 19:45, "Alexandre Gramfort" :hi, I am trying to make the K-SVD implementation consistent with the existing sparse coding algorigthms (dict_learning and orthogonal_mp) and I am a bit confused by the notations. I'll give a summary of the notations and e

Re: [Scikit-learn-general] K-SVD implementation

2014-09-28 Thread Alexandre Gramfort
hi, > I am trying to make the K-SVD implementation consistent with the existing > sparse coding algorigthms (dict_learning and orthogonal_mp) and I am a bit > confused by the notations. I'll give a summary of the notations and explain > what I am not understanding. > > 1) sklearn.decomposition.dic

Re: [Scikit-learn-general] K-SVD implementation

2014-09-28 Thread Alexey Umnov
Hi, I am trying to make the K-SVD implementation consistent with the existing sparse coding algorigthms (dict_learning and orthogonal_mp) and I am a bit confused by the notations. I'll give a summary of the notations and explain what I am not understanding. 1) sklearn.decomposition.dict_learning Pr