Create Neural Network with multiple output

I am working on vertical handover and I need to select the best wireless network among three networks ( wifi, lte and wimax) using neural network.
I developed (5) features to be used as input feeding NN and I want to get the result which is the best wireless network that can support QoS where I have three classes as stated before (WiFi, WIMAX, LTE)
Appreciate your support.

댓글 수: 1

Hello every body
I am Aram Mouwafak... me too i am working in this field, did you got or achieve handover simulation? if yes, Please could you share the simulation code thanks in advance.
aram.khursheed@gmail.com

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

 채택된 답변

Greg Heath
Greg Heath 2014년 2월 20일
편집: Greg Heath 2014년 2월 20일

0 개 추천

You have one output but it is 2-dimensional. Use patternnet with
size(x) = [ 5 N ] and
size(t) = [ 3 N ]
where the columns of t are columns of the unit matrix eye(c). See
help patternnet
doc patternnet
and search
greg patternnet
Hope this helps.
Thank you for formally accepting my answer
Greg

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Wireless Communications에 대해 자세히 알아보기

태그

질문:

2014년 2월 1일

댓글:

2021년 11월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by