Skip to content

An implementation of the paper "Estimating skeleton-based gait abnormality index by sparse deep auto-encoder"

License

Notifications You must be signed in to change notification settings

nguyetn89/skeleton-AEs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skeleton-AEs

An implementation of the paper Estimating skeleton-based gait abnormality index by sparse deep auto-encoder

Requirements

  • Python
  • Numpy
  • TensorFlow
  • Scikit-learn

Notice

Usage

python3 main.py

Example of output

Default training and test sets

(9, 9, 1200, 75)
Finish loading data
(6000, 17)
(4800, 17)
(38400, 17)

Training X...
length 1: AUC = 0.817
Training Y...
length 1: AUC = 0.763
Training Z...
length 1: AUC = 0.619

simple sum:
length 1: AUC = 0.748
length 20: AUC = 0.812
length 1200: AUC = 0.836

weighted sum:
length 1: AUC = 0.856
length 20: AUC = 0.911
length 1200: AUC = 0.945

About

An implementation of the paper "Estimating skeleton-based gait abnormality index by sparse deep auto-encoder"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages