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 Kommentar

ARAM KHURSHEED
ARAM KHURSHEED am 23 Nov. 2021
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

Melden Sie sich an, um zu kommentieren.

 Akzeptierte Antwort

Greg Heath
Greg Heath am 20 Feb. 2014
Bearbeitet: Greg Heath am 20 Feb. 2014

0 Stimmen

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

Weitere Antworten (0)

Kategorien

Mehr zu Wireless Communications finden Sie in Hilfe-Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by