TensorFlow添加图像分类中的功能

发布于 2025-01-21 11:55:22 字数 297 浏览 1 评论 0原文

我有一个带有COVID死亡/生活的X射线图像和某些功能的数据集。我使用Imagedatagenerator.flow_from_directory创建输入层,我解析了包含所有文件名称的CSV文件。

CSV还有许多其他有用的列,除了文件名和输出二进制结果(死亡/生命)我将训练模型以预测,例如,如果图像属于雄性或女性,或者患者是否患有高血糖等等。

由于患者是男性或雌性的影响(男性最有可能死亡),因此我希望此列与X射线一起用作输入参数,因此该模型将具有更好的预测。

我真的很感谢您的帮助!

谢谢

I have a dataset with COVID died/lived X-Ray images and some features. I create the input layer with ImageDataGenerator.flow_from_directory after I have parsed a CSV file which includes all file names.

CSV has many other useful columns, except the file name and the output binary result (died/lived) I will train the model to predict, like for example if the image belongs to a male or a female or if the patient has high blood sugar etc.

Since the output is affected from either the patient is male or female (men are most likely to die), I want this column to be used as an input parameter along with the X-Ray, so the model will have better predictions.

I would really appreciate some help here!

Thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文