Aug, 2019
Jet Yu, [email protected]
Hussein Metwaly Saad, [email protected]
Yue Xu, [email protected]
Mike Buehrer, [email protected]
Wireless, ECE, Virginia Tech
under folder DATA
, for more data, click DataSet, and ./DATA/READ.md
describe the data.
- if need, run
./FUNCTION/mainData.m
to generate dataset - Neural Network
main_regression.py
, where labels are in [0,1] scalemain_regression_dB.py
, where labels are in log scale, [0, 40]dBmain_classification.py
, where labels are in another log scale
- Random Forest
mainRF.m
, in matlab. 1-dimensionmainRF.py
, in python
ToolBox.py
is called bymain_classification.py
.- Under
FUNCTIONS
runmainGenerateData.m
to generate traing dataset. Result
folder has all trained results when runmain*.py
filePredict
folder has all test results when runtest.py
(Sep 29) starter code online
running on ARC VT is prefered, run python is preferred.
- Python
tensorflow
,Keras
,scikitlearn