简体   繁体   中英

Multiple inputs in a CNN model

Please click here for the image I am asking this question because a lot of questions were asked assuming the input to the CNN model to be an image. My question is - I have a .csv file containing come accelerometer data noted over a period of 0-2 minutes. I have another .csv file containing accelerometer data noted over a period of 0-2 minutes as well( the experiment was basically repeated) I have another .csv file with the same experiment repeated a third time.

I want to make a model, which does some predictions over this period 0-2 minutes, however I have three different datasets that I can give as input. Do I need to merge them together, one after the other? Or is there any better way to do it?

Generally it is best to use greater dataset for training, unless it is too large or repetitive. Set aside small part of it for testing. Hard to tell more without specific details.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM