Create Neural Network with multiple output

2 visualizaciones (últimos 30 días)
NASSER
NASSER el 1 de Feb. de 2014
Comentada: ARAM KHURSHEED el 23 de Nov. de 2021
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 comentario
ARAM KHURSHEED
ARAM KHURSHEED el 23 de Nov. de 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

Iniciar sesión para comentar.

Respuesta aceptada

Greg Heath
Greg Heath el 20 de Feb. de 2014
Editada: Greg Heath el 20 de Feb. de 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

Más respuestas (0)

Categorías

Más información sobre Wireless Communications en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by