Skip to content

Instantly share code, notes, and snippets.

@rubychilds
rubychilds / SparseCoding.scala
Created July 16, 2012 23:15 — forked from alextp/SparseCoding.scala
Scala sparse coding implementation
import java.util.Random
import collection.mutable.ArrayBuffer
/**
* Created by IntelliJ IDEA.
* User: apassos
* Date: 1/26/12
* Time: 9:43 AM
* To change this template use File | Settings | File Templates.