Code Monkey home page Code Monkey logo

activity-recognition-prediction-wearable's Introduction

activity-recognition-prediction-wearable

Work in progress about activity recognition/prediction using wearable sensors information

Variational Time Series Feature Extractor (VTSFE)

Generative model which provides a reduced feature space useful for both recognition and prediction.

activity-recognition-prediction-wearable's People

Contributors

amalaise avatar jbmouret avatar mchaveroche avatar serena-ivaldi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

activity-recognition-prediction-wearable's Issues

nb_training_samples is not define in the VTSFEmain.py

Hello @mchaveroche , the variable nb_training_samplesis not defined in the file main.py.
In one commit you did:

(-) nb_training_samples = 6
(-) data, remains = lr.data_driver.get_data_set(nb_training_samples, shuffle_samples=False)
(+) training_indices = list(range(test_index))+list(range(test_index+1,10))
(+) test_indices = []
(+) for index in range(lr.data_driver.nb_samples_per_mov):
(+) if index not in training_indices:
(+) test_indices.append(index)
(+) data, remains = lr.data_driver.get_data_set(training_indices, shuffle_samples=False)

but you continue to use this variable. I guess we need to change the name of the variable "nb_training_samples" to "training_indices", right?

vtsfe_plots not found

Hello!

I tried to use your program, but when I launched "python3 main.py " (following the readme file), I had the following error:

from vtsfe_plots import VTSFE_Plots
ImportError: No module named 'vtsfe_plots

And I didn't find this "vtsfe_plots" modul, can you hep me? (There is only a "vtsfe.py" function).

@serena-ivaldi @mchaveroche

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.