Skip to content

IBPA/SparseNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SparseNN

This package provides neural network modules supporting sparse data in various levels using Torch.

Installation

Motivation

When it comes to neural networks, the support for sparsity is often limitted to input layers only (e.g. SparseLinear). This repository is intended for development of NN modules supporting sparsity in various layers (e.g. modules that preserve sparsity).

Documentation

Depending on the problem structure a different "sparsity-aware" implementation maybe desired.

SparseBlock

The first such implementation focused here is SparseBlock.

About

SparseNN for torch7

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors