Giter Site home page Giter Site logo

robchambers / filternet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from whistlelabs/filternet

0.0 0.0 0.0 2.68 MB

Deep learning architecture for computationally efficient activity recognition as described in the paper FilterNet: A many-to-many deep learning architecture for time series classification

Jupyter Notebook 93.02% Python 6.98%

filternet's Introduction

FilterNet: A many-to-many deep learning architecture for time series classification

DOI

This repository contains code to reproduce the results and figures in the paper: FilterNet: A many-to-many deep learning architecture for time series classification.

Setup

The easiest way to run this software is via the Anaconda Python distribution.

  1. Install Anaconda
  2. Run conda env create -f environment.yaml
  3. Enable the filternet environment, like, source activate filternet
  4. Install filternet so it is importable, by running pip install -e . in the same directory as setup.py

Running tests

In the root dir of this repo:

pytest tests

This will be really slow the first time because it has to download and pre-process several large AR datasets.

Subsequent test runs will probably still be slow, but... less slow.

Reproducing Results

  1. Run the scripts in the scripts/ directory. These are very long-running scripts that reproduce each experimental condition many times. You might want to set, e.g., NUM_REPEATS=1 if you don't need this level of reproducibility.

  2. Run the notebooks to re-produce the figures. You might need to edit a few paths to specific models to match the filenames on your system, especially if you changed the NAME or NUM_REPEATS parameters.


Copyright (C) 2020 Pet Insight Project - All Rights Reserved

filternet's People

Contributors

robchambers avatar nateyoder avatar

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.