简体   繁体   English

CNN 模型中的多个输入

[英]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.请单击此处查看图像我问这个问题是因为假设 CNN 模型的输入是图像,所以提出了很多问题。 My question is - I have a .csv file containing come accelerometer data noted over a period of 0-2 minutes.我的问题是 - 我有一个 .csv 文件,其中包含在 0-2 分钟内记录的加速度计数据。 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.我还有另一个 .csv 文件,其中包含在 0-2 分钟内记录的加速度计数据(该实验基本上重复了)我还有另一个 .csv 文件,其中第三次重复了相同的实验。

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.我想制作一个模型,它在 0-2 分钟的时间内进行一些预测,但是我可以提供三个不同的数据集作为输入。 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.没有具体细节很难说更多。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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