combining classification from 2 different NN , on two different datasets

조회 수: 10(최근 30일)
we have two diffrent datasets to be utilised for 2 different NN (classification type) and decision be made on results of both,eg if one has got defect in eye (retina dataset and iris dataset)
how to implement in the code?

답변(1개)

Abhishek Gupta
Abhishek Gupta 2020년 12월 22일
Hi,
As per my understanding, you want to train two different Neural Network on two different datasets for the classification problem. This task can be achieved by implementing and training two neural networks separately on the two datasets. After training, you can use these trained networks to make the prediction and then can compare the predictions at the same time.
The following documentation would help you in creating a simple network for classification: -
  댓글 수: 5
Yogini Prabhu
Yogini Prabhu 2020년 12월 28일
thanks for suggesting the way to Deep network
but with a toddler baby, its difficult to migrate to a new area, (and I wish to achieve deadline of research paper to a quality submission ). i have used the app of nprtool (as said above).
kindly help with the results got, in the attached mat file

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by