DATA MINING SAMPLE RESEARCH: ACTIVITY RECOGNITION CLASSIFICATION IN ACTION

Size: px
Start display at page:

Download "DATA MINING SAMPLE RESEARCH: ACTIVITY RECOGNITION CLASSIFICATION IN ACTION"

Transcription

1 DATA MINING SAMPLE RESEARCH: ACTIVITY RECOGNITION CLASSIFICATION IN ACTION 1

2 Mobile Activity Recognition Mobile devices like smartphones and smartwatches have many sensors Some sensors measure motion Tri-axial accelerometer Gyroscope GPS and other location sensors Activity Recognition is now pretty common but wasn t when this research started It took a year for our Fitbit order to be delivered 2

3 What is Activity Recognition? Identifying a user s activity based on data In our case the mobile sensor data from the accelerometer and gyroscope What type of data mining task is this? Classification How would you formulate this as a classification task? Not so obvious if you have not read the paper, since time dimension complicates things 3

4 More on Activity Recognition Examples of activities Walking, jogging, running, jumping, washing dishes, playing basketball, reading, partying, studying, eating, drinking, etc Why do we care? Context sensitive smart devices Fitness and health applications To track what we do for other purposes 4

5 The Data The data is collected at 20 Hz A timestamped sequence of numbers for each of 3 dimensions for both sensors 5

6 Walking Data Phone accelerometer Watch Gyroscope 6

7 Phone Jogging Accelerometer 7

8 Phone Accelerometer Standing Data 8

9 WISDM Activity Recognition Studies 2010 study using only smartphones Good results, but only 6 basic activities (29 subjects) More refined studies over next few years, including impact of personal models 2016 study: smartphones & smartwatches Good results over 18 activities (17 subjects) Hand-based activities including eating In progress Increasing test subjects to and more thorough evaluation of the four sensors Phone accel, phone gyro, watch accel, watch gyro, fusion 9

10 The 2016 Smartwatch Activities General Activities Walking* Jogging* Climbing Stairs* Sitting* Standing* Kicking Soccer Ball * These used in the 2010 smartphone study General Activities (hand-oriented) Dribbling Basketball Playing Catch with Tennis Ball Typing Handwriting Clapping Brushing Teeth Folding Clothes Eating Activities (hand-oriented) Eating Pasta Eating Soup Eating Sandwich Eating Chips Drinking from a Cup 10

11 Formulation as Classification Take the raw time series sensor data for nonoverlapping 10 second chunks and create one example Use higher level features to describe behavior over the 10 second period This is data transformation Mapping the data to a very different representation 11

12 High Level Features: 43 Total Average[3]: Average acceleration (per axis) Standard Deviation[3]: SD per axis Average Absolute difference[3]: per axis Average Resultant Acceleration[3]: average of square root of sum of squares of 3 values Time Between Peaks[3] Binned Distribution[30]: For each axis take max min value, create 10 equal sized bins, and record fraction in each bin 12

13 Types of Models Impersonal Models Generated using data from a panel of other users Personal Models Generated using data from the intended user. Must be separate from test data, as usual. 13

14 Results 14

15 Actual Class 2010 Study using Impersonal Model (IB3 Method) 72.4% Accuracy Predicted Class Walking Jogging Stairs Sitting Standing Lying Down Walking Jogging Stairs Sitting Standing Lying Down

16 Actual Class 2010 Study using Personal Model (IB3 Method) 98.4% accuracy Predicted Class Walking Jogging Stairs Sitting Standing Lying Down Walking Jogging Stairs Sitting Standing Lying Down

17 2010 Study Accuracy Results % of Records Correctly Classified Personal Universal Straw IB3 J48 NN IB3 J48 NN Man Walking Jogging Stairs Sitting Standing Lying Down Overall

18 2016 Study Universal Models Algorithm Phone accel (%) Watch accel (%) Watch gyro (%) RF J IB NB MLP Average Note: based on 18 activities 18

19 2016 Study Personal Models Algorithm Phone accel (%) Watch accel (%) Watch gyro (%) RF J IB NB MLP Average

20 2016 Detailed Summary Results Random Forest Impersonal (%) Personal (%) Activity Watch accel Phone accel Watch gyro Watch accel Phone accel Watch gyro Walking Jogging Stairs Sitting Standing Kicking Dribbling Catch Typing Handwriting Clapping Brush Teeth Fold Clothes Eat Pasta Eat Soup Eat Sandwich Eat Chips Drink Overall

21 Actitracker The phone-bases research was incorporated into a deployed app/system called Actitracker The development effort to handle real-time activity recognition was substantial Actitracker is no longer supported 21

22 New Directions My WISDM Lab is finishing work on the smartwatch activity recognition Beginning to consider data mining of static sensors since cheap Bluetooth sensors are now available Research related to Internet of Thing (IoT) 22

23 Data Collection Collecting the data is quite time intensive We are still collecting data for definitive set of AR experiements so if you want to volunteer, please me. Data collection usually at RH Will provide an Amazon gift card 23

Bayesian Optimized Random Forest for Movement Classification with Smartphones

Bayesian Optimized Random Forest for Movement Classification with Smartphones Bayesian Optimized Random Forest for Movement Classification with Smartphones 1 2 3 4 Anonymous Author(s) Affiliation Address email 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29

More information

Human Performance Evaluation

Human Performance Evaluation Human Performance Evaluation Minh Nguyen, Liyue Fan, Luciano Nocera, Cyrus Shahabi minhnngu@usc.edu --O-- Integrated Media Systems Center University of Southern California 1 2 Motivating Application 8.2

More information

Smart-Walk: An Intelligent Physiological Monitoring System for Smart Families

Smart-Walk: An Intelligent Physiological Monitoring System for Smart Families Smart-Walk: An Intelligent Physiological Monitoring System for Smart Families P. Sundaravadivel 1, S. P. Mohanty 2, E. Kougianos 3, V. P. Yanambaka 4, and M. K. Ganapathiraju 5 University of North Texas,

More information

A computer program that improves its performance at some task through experience.

A computer program that improves its performance at some task through experience. 1 A computer program that improves its performance at some task through experience. 2 Example: Learn to Diagnose Patients T: Diagnose tumors from images P: Percent of patients correctly diagnosed E: Pre

More information

CS 528 Mobile and Ubiquitous Computing Lecture 7a: Applications of Activity Recognition + Machine Learning for Ubiquitous Computing.

CS 528 Mobile and Ubiquitous Computing Lecture 7a: Applications of Activity Recognition + Machine Learning for Ubiquitous Computing. CS 528 Mobile and Ubiquitous Computing Lecture 7a: Applications of Activity Recognition + Machine Learning for Ubiquitous Computing Emmanuel Agu Applications of Activity Recognition Recall: Activity Recognition

More information

Health + Track Mobile Application using Accelerometer and Gyroscope

Health + Track Mobile Application using Accelerometer and Gyroscope Health + Track Mobile Application using Accelerometer and Gyroscope Abhishek S Velankar avelank1@binghamton.edu Tushit Jain tjain3@binghamton.edu Pelin Gullu pgullu1@binghamton.edu ABSTRACT As we live

More information

wesport: Utilising Wrist-Band Sensing to Detect Player Activities in Basketball Games

wesport: Utilising Wrist-Band Sensing to Detect Player Activities in Basketball Games The Second IEEE International Workshop on Sensing Systems and Applications Using Wrist Worn Smart Devices, 2016 wesport: Utilising Wrist-Band Sensing to Detect Player Activities in Basketball Games Lu

More information

Gait Recognition. Yu Liu and Abhishek Verma CONTENTS 16.1 DATASETS Datasets Conclusion 342 References 343

Gait Recognition. Yu Liu and Abhishek Verma CONTENTS 16.1 DATASETS Datasets Conclusion 342 References 343 Chapter 16 Gait Recognition Yu Liu and Abhishek Verma CONTENTS 16.1 Datasets 337 16.2 Conclusion 342 References 343 16.1 DATASETS Gait analysis databases are used in a myriad of fields that include human

More information

MEMS Sensors for Smart Living: ITRI Solutions. Chris Chen, ITRI

MEMS Sensors for Smart Living: ITRI Solutions. Chris Chen, ITRI MEMS Sensors for Smart Living: ITRI Solutions Chris Chen, ITRI MEMS Sensors for Smart Living Outline Sensors are Everywhere What MEMS Sensors are Most Required Smart Living Megatrend Herald Next Wave of

More information

User Activity Related Data Sets for Context Recognition

User Activity Related Data Sets for Context Recognition User Activity Related Data Sets for Context Recognition Holger Junker 1, Paul Lukowicz 1,2, Gerhard Tröster 1 1 Wearable Computing Lab, ETH Zurich, Switzerland 2 Institute for Computer Systems and Networks,

More information

One Small Step for a Man: Estimation of Gender, Age and Height from Recordings of One Step by a Single Inertial Sensor

One Small Step for a Man: Estimation of Gender, Age and Height from Recordings of One Step by a Single Inertial Sensor Article One Small Step for a an: Estimation of Gender, Age and Height from Recordings of One Step by a Single Inertial Sensor Qaiser Riaz, *, Anna Vögele, Björn Krüger and Andreas Weber Received: October

More information

Using Machine Learning for Real-time Activity Recognition and Estimation of Energy Expenditure

Using Machine Learning for Real-time Activity Recognition and Estimation of Energy Expenditure Using Machine Learning for Real-time Activity Recognition and Estimation of Energy Expenditure Emmanuel Munguia Tapia PhD Thesis Defense House_n Massachusetts Institute of Technology Do you know How many

More information

ACTIVITY MONITORING SYSTEM

ACTIVITY MONITORING SYSTEM ACTIVITY MONITORING SYSTEM Hardik Shah 1, Mohit Srivastava 2, Sankarshan Shukla 3, Dr. Mita Paunwala 4 Student, Electronics and Communication, CKPCET, Surat, Gujarat, India 1 Student, Electronics and Communication,

More information

Analysis of Acceleration Value based on the Location of the Accelerometer

Analysis of Acceleration Value based on the Location of the Accelerometer Analysis of Acceleration Value based on the Location of the Accelerometer Shin-Hyeong Choi Abstract Physical activity is essential for human health maintenance. We investigate the effects of acceleration

More information

Equine Results Interpretation Guide For Cannon Angles May 2013

Equine Results Interpretation Guide For Cannon Angles May 2013 Equine Results Interpretation Guide For Cannon Angles May 2013 Page 1 of 20 Table of Contents 1. Introduction... 3 2. Options for all plots... 7 3. Tables of data... 8 4. Gaits... 10 5. Walk... 10 6. Trot...

More information

REPORT. A comparative study of the mechanical and biomechanical behaviour of natural turf and hybrid turf for the practise of sports

REPORT. A comparative study of the mechanical and biomechanical behaviour of natural turf and hybrid turf for the practise of sports REPORT A comparative study of the mechanical and biomechanical behaviour of natural turf and hybrid turf for the practise of sports Addressed to: PSF - PALAU TURF Date: May 2015 Table of Contents SHEET

More information

Using Spatio-Temporal Data To Create A Shot Probability Model

Using Spatio-Temporal Data To Create A Shot Probability Model Using Spatio-Temporal Data To Create A Shot Probability Model Eli Shayer, Ankit Goyal, Younes Bensouda Mourri June 2, 2016 1 Introduction Basketball is an invasion sport, which means that players move

More information

Proposal for a Design of a Autonomous Bridge-Mapping Hydroplane

Proposal for a Design of a Autonomous Bridge-Mapping Hydroplane Proposal for a Design of a Autonomous Bridge-Mapping Hydroplane Group 2 Proposed for: 2.017 Design of Electromechanical Robotic Systems Professor Franz Hover Lab Instructor Harrison Chin September 29,

More information

measures Second generation accelerometers

measures Second generation accelerometers Accelerometer issues SINGLE-SITE PLACEMENT; waist placement -> PA underestimate during upper limb movement, standing, vertical activity (i.e., climbing stairs, uphill walking), pushing or pulling objects,

More information

SSC Tykes Week Practice Sessions

SSC Tykes Week Practice Sessions SSC Tykes 2013 6 Week Practice Sessions Keep it simple, keep it fun! Week 1 Main Skill focus dribbling Week 2 Main Skill focus dribbling Week 3 Main Skill focus passing/receiving Week 4 Main Skill focus

More information

Towards City-Scale Smartphone Sensing of Potentially Unsafe Pedestrian Movements

Towards City-Scale Smartphone Sensing of Potentially Unsafe Pedestrian Movements Towards City-Scale Smartphone Sensing of Potentially Unsafe Pedestrian Movements Trisha Datta Hillsborough Township Public School Hillsborough, NJ, USA tdatta@htps.us Shubham Jain WINLAB, Rutgers University

More information

Look Up! Positioning-based Pedestrian Risk Awareness. Shubham Jain

Look Up! Positioning-based Pedestrian Risk Awareness. Shubham Jain Look Up! Positioning-based Pedestrian Risk Awareness Shubham Jain Does this look familiar? Pedestrians account for 14% of all traffic fatalities in the US *. In the last decade, 688,000 pedestrians injured

More information

siot-shoe: A Smart IoT-shoe for Gait Assistance (Miami University)

siot-shoe: A Smart IoT-shoe for Gait Assistance (Miami University) siot-shoe: A Smart IoT-shoe for Gait Assistance (Miami University) Abstract Mark Sullivan, Casey Knox, Juan Ding Gait analysis through the Internet of Things (IoT) is able to provide an overall assessment

More information

Spring 2010 Coaching Sessions U14

Spring 2010 Coaching Sessions U14 Spring 2010 Coaching Sessions U14 Coaching Ages 13 to 14 Years This section provides you with a eight week training program for children ages 13 through 14 years. Each practice features four fun and progressive

More information

Real-time identification using gait pattern analysis on a standalone wearable accelerometer

Real-time identification using gait pattern analysis on a standalone wearable accelerometer Real-time identification using gait pattern analysis on a standalone wearable accelerometer Guglielmo Cola, Marco Avvenuti and Alessio Vecchio Dipartimento di Ingegneria dell Informazione, University of

More information

Cricket umpire assistance and ball tracking system using a single smartphone camera

Cricket umpire assistance and ball tracking system using a single smartphone camera 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 Cricket umpire assistance and ball tracking system using a single smartphone camera Udit Arora

More information

This is your guide to practical training sessions and warm up exercises for Match Officials in Ontario.

This is your guide to practical training sessions and warm up exercises for Match Officials in Ontario. This is your guide to practical training sessions and warm up exercises for Match Officials in Ontario. These sessions have been carefully selected for maximum impact. You may add degrees of difficulty

More information

Adaptive context-agnostic floor transition detection on smart mobile devices

Adaptive context-agnostic floor transition detection on smart mobile devices Adaptive context-agnostic floor transition detection on smart mobile devices Salvatore Vanini University of Applied Sciences of Southern Switzerland (SUPSI) salvatore.vanini@supsi.ch CoMoRea Workshop -

More information

Table 1. Sequence of bubble and dredging tests with prevailing tide stage and number of bucket cycles recorded for each test.

Table 1. Sequence of bubble and dredging tests with prevailing tide stage and number of bucket cycles recorded for each test. Table 1. Sequence of bubble and dredging tests with prevailing tide stage and number of bucket cycles recorded for each test. Test Tide Dredge Orientation 1 Date Time # Bucket Cycles Bubble 1 Flood North

More information

Recognizing Turns and Other Snowboarding Activities with a Gyroscope

Recognizing Turns and Other Snowboarding Activities with a Gyroscope Recognizing Turns and Other Snowboarding ctivities with a Gyroscope Thomas Holleczek, Jona Schoch, Bert rnrich, Gerhard Tröster Wearable Computing Lab. ETH Zurich Zurich, Switzerland hollthom@ethz.ch bstract

More information

Available online at ScienceDirect. Procedia Engineering 112 (2015 )

Available online at   ScienceDirect. Procedia Engineering 112 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 112 (2015 ) 196 201 7th Asia-Pacific Congress on Sports Technology, APCST 2015 Dynamics of spin bowling: the normalized precession

More information

Objective Physical Activity Monitoring for Health-Related Research: A Discussion of Methods, Deployments, and Data Presentations

Objective Physical Activity Monitoring for Health-Related Research: A Discussion of Methods, Deployments, and Data Presentations Objective Physical Activity Monitoring for Health-Related Research: A Discussion of Methods, Deployments, and Data Presentations John M. Schuna Jr., PhD School of Biological and Population Health Sciences

More information

1st 2nd Grade Week 8 Practice Improve Juggling and Ball Skills

1st 2nd Grade Week 8 Practice Improve Juggling and Ball Skills 1st 2nd Grade Week 8 Practice Improve Juggling and Ball Skills Play Time and Welcome Teaching the Skill and Warm Up Activity/ Game One Mid-Practice Huddle Activity/ Game Two Rule of the Day and Scrimmage

More information

An indoor augmented-reality evacuation system for the Smartphone using personalized Pedometry

An indoor augmented-reality evacuation system for the Smartphone using personalized Pedometry Ahn and Han Human-centric Computing and Information Sciences 2012, 2:18 RESEARCH Open Access An indoor augmented-reality evacuation system for the Smartphone using personalized Pedometry Junho Ahn * and

More information

Guide to using the System Page 1

Guide to using the System Page 1 Guide to using the System Page 1 What is System X2? System X2 is a mathematically based football (soccer) forecasting service that operates in leagues all over the world all year round. It works by using

More information

Prediction of Crossing Driveways of a Distracted Pedestrian from Walking Characteristics

Prediction of Crossing Driveways of a Distracted Pedestrian from Walking Characteristics International Journal of Internet of Things 2018, 7(1): 1-9 DOI: 10.5923/j.ijit.20180701.01 Prediction of Crossing Driveways of a Distracted Pedestrian from Walking Characteristics Hiroki Kitamura 1,*,

More information

HAWAII YOUTH SOCCER ASSOCIATION U-5/6 RECOMMENDED DEVELOPMENT PROGRAM Technical Director / Director of Coaching George Kuntz

HAWAII YOUTH SOCCER ASSOCIATION U-5/6 RECOMMENDED DEVELOPMENT PROGRAM Technical Director / Director of Coaching George Kuntz 1 Youth U5/6 Session #1 Tasks for the Session: Solving Simple Problems Learning uses of different surfaces of the feet Learning Boundaries (Center Circle, Midfield, Touchline, Corner, End line, Goal) Dribbling

More information

Cooperative Navigation for Autonomous Underwater Vehicles. Navigare 2011, 4 May 2011, Bern

Cooperative Navigation for Autonomous Underwater Vehicles. Navigare 2011, 4 May 2011, Bern Cooperative Navigation for Autonomous Underwater Vehicles Navigare 2011, 4 May 2011, Bern Distributed Intelligent Systems and Algorithms Laboratory disal.epfl.ch Alexander Bahr Land, atmosphere and sea

More information

ShuttlE. Schools Badminton LESSON PLANS Throw and Hit

ShuttlE. Schools Badminton LESSON PLANS Throw and Hit Schools Badminton LESSON PLANS Throw and Hit Schools Badminton LESSON PLANS Throw and Hit Badminton World Federation 2011. First published November 2011. Overview 1. Introduction Throw and Hit Before

More information

Datalogging Shirt for Baseball Pitchers

Datalogging Shirt for Baseball Pitchers Datalogging Shirt for Baseball Pitchers Design Team Marcus Moché, Alexandra Morgan, David Schmidt Design Advisor Prof. M. Taslim Abstract Baseball pitcher elbow injuries have been increasing in frequency

More information

POKEMON HACKS. Jodie Ashford Josh Baggott Chloe Barnes Jordan bird

POKEMON HACKS. Jodie Ashford Josh Baggott Chloe Barnes Jordan bird POKEMON HACKS Jodie Ashford Josh Baggott Chloe Barnes Jordan bird Why pokemon? 1997 The Pokemon Problem an episode of the anime caused 685 children to have seizures Professor Graham Harding from Aston

More information

SpeedMax White Paper. Dynastream Innovations Inc. 228 River Avenue Cochrane, AB T4C 2C1. p f

SpeedMax White Paper. Dynastream Innovations Inc. 228 River Avenue Cochrane, AB T4C 2C1.   p f SpeedMax White Paper 228 River Avenue Cochrane, AB T4C 2C1 www.dynastream.com p 403.932.9292 f 403.932.6521 1 OVERVIEW Established in 1998, has world-leading expertise in the research and development of

More information

Smart Health Walking Digital Pedometer And Heart Rate Watch Manual

Smart Health Walking Digital Pedometer And Heart Rate Watch Manual Smart Health Walking Digital Pedometer And Heart Rate Watch Manual Smart Health (2) Fit EKG Accurate Heart Rate Watch Black Smart Health Walking Fit EKG Accurate Heart Rate Watch Black Health Information

More information

CS 528 Mobile and Ubiquitous Computing Lecture 5b: Step Counting & Activity Recognition Emmanuel Agu

CS 528 Mobile and Ubiquitous Computing Lecture 5b: Step Counting & Activity Recognition Emmanuel Agu CS 528 Mobile and Ubiquitous Computing Lecture 5b: Step Counting & Activity Recognition Emmanuel Agu Step Counting (How Step Counting Works) Sedentary Lifestyle Sedentary lifestyle increases risk of diabetes,

More information

(Lab Interface BLM) Acceleration

(Lab Interface BLM) Acceleration Purpose In this activity, you will study the concepts of acceleration and velocity. To carry out this investigation, you will use a motion sensor and a cart on a track (or a ball on a track, if a cart

More information

Activity Time Intensity code Hours Minutes

Activity Time Intensity code Hours Minutes Part 1 Interviewer: (please read to participant): We are interested to learn about the types of activities which are part of your regular routine. I am going to show you lists of common types of physical

More information

Weekly Practice Schedule:

Weekly Practice Schedule: Coaching Ages 4 to 6 Years This section provides you with an eight-week training program for children ages 4 through 6 years. Each practice features three fun and progressive drills and culminates with

More information

Reliable Real-Time Recognition of Motion Related Human Activities using MEMS Inertial Sensors

Reliable Real-Time Recognition of Motion Related Human Activities using MEMS Inertial Sensors Reliable Real-Time Recognition of Motion Related Human Activities using MEMS Inertial Sensors K. Frank,, y; M.J. Vera-Nadales, University of Malaga, Spain; P. Robertson, M. Angermann, v36 Motivation 2

More information

The World Leader in High Performance Signal Processing Solutions MEMS Webcast

The World Leader in High Performance Signal Processing Solutions MEMS Webcast The World Leader in High Performance Signal Processing Solutions MEMS Webcast October, 2013 High Performance Inertial Sensors Sensor Trends Mark Martin VP, MEMS / Sensors Growth Opportunities Products

More information

Step Counting Investigation with Smartphone Sensors

Step Counting Investigation with Smartphone Sensors Rochester Institute of Technology Department Of Computer Science FALL 2016 Step Counting Investigation with Smartphone Sensors Author: Supervisor Dr. Leon Reznik December 12, 2016 Contents 1 Introduction

More information

Is lung capacity affected by smoking, sport, height or gender. Table of contents

Is lung capacity affected by smoking, sport, height or gender. Table of contents Sample project This Maths Studies project has been graded by a moderator. As you read through it, you will see comments from the moderator in boxes like this: At the end of the sample project is a summary

More information

Introduction to Pattern Recognition

Introduction to Pattern Recognition Introduction to Pattern Recognition Jason Corso SUNY at Buffalo 12 January 2009 J. Corso (SUNY at Buffalo) Introduction to Pattern Recognition 12 January 2009 1 / 28 Pattern Recognition By Example Example:

More information

Weekly Practice Schedule:

Weekly Practice Schedule: Coaching Ages 13 to 14 Years This section provides you with a twelve-week training program for children ages 13 through 14 years. Each practice features four fun and progressive drills and culminates with

More information

Health Smart Virginia - Sample Lesson Plan

Health Smart Virginia - Sample Lesson Plan Grade 3 Physical Education- Motor Skill Development- #3 Health Smart Virginia - Sample Lesson Plan Grade Level 3 Unit Soccer SOLs: Title: 3.1 A Demonstrate the critical elements for overhand throw and

More information

K-8 45 MIN 1 VOLUNTEER PER 5 CHILDREN DIFFERENT OBJECTS FLOAT OR SINK IN VARIOUS FLUIDS

K-8 45 MIN 1 VOLUNTEER PER 5 CHILDREN DIFFERENT OBJECTS FLOAT OR SINK IN VARIOUS FLUIDS K-8 45 MIN 1 VOLUNTEER PER 5 CHILDREN DIFFERENT OBJECTS FLOAT OR SINK IN VARIOUS FLUIDS BASED ON SEVERAL FACTORS. THE DENSITY OF THE FLUID VS. THE DENSITY OF THE OBJECT IS THE PRIMARY PRINCIPLE WITH REGARD

More information

Fall Prevention Midterm Report. Akram Alsamarae Lindsay Petku 03/09/2014 Dr. Mansoor Nasir

Fall Prevention Midterm Report. Akram Alsamarae Lindsay Petku 03/09/2014 Dr. Mansoor Nasir Fall Prevention Midterm Report Akram Alsamarae Lindsay Petku 03/09/2014 Dr. Mansoor Nasir Updates to timeline Last semester we created a timeline that included important milestones. We have narrowed down

More information

Motor Milestones by 3 Months Gross Motor Skills

Motor Milestones by 3 Months Gross Motor Skills Motor Milestones by 3 Months -Laying on back: -Kick legs together and alternately -Reach for/ bat at toys held over head in midline with each arm together and alternately -Laying on tummy: -Turn head from

More information

Wearable Trick Classification in Freestyle Snowboarding

Wearable Trick Classification in Freestyle Snowboarding Wearable Trick Classification in Freestyle Snowboarding Benjamin H. Groh, Martin Fleckenstein, Bjoern M. Eskofier Abstract Digital motion analysis in freestyle snowboarding requires a stable trick detection

More information

World Leading Traffic Analysis

World Leading Traffic Analysis World Leading Traffic Analysis Over the past 25 years, has worked closely with road authorities and traffic managers around the world to deliver leading traffic monitoring equipment. With products now

More information

A Multimodal Sensing Platform for Cyclist Risk Perception in Urban Scenarios

A Multimodal Sensing Platform for Cyclist Risk Perception in Urban Scenarios 1 A Multimodal Sensing Platform for Cyclist Risk Perception in Urban Scenarios Pedro Vieira, Manuel Marques and João Costeira. Abstract Cycling is increasing as an urban activity, but the cities are not

More information

Global Premier Soccer Curriculum u14 Curriculum 8 Week Training Program

Global Premier Soccer Curriculum u14 Curriculum 8 Week Training Program Global Premier Soccer 2015 Curriculum u14 Curriculum 8 Week Training Program GPS CURRICULUM INDEX INDEX Week 1 - Week 2 - Week 3 - Week 4 - Week 5 - Week 6 - Week 7 - Week 8 - Week 9 - Ball Manipulation

More information

(12) Patent Application Publication (10) Pub. No.: US 2009/ A1

(12) Patent Application Publication (10) Pub. No.: US 2009/ A1 (19) United States US 20090030350A1 (12) Patent Application Publication (10) Pub. No.: US 2009/0030350 A1 Yang et al. (43) Pub. Date: Jan. 29, 2009 (54) GAIT ANALYSIS (30) Foreign Application Priority

More information

GOOD-WALK RECOGNITION USING ANDROID SMARTPHONE ACCELEROMETER WITH APPLICATION ON SENIOR PATIENTS WENBO YU THESIS

GOOD-WALK RECOGNITION USING ANDROID SMARTPHONE ACCELEROMETER WITH APPLICATION ON SENIOR PATIENTS WENBO YU THESIS c 2016 Wenbo Yu GOOD-WALK RECOGNITION USING ANDROID SMARTPHONE ACCELEROMETER WITH APPLICATION ON SENIOR PATIENTS BY WENBO YU THESIS Submitted in partial fulfillment of the requirements for the degree of

More information

Windcube FCR measurements

Windcube FCR measurements Windcube FCR measurements Principles, performance and recommendations for use of the Flow Complexity Recognition (FCR) algorithm for the Windcube ground-based Lidar Summary: As with any remote sensor,

More information

Evaluation of Pedometer Performance Across Multiple Gait Types Using Video for Ground Truth

Evaluation of Pedometer Performance Across Multiple Gait Types Using Video for Ground Truth Clemson University TigerPrints All Dissertations Dissertations 5-2018 Evaluation of Pedometer Performance Across Multiple Gait Types Using Video for Ground Truth Ryan Stephen Mattfeld Clemson University,

More information

WalkCompass: Finding Walking Direction Leveraging Smartphone s Inertial Sensors. Nirupam Roy

WalkCompass: Finding Walking Direction Leveraging Smartphone s Inertial Sensors. Nirupam Roy WalkCompass: Finding Walking Direction Leveraging Smartphone s Inertial Sensors by Nirupam Roy Bachelor of Engineering Bengal Engineering and Science University, Shibpur 2007 Submitted in Partial Fulfillment

More information

Influence of Angular Velocity of Pedaling on the Accuracy of the Measurement of Cyclist Power

Influence of Angular Velocity of Pedaling on the Accuracy of the Measurement of Cyclist Power Influence of Angular Velocity of Pedaling on the Accuracy of the Measurement of Cyclist Power Abstract Almost all cycling power meters currently available on the market are positioned on rotating parts

More information

Methods for movement monitoring and daily-life physical activity classification

Methods for movement monitoring and daily-life physical activity classification Milan, August 25th 2015 Methods for movement monitoring and daily-life physical activity classification Speaker: Anisoara Paraschiv-Ionescu Ecole Polytechnique Federale de Lausanne Applications Clinical

More information

GPS Curriculum 2015 Professional Development - Lee Moyce Junior/Premier - u9 - Dribbling

GPS Curriculum 2015 Professional Development - Lee Moyce Junior/Premier - u9 - Dribbling Global Premier Soccer GPS Curriculum 2015 Professional Development - Lee Moyce Junior/Premier - u9 - Dribbling Pre-Practice Exercises Sponge Bob Juggling Players can work in pairs or as individuals. Player

More information

Digiquartz Water-Balanced Pressure Sensors for AUV, ROV, and other Moving Underwater Applications

Digiquartz Water-Balanced Pressure Sensors for AUV, ROV, and other Moving Underwater Applications Digiquartz Water-Balanced Pressure Sensors for AUV, ROV, and other Moving Underwater Applications Dr. Theo Schaad Principal Scientist Paroscientific, Inc. 2002 Paroscientific, Inc. Page 1 of 6 Digiquartz

More information

4 days a week least 45min of a sprinting/interval routine (10min warm least 30 min of sprinting/intervals, 5 min cool down)

4 days a week least 45min of a sprinting/interval routine (10min warm least 30 min of sprinting/intervals, 5 min cool down) RUNNING SCHEDULE 2 days a week = @ least a 3 mile run 4 days a week = @ least 45min of a sprinting/interval routine (10min warm up, @ least 30 min of sprinting/intervals, 5 min cool down) RUNNING LEVEL

More information

A percent is a ratio that compares a number to 100. It represents part of a whole. Model 54% on the 10-by-10 grid. Then write the percent as a ratio.

A percent is a ratio that compares a number to 100. It represents part of a whole. Model 54% on the 10-by-10 grid. Then write the percent as a ratio. Lesson 5.1 Reteach Model Percents A percent is a ratio that compares a number to. It represents part a whole. Model 54% on the 10-by-10 grid. Then write the percent as a ratio. Step 1 The grid represents

More information

Step Detection Algorithm For Accurate Distance Estimation Using Dynamic Step Length

Step Detection Algorithm For Accurate Distance Estimation Using Dynamic Step Length Step Detection Algorithm For Accurate Distance Estimation Using Dynamic Step Length Ahmad Abadleh ahmad_a@mutah.edu.jo Eshraq Al-Hawari eshraqh@mutah.edu.jo Esra'a Alkafaween Esra_ok@mutah.edu.jo Hamad

More information

Evaluating and Classifying NBA Free Agents

Evaluating and Classifying NBA Free Agents Evaluating and Classifying NBA Free Agents Shanwei Yan In this project, I applied machine learning techniques to perform multiclass classification on free agents by using game statistics, which is useful

More information

Using Accelerometry: Methods Employed in NHANES

Using Accelerometry: Methods Employed in NHANES Using Accelerometry: Methods Employed in NHANES Richard Troiano, Ph.D. David Berrigan, Ph.D. National Cancer Institute Overview NHANES Accelerometry Accelerometry Analytic Issues Decisions and data cleaning

More information

Topic: Passing and Receiving Objective: To improve the teams passing technique and to recognize the correct timing and opportunity to pass Technique o

Topic: Passing and Receiving Objective: To improve the teams passing technique and to recognize the correct timing and opportunity to pass Technique o Topic: Dribbling for Possession Objective: To improve dribbling and shielding technique Technical Box: Keep the ball close All players dribbling in a defined space. Use all surfaces of the foot Players

More information

Gait Analyser. Description of Walking Performance

Gait Analyser. Description of Walking Performance Gait Analyser Description of Walking Performance This brochure will help you to understand clearly the parameters described in the report of the Gait Analyser, provide you with tips to implement the walking

More information

Effect on Bowling Performance Parameters When Intentionally Increasing the Spin Rate, Analysed with a Smart Cricket Ball

Effect on Bowling Performance Parameters When Intentionally Increasing the Spin Rate, Analysed with a Smart Cricket Ball Proceedings Effect on Bowling Performance Parameters When Intentionally Increasing the Spin Rate, Analysed with a Smart Cricket Ball Franz Konstantin Fuss 1, *, Batdelger Doljin 1 and René E. D. Ferdinands

More information

This file is part of the following reference:

This file is part of the following reference: This file is part of the following reference: Hancock, Timothy Peter (2006) Multivariate consensus trees: tree-based clustering and profiling for mixed data types. PhD thesis, James Cook University. Access

More information

GRASS ROOTS TEAM/COACH. Curriculum

GRASS ROOTS TEAM/COACH. Curriculum GRASS ROOTS TEAM/COACH Curriculum Mission Statement To deliver the highest standards of excellence in soccer development to everyone. NVFC Grass Roots Team/Coach Development Program NVFC is pleased to

More information

2 ND 3 RD. 4 th 5 TH RELAYS STANDARDS

2 ND 3 RD. 4 th 5 TH RELAYS STANDARDS 2018-2019 RELAYS RELAYS STANDARDS GRADE LEVEL STANDARD DESCRIPTION 2.M.1.1 Perform locomotor skills with proficiency in a variety of activity settings to include rhythms/dance 2.C.2.1 Describe the critical

More information

Soccer Drills. Develops dribbling skills with speed and works on the defender getting back in front of the ball on a breakaway.

Soccer Drills. Develops dribbling skills with speed and works on the defender getting back in front of the ball on a breakaway. Soccer Drills 3 vs 1 Finishing Drill Helps develop finishing techniques and instinct when in position to score a goal. Teaches the player to take a shot as quickly as possible. In the penalty box, line-up

More information

Treadmill and daily life

Treadmill and daily life 4 Treadmill and daily life Fall-related gait characteristics on the treadmill and in daily life, SM Rispens, JH van Dieën, KS van Schooten, LE Cofre Lizama, A Daffertshofer, PJ Beek, M Pijnappels, Journal

More information

MUFC STP. Sam s Training Program Samantha Hall Girl Scout Gold Award Project 2014

MUFC STP. Sam s Training Program Samantha Hall Girl Scout Gold Award Project 2014 MUFC STP Sam s Training Program Samantha Hall Girl Scout Gold Award Project 2014 Coming together is the beginning Staying together is progress Working together is success MUFC-United We Are! STP (Sam s

More information

NATIONAL STEPS CHALLENGE TM SEASON 4 STEP UP TO TAKE OFF WITH SINGAPORE AIRLINES GROUP CHALLENGE FREQUENTLY ASKED QUESTIONS

NATIONAL STEPS CHALLENGE TM SEASON 4 STEP UP TO TAKE OFF WITH SINGAPORE AIRLINES GROUP CHALLENGE FREQUENTLY ASKED QUESTIONS NATIONAL STEPS CHALLENGE TM SEASON 4 STEP UP TO TAKE OFF WITH SINGAPORE AIRLINES GROUP CHALLENGE FREQUENTLY ASKED QUESTIONS General Information What is the Step Up To Take Off with Singapore Airlines Group

More information

AutoGait: A Mobile Platform that Accurately Estimates the Distance Walked

AutoGait: A Mobile Platform that Accurately Estimates the Distance Walked AutoGait: A Mobile Platform that Accurately Estimates the Distance Walked -Written By- Dae-Ki Cho, Min Mun, Uichin Lee, William J. Kaiser, Mario Gerla -Presented By- Scott Mitchell CS Department Problem

More information

Can smartphones help with running technique?

Can smartphones help with running technique? Available online at www.sciencedirect.com Procedia Computer Science 9 (203 ) 902 907 203 International Workshop on Body Area Sensor Networks (BASNet-203) Can smartphones help with running technique? Christina

More information

COMPARISON OF VIBRATION AND PRESSURE SIGNALS FOR FAULT DETECTION ON WATER HYDRAULIC PROPORTIONAL VALVE

COMPARISON OF VIBRATION AND PRESSURE SIGNALS FOR FAULT DETECTION ON WATER HYDRAULIC PROPORTIONAL VALVE P-9 Proceedings of the 7th JFPS International Symposium on Fluid Power, TOYAMA 8 September -8, 8 COMPARISON OF VIBRATION AND PRESSURE SIGNALS FOR FAULT DETECTION ON WATER HYDRAULIC PROPORTIONAL VALVE Tomi

More information

Theraplay Group Activities

Theraplay Group Activities Theraplay Group Activities B BA C CO EC N R T games that can help with brain development games that help with body awareness games that help to diminish a child s controlling behaviours games that encourage

More information

MOVE MORE NORTH CAROLINA: A Guide to Making Physical Activity a Part of Meetings, Conferences and Events

MOVE MORE NORTH CAROLINA: A Guide to Making Physical Activity a Part of Meetings, Conferences and Events MOVE MORE NORTH CAROLINA: A Guide to Making Physical Activity a Part of Meetings, Conferences and Events Move More North Carolina: A guide to making physical activity a part of meetings, conferences and

More information

contents QuickStart Tennis Practice Sessions Introduction ages 7 8 practice sessions

contents QuickStart Tennis Practice Sessions Introduction ages 7 8 practice sessions contents QuickStart Tennis Practice Sessions Introduction I II practice 1 Develop Rallying Skills from the Baseline 1 8 practice 2 Underhand and Overhand Serve 9 14 practice 3 Receiving the Serve 15 20

More information

Gait Recognition Using Encodings With Flexible Similarity Measures

Gait Recognition Using Encodings With Flexible Similarity Measures Gait Recognition Using Encodings With Flexible Similarity Measures Michael B. Crouse Kevin Chen H. T. Kung School of Engineering and Applied Sciences Harvard University Abstract Gait signals detectable

More information

Electronic Costing & Technology Experts

Electronic Costing & Technology Experts Electronic Costing & Technology Experts 21 rue la Nouë Bras de Fer 44200 Nantes France Phone : +33 (0) 240 180 916 email : info@systemplus.fr www.systemplus.fr November 2015 Version 1 - Written by Romain

More information

Qualification of Fastrak & First Gen Product to Railway applications Shock and Vibration Standard EN 61373

Qualification of Fastrak & First Gen Product to Railway applications Shock and Vibration Standard EN 61373 Qualification of Fastrak & First Gen Product to Railway applications Shock and Vibration Standard EN 61373 (Governing Standard BS EN 5155 Railway Applications Electronic equipment used on rolling stock)

More information

Women s Soccer Skills Training

Women s Soccer Skills Training Women s Soccer Skills Training Examples of Skills Workouts 1. Competitive 11 v 11 match 2. Organized training session (1 1/2 hours) 3. Competitive pick-up game (4 v 4 is ideal, with goalkeepers and regulation

More information

Q ATA R F O OT B A L L A N A LY T I C S DA S H B O A R D

Q ATA R F O OT B A L L A N A LY T I C S DA S H B O A R D Q ATA R F O OT B A L L A N A LY T I C S DA S H B O A R D DOWNLOAD SAP BO MOBILE APPLICATION (Apple Devices Iphone Ipad, ETC...) Date: 15/08/2018 Version No: 0.2 Contents Opening the Dashboard:... 5 Requiring

More information

Laboratory 2(a): Interfacing WiiMote. Authors: Jeff C. Jensen (National Instruments) Trung N. Tran (National Instruments)

Laboratory 2(a): Interfacing WiiMote. Authors: Jeff C. Jensen (National Instruments) Trung N. Tran (National Instruments) Laboratory 2(a): Interfacing WiiMote Authors: Jeff C. Jensen (National Instruments) Trung N. Tran (National Instruments) Instructors: Edward A. Lee Sanjit A. Seshia University of California, Berkeley EECS

More information

Referee Education. Orientation Level

Referee Education. Orientation Level Referee Education Orientation Level Program notes 3rd Edition Updated June 2005 Jason Kelly Basketball Victoria Complied and produced by a sub committee of Basketball Australia s Education portfolio Module

More information

Unit Plan for Pickle Ball PED 304. John Mann

Unit Plan for Pickle Ball PED 304. John Mann Unit Plan for Pickle Ball PED 304 John Mann Table of Contents Page # 1. Table of contents 2. Abstract and Unit plan Objectives 3. Basic Rules and Court Dimensions 4. Pre and Post-Test, Formative/Summative

More information

BINS PROGRAM (Booting Is Not Soccer)

BINS PROGRAM (Booting Is Not Soccer) BINS PROGRAM (Booting Is Not Soccer) By Terry Eguaoje, Ed.D. Technical Director of Coaching Education & Player Development PA West Soccer Association 2016 BINS PROGRAM OBJECTIVE BINS stands for Booting

More information