Can I use the neural network toolbox to train and test customized feed-forward networks?

1 view (last 30 days)
Hi,
I am using the neural network toolbox for classification tasks. In the toolbox, we can customize the # of input nodes (input feature dimension), the # of output nodes (# of targeting classes) and the # of hidden layers. The default network is a feed-forward network that each of the node in a hidden layer is connected to all the nodes in the hidden layer above it and below it. I would like to define my own network with customized connections. It is still a feed-forward network, however, I'd like to remove some of the connections. For example, a network like this, where the # number of nodes in each hidden layer may vary and the adjacent hidden layers may not be fully connected with each other:
Can I use the neural network toolbox or functions in the neural network toolbox to train and test a model like this? I have my own data set that I believe would work well with my customized model.
Thank you very much,
Qing
  3 Comments
Qing
Qing on 5 Feb 2015
Hi Greg,
Thanks for replying to my question. Why do you say it can be done? Do you know if there is any reference I can refer to regarding this? Does customizing the network involve defining the "net" object? Is there any specific function I can look into?
Thanks a lot!
Qing

Sign in to comment.

Answers (1)

Greg Heath
Greg Heath on 10 Feb 2015

Community Treasure Hunt

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

Start Hunting!