├── KFold_Result.py ├── KFold_Train.py ├── LICENSE ├── LOSO_Result.py ├── LOSO_Train.py ├── LabelSmoothing.py ├── README.md ├── dataloader.py ├── fNIRSNet.py ├── fig └── fNIRSNet.png └── script ├── MA_fNIRS_to_mat.m └── UFFT_fNIRS_to_xls.m /KFold_Result.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzhlearning/fNIRSNet/HEAD/KFold_Result.py -------------------------------------------------------------------------------- /KFold_Train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzhlearning/fNIRSNet/HEAD/KFold_Train.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzhlearning/fNIRSNet/HEAD/LICENSE -------------------------------------------------------------------------------- /LOSO_Result.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzhlearning/fNIRSNet/HEAD/LOSO_Result.py -------------------------------------------------------------------------------- /LOSO_Train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzhlearning/fNIRSNet/HEAD/LOSO_Train.py -------------------------------------------------------------------------------- /LabelSmoothing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzhlearning/fNIRSNet/HEAD/LabelSmoothing.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzhlearning/fNIRSNet/HEAD/README.md -------------------------------------------------------------------------------- /dataloader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzhlearning/fNIRSNet/HEAD/dataloader.py -------------------------------------------------------------------------------- /fNIRSNet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzhlearning/fNIRSNet/HEAD/fNIRSNet.py -------------------------------------------------------------------------------- /fig/fNIRSNet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzhlearning/fNIRSNet/HEAD/fig/fNIRSNet.png -------------------------------------------------------------------------------- /script/MA_fNIRS_to_mat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzhlearning/fNIRSNet/HEAD/script/MA_fNIRS_to_mat.m -------------------------------------------------------------------------------- /script/UFFT_fNIRS_to_xls.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzhlearning/fNIRSNet/HEAD/script/UFFT_fNIRS_to_xls.m --------------------------------------------------------------------------------