combining classification from 2 different NN , on two different datasets
3 ビュー (過去 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?
0 件のコメント
回答 (1 件)
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 件のコメント
Abhishek Gupta
2020 年 12 月 27 日
For your problem, I would suggest you use Deep Network Designer instead, which will help you to create a customized network as described above. Here is the documentation link which might help you in getting started: -
参考
カテゴリ
Help Center および File Exchange で Pattern Recognition and Classification についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!