Skip to content
This repository has been archived by the owner on May 10, 2020. It is now read-only.

philtrade/tensorflow-learn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tensorflow-learn

ML/AI experiments using tensorflow

The original WISDM dataset can be downloaded from http://www.cis.fordham.edu/wisdm/dataset.php

Included in the data/ directory, is the transformed dataset. Every 200 sequential original readings are massaged into a single record of 46 features, which are described in the WISDM_ar_v1.1_trans_about.txt.

The transformed dataset is in arff format: data are in comma-separated, lines beginning for '@' describe attributes and sections. Missing features in a sample are represented by '?'. As such, this arff file needs cleaning during the import phase or offline.

The code here plays with different predictors:

  • random forest via tensorflow

To be tried:

  • scikit's Random Forest regressor

About

ML/AI experiments using tensorflow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages