├── DeepRaman ├── CNN1D-SPP.py ├── SNN-SPP.py ├── testing.py ├── testing_MAP.py ├── testing_Multi_component_mixture.py └── training.py ├── LICENSE ├── README.md ├── Usage.ipynb ├── WF.png ├── data ├── Multi_component_mixture_Dataset.npy ├── database_for_Liquid_and_powder_mixture.csv ├── database_for_Liquid_and_powder_mixture.npy └── unknown_Liquid_and_powder_mixture.npy ├── model └── model.h5 ├── requirements.txt └── workflow.png /DeepRaman/CNN1D-SPP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaqiongFan/DeepRaman/HEAD/DeepRaman/CNN1D-SPP.py -------------------------------------------------------------------------------- /DeepRaman/SNN-SPP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaqiongFan/DeepRaman/HEAD/DeepRaman/SNN-SPP.py -------------------------------------------------------------------------------- /DeepRaman/testing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaqiongFan/DeepRaman/HEAD/DeepRaman/testing.py -------------------------------------------------------------------------------- /DeepRaman/testing_MAP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaqiongFan/DeepRaman/HEAD/DeepRaman/testing_MAP.py -------------------------------------------------------------------------------- /DeepRaman/testing_Multi_component_mixture.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaqiongFan/DeepRaman/HEAD/DeepRaman/testing_Multi_component_mixture.py -------------------------------------------------------------------------------- /DeepRaman/training.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaqiongFan/DeepRaman/HEAD/DeepRaman/training.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaqiongFan/DeepRaman/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaqiongFan/DeepRaman/HEAD/README.md -------------------------------------------------------------------------------- /Usage.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaqiongFan/DeepRaman/HEAD/Usage.ipynb -------------------------------------------------------------------------------- /WF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaqiongFan/DeepRaman/HEAD/WF.png -------------------------------------------------------------------------------- /data/Multi_component_mixture_Dataset.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaqiongFan/DeepRaman/HEAD/data/Multi_component_mixture_Dataset.npy -------------------------------------------------------------------------------- /data/database_for_Liquid_and_powder_mixture.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaqiongFan/DeepRaman/HEAD/data/database_for_Liquid_and_powder_mixture.csv -------------------------------------------------------------------------------- /data/database_for_Liquid_and_powder_mixture.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaqiongFan/DeepRaman/HEAD/data/database_for_Liquid_and_powder_mixture.npy -------------------------------------------------------------------------------- /data/unknown_Liquid_and_powder_mixture.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaqiongFan/DeepRaman/HEAD/data/unknown_Liquid_and_powder_mixture.npy -------------------------------------------------------------------------------- /model/model.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaqiongFan/DeepRaman/HEAD/model/model.h5 -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaqiongFan/DeepRaman/HEAD/requirements.txt -------------------------------------------------------------------------------- /workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XiaqiongFan/DeepRaman/HEAD/workflow.png --------------------------------------------------------------------------------