Giter VIP home page Giter VIP logo

sparse_filtering's Introduction

Sparse Filtering

This repository contains modules for building many different types of sparse filtering models and architectures. The structure of this repository is as follows:

  • sparse_filtering.py This file contains the network and layer classes, as well as all of the different types of sparse filtering models that can be placed within the layers.

  • test.py This file can be called from the command prompt with a number of different input arguments. Given those arguments, it can build an arbitrarily deep neural network that can be fully connected or convolutional. It reads in the specified dataset and preprocesses them and then trains the network with said data. The network and other optional items are saved to a file in the saved subdirectory. Optional visualizations can be executed as well.

  • archive Archived sparse filtering scripts that are currently unused.

  • data Datasets of images to train the neural networks.

  • scripts These are standalone scripts that can build specific neural networks for sparse filtering. Currently, these scripts are outdated and do not match the functionality of the primary sparse filtering objects.

  • shell Shell files that can initialize Amazon Machine Images with all known dependencies. Also contains shell files for automatic pushing to and pulling from Github.

  • utilities Contains all of the various utilities.


For emptying the saved folder:

rm -rfv saved/*

For stopping run-away code:

pkill -9 python

For pulling data from instance:

scp -i dan-key-pair-useast.pem [email protected]:~/sparse_filtering/saved/2015-10-16_18h58m42s/* ~/Documents/research/AWS/sparse_filtering/saved/

sparse_filtering's People

Stargazers

Roman avatar Feiyu Lu avatar Zhou Xin avatar  avatar

Watchers

James Cloos avatar Daniel C. LaCombe, Jr.  avatar

Forkers

fengjiran

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.