Skip to content

A scikit-learn based implementation of Sparse-Net.

Notifications You must be signed in to change notification settings

dhruvramani/SparseNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Sparse Net

A scikit-learn based implementation fo Sparse-Net, an unsupervised architecture, which helps in feature detection. It consists of multiple layers of sparse-encoding which envloves breaking the features into two parts, the weight and the dictionary. The dictionary represents the complex structures of the features (like edges etc.) and the weight indicates wether a particular feature in the dictionary exists in the current sample or not. The weight matrix is sparse.

Installation

Install matplotlib and scikit-learn from their official website before running.

Running

cd ./src
python3 SparseNet.py

About

A scikit-learn based implementation of Sparse-Net.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages