Giter Site home page Giter Site logo

mcboyd / userid-ml Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 14.2 MB

User identification through activity classification from smartphone and smart-wearable sensor data using machine learning. Utilizing the "WISDM Smartphone and Smartwatch Activity and Biometrics Dataset".

License: MIT License

Python 98.82% PowerShell 1.18%

userid-ml's Introduction

UserID-ML

User identification through activity classification from smartphone and smart-wearable sensor data using machine learning. Utilizing the "WISDM Smartphone and Smartwatch Activity and Biometrics Dataset".

Data Extraction

Code, pseudocode, and concepts documented in data folder.

  • Authorized Person: 90 seconds of data for each subject/activity is allocated to each of the testing and training data sets
  • Imposter: 18 other subjects are randomly selected and 30 seconds of data for the same activity are randomly chosen for each subject
    • Data from 9 subjects is placed in the testing data set
    • While data from the other 9 is placed in the training data set
  • Training class ratio is 90:270 (subject:imposter) by design

Random Forest Algorithm

Will use the TensorFlow class BoostedTreesClassifier as the model. Requirements:

  • Separate features and labels with Dataframe.pop()
  • Convert dataframe into Tensor with tf.data.Dataset.from_tensor_slices()
  • Define input function to break data into batches
  • Define evaluate function to run on test data
  • Create model, train, and evaluate

Equal Error Rate (EER)

Pseudocode in equal_error_rate.py.

userid-ml's People

Contributors

mcboyd avatar lernerd73 avatar kristiperreault avatar

Stargazers

 avatar

Watchers

 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.