|
|
|
|
|
by somebodynew
1588 days ago
|
|
It looks like the principle is that a machine learning model trained on the combined output of four different kinds of gas sensors can discover correlations between unintentional characteristics of the sensors. For example, the manufacturer of an ethanol or nitrogen dioxide sensor is not going to specify anything about how it responds to vanillin, but it seems plausible to me that the relationship between their responses contains some hidden information that could help to discriminate between vanillin and eugenol. With enough different sensors, there's quite a bit of information to be found in mining their undefined behavior. That is to say, you can treat the sensor reading as being completely meaningless and skip interpreting it as indicating VOC levels. You're just using the sensors as black boxes that produce arbitrary values with the property that exposure to organic vapor changes the output "somehow", and letting model training find some meaning in it. |
|
It sounds like you would need to be exceptionally careful that your meta-process didn't "find" some signal in pure noise (via re-using test sets and so on).