What neural network architecture should I be using for matching dissimilar types of input data such as a crystal's sampled absorption sprectrum (30 channels) along with a parameter such as its conductivity and to match these to a general database.
Show older comments
I am trying to use a MLP neural network to match the absorption properties of a material, measured over 30 spectral intervals, and one other parameter such as the doping level in that material and to match these patterns to a known database of "good" or "bad" sets of value. Naively, I have just added a 31st input to the input layers with the numerical doping value, however, this does not seem to be too smart. Is there a better neural network architecture such as a fully connected or direct connection between non-adjacent layers that will better suit my problem? Does Matlab have training algorithms for such architectures as presumably the back propagation of error approach would need modification?
Accepted Answer
More Answers (0)
Categories
Find more on Tuning in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!