├── ML approaches.py ├── README.md ├── import_data.R ├── model_CNN.py ├── proprecessing_spectra.R └── requirements.txt /ML approaches.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhawlaSeddiki/1D-MS_CumulativeLearningCNNs/HEAD/ML approaches.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhawlaSeddiki/1D-MS_CumulativeLearningCNNs/HEAD/README.md -------------------------------------------------------------------------------- /import_data.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhawlaSeddiki/1D-MS_CumulativeLearningCNNs/HEAD/import_data.R -------------------------------------------------------------------------------- /model_CNN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhawlaSeddiki/1D-MS_CumulativeLearningCNNs/HEAD/model_CNN.py -------------------------------------------------------------------------------- /proprecessing_spectra.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhawlaSeddiki/1D-MS_CumulativeLearningCNNs/HEAD/proprecessing_spectra.R -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KhawlaSeddiki/1D-MS_CumulativeLearningCNNs/HEAD/requirements.txt --------------------------------------------------------------------------------