• Vlad Niculae
  • Research
  • Blog
  • Teaching
  • Students
  • Progress on Orthogonal Matching Pursuit

    Tue, 02 Aug 2011Category: 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 …

    SparsePCA in scikits.learn-git

    Tue, 19 Jul 2011Category: scikit-learn
    #pca #principal components analysis #scikit-learn #sparse pca #SparsePCA #spca

    I am happy to announce that the Sparse PCA code has been reviewed and merged into the main scikits.learn repository.

    You can use it if you install the bleeding edge scikits.learn git version, by first downloading the source code as explained in the user’s guide, and then …

    K-Means for dictionary learning

    Sun, 10 Jul 2011Category: scikit-learn
    #dictionary learning #k-means #scikit-learn #vq #Uncategorized

    [![Dictionary learned with K-Means on the LFW dataset with whitening PCA][]][][![Dictionary learned with K-Means on the LFW dataset without whitening PCA][]][]

    One of the simplest, and yet most heavily constrained form of matrix factorization, is vector quantization (VQ). Heavily used in image/video compression, the VQ problem is a …

    [ all posts ] [ categories ] [ tags ] [ pages: << < 1 2 3 4 5 6 7 > >>  ]

    Powered by Pelican. Privacy policy.