An open API service indexing awesome lists of open source software.

https://github.com/nrstott/brfss

Multitask DNN in Tensorflow for predictive analytics on the CMS Behavioral Risk Factor Surveillance System (BRFSS)
https://github.com/nrstott/brfss

machine-learning tensorflow tensorflow-models

Last synced: about 2 months ago
JSON representation

Multitask DNN in Tensorflow for predictive analytics on the CMS Behavioral Risk Factor Surveillance System (BRFSS)

Awesome Lists containing this project

README

          

# Predictive Analyatics on the BRFSS

Multitask DNN in Tensorflow for predictive analytics on the CMS [Behavioral Risk Factor Surveillance System](https://www.cdc.gov/brfss/index.html) (BRFSS).

## Data

The [LLCP_2016.zip](https://github.com/nrstott/brfss/blob/master/brfss/data/LLCP2016.zip) file in the [brfss/data](brfss/data) directory contains the 2016 BRFSS data from
CMS shuffled and separated into three files:

* LLCP2016_holdout.csv: 20% of the data held out.
* LLCP2016_train.csv: 80% of the non-holdout data for training the multitask deep neural network.
* LLCP2016_eval.csv: 20% of the non-holdout data for evaluating the multitask deep neural network during training.