IBPA / SparseNN

SparseNN for torch7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Lua 99.6%Language:CMake 0.4%