├── .DS_Store ├── LICENSE ├── README.md ├── assets ├── .DS_Store └── MCA.png ├── environment.yml ├── mca_experiments.ipynb ├── mca_validations.ipynb └── models ├── arousal_model.pth ├── arousal_x_test.pth └── arousal_y_test.pth /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ztony0712/MCA/HEAD/.DS_Store -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ztony0712/MCA/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ztony0712/MCA/HEAD/README.md -------------------------------------------------------------------------------- /assets/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ztony0712/MCA/HEAD/assets/.DS_Store -------------------------------------------------------------------------------- /assets/MCA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ztony0712/MCA/HEAD/assets/MCA.png -------------------------------------------------------------------------------- /environment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ztony0712/MCA/HEAD/environment.yml -------------------------------------------------------------------------------- /mca_experiments.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ztony0712/MCA/HEAD/mca_experiments.ipynb -------------------------------------------------------------------------------- /mca_validations.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ztony0712/MCA/HEAD/mca_validations.ipynb -------------------------------------------------------------------------------- /models/arousal_model.pth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ztony0712/MCA/HEAD/models/arousal_model.pth -------------------------------------------------------------------------------- /models/arousal_x_test.pth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ztony0712/MCA/HEAD/models/arousal_x_test.pth -------------------------------------------------------------------------------- /models/arousal_y_test.pth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ztony0712/MCA/HEAD/models/arousal_y_test.pth --------------------------------------------------------------------------------