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 Commento

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

Accedi per commentare.

 Risposta accettata

Greg Heath
Greg Heath il 20 Feb 2014
Modificato: Greg Heath il 20 Feb 2014
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

Più risposte (0)

Categorie

Scopri di più su Wireless Communications in Centro assistenza e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by