필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How to feed a neuron with a set of data in nftool?

조회 수: 2 (최근 30일)
Chandan Roy
Chandan Roy 2019년 9월 1일
마감: MATLAB Answer Bot 2021년 8월 20일
I have been working on ANN modeling for solving microwave problems. I am using the nftool for such purpose. Here in nftool each input neuron accepts single input with a number of samples. How I can enable the input neurons to accept a set of data as a single set of input.
For example,
First data sets are as follows:
Input neuron-1, A1 = [a1 b1 c1]
Input neuron-2,B1 = [d1 e1 f1]
output neuron, Y1 = [x1 y1 z1]
Similarly, second data sets are as follows:
Input neuron-1, A2 = [a2 b2 c2]
Input neuron-2,B2 = [d2 e2 f2]
output neuron, Y2 = [x2 y2 z2]
I would also appreciate some guidance for editing the nftool generated sample code in order to get this task done.
Thanks a lot.

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by