Giter Site home page Giter Site logo

mehdi-abbasi / onlinedictionarylearning Goto Github PK

View Code? Open in Web Editor NEW

This project forked from d-acharya/onlinedictionarylearning

0.0 0.0 0.0 2.31 MB

Fast Implementation of Online Dictionary Learning for Sparse Coding Algorithm

C++ 2.55% Python 9.15% C 0.12% CMake 0.14% Jupyter Notebook 88.04%

onlinedictionarylearning's Introduction

Fast Implementation of Online Dictionary Learning for Sparse Coding

Usage

To clone the project and all submodules:

git clone --recursive https://github.com/d-acharya/OnlineDictionaryLearning.git

To update all submodules:

git submodule foreach git pull origin master

To compile:

mkdir build
cd build 
cmake ..
make
./test_odl

Existing Implementations

C++ Implementation SPAM Webpage

Java Implementation Github

Matlab Implementation Github

C++ LARS Implementation Github

ToDos

  • Test Script:
    • For testing, see python implementation dictionary learnning and image denoising. We still need to create a wrapper to call our C implementation of dictionary learning from above python scripts.
  • Complete Implementation:
    • Implementation of LARS (Check FISTA implementation in above matlab implementation). Possibly replace LARS with FISTA as done in the matlab implementation.

Denoising Demonstration

  • After compilation, to test denoising.cpp:
    • ./applicationName Lenna256.png Lenna256Noisy.png

onlinedictionarylearning's People

Contributors

paramoecium avatar d-acharya avatar lunaivory avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.