Skip to main content

All Questions

0 votes
0 answers
8 views

What is the best approach when training and HDR model with LDR data?

I am working on this project "EMLight". Data: HDR Panoramic Photos y: Illumination Map of the Panorama X: HDR Croppings from the Panorama I want to make this project work with LDR photos, ...
xtc_'s user avatar
  • 1
0 votes
1 answer
186 views

What's the purpose of augmenting an image with a random "gradient"?

I have the following Python code ...
user avatar
0 votes
0 answers
57 views

Detect Trigger in vibrational data

I'm trying to classify states with a 1D-CNN-Network structure. Therefore I need to analyze the incoming vibrational data in a certain window. Two examples of such signals are shown below. I'm ...
DaniK's user avatar
  • 1
0 votes
0 answers
855 views

What is the difference between "preprocessing" and "normalization"?

I am currently writing my bachelors thesis about on-line handwriting recognition. In this context, there are different methods to make the input data more useful to classifiers / to make learning ...
Martin Thoma's user avatar
2 votes
2 answers
4k views

Preprocessing audio signal for neural network classification

I need to identify certain features of the audio signal recorded from microphone in stethoscope. These sounds are only samples i've found, but the final signal will be probably a bit noisier (maybe ...
Ivan0x32's user avatar
  • 123