chlange commited on
Commit
5f998cd
·
verified ·
1 Parent(s): c96cb87

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +76 -3
README.md CHANGED
@@ -1,3 +1,76 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - raman-spectroscopy
4
+ - biotechnology
5
+ - benchtop-spectroscopy
6
+ - pls-regression
7
+ - tabular-regression
8
+ license: cc-by-4.0
9
+ language: en
10
+ pretty_name: Raman Spectra of Bioprocess Analytes Anton 532
11
+ task_categories:
12
+ - tabular-regression
13
+ configs:
14
+ - config_name: default
15
+ data_files:
16
+ - split: train
17
+ path: "train.parquet"
18
+ - split: validation
19
+ path: "val.parquet"
20
+ - split: test
21
+ path: "test.parquet"
22
+ size_categories:
23
+ - n<1K
24
+ ---
25
+
26
+ ## Dataset Overview
27
+
28
+ This dataset contains Raman spectra of mixtures of glucose, sodium acetate, and magnesium sulfate. It is part of a series of 8 datasets that use eight different spectrometers that measure nearly the same samples. Some datasets have a bit more samples than others. Each spectrum is paired with ground truth concentration labels verified by enzymatic assays, reflecting the concentration ranges typically found in E. coli fermentation processes.
29
+
30
+ ## Target Parameters and Concentration Ranges
31
+
32
+ The dataset contains measured Raman spectra of samples with different parameters from the following substances:
33
+
34
+ * **Glucose**
35
+ * **Acetate**
36
+ * **Magnesium Sulfate**
37
+
38
+ Reference values for the samples were measured using an HT analyzer (Cedex BioHT, Roche Diagnostics GmbH, Mannheim, Germany).
39
+
40
+ ## Data Acquisition
41
+
42
+ Raman spectra were recorded using the follwing settings:
43
+
44
+ * **Instrument:** Timegate Pico-Raman M2
45
+ * **Laser Wavelength:** 532 nm
46
+ * **Exposure Time:** 90 s (Pulsed/Timegated)
47
+ * **Laser Power:** Not specified (–)
48
+ * **Scans per Sample:** 5
49
+ * **Number of Samples:** 133
50
+ * **Container Material:** Aluminum
51
+
52
+
53
+ ## Citation
54
+
55
+ Users should cite the original publication when using this dataset (Lange et. al. https://doi.org/10.1016/j.saa.2025.125861)
56
+
57
+ or **BibTex:**
58
+
59
+ ```
60
+ @article{
61
+ LANGE2025125861,
62
+ title = {Comparing machine learning methods on Raman spectra from eight different spectrometers},
63
+ journal = {Spectrochimica Acta Part A: Molecular and Biomolecular Spectroscopy},
64
+ volume = {334},
65
+ pages = {125861},
66
+ year = {2025},
67
+ issn = {1386-1425},
68
+ doi = {https://doi.org/10.1016/j.saa.2025.125861},
69
+ url = {https://www.sciencedirect.com/science/article/pii/S1386142525001672},
70
+ author = {Christoph Lange and Maxim Borisyak and Martin Kögler and Stefan Born and Andreas Ziehe and Peter Neubauer and M. Nicolas Cruz Bournazou},
71
+ keywords = {Raman spectroscopy, Machine learning, Partial least squares, Convolutional neural network},
72
+ }
73
+ ```
74
+
75
+
76
+