I need a Neural Network determining service availabilites through host availabilities using and emitting binary data (only 0 or 1)
Show older comments
hi,
I am currently working on a problem and I want to use Neural Networks. I want to determine the n service availabilities through m host availabilities (0: av., 1: not av.) and m > n. I have tried solving the problem using the nn fitting tool. With the default values the training worked fine but since the transfer function is 'purelin', linear by default, I don't get binary output data.
To get binary outputs I have set the transfer function to 'hardlim'. But when doing so the training doesn't happen and I get the message 'minimum gradient is reached'. Even after setting min_grad to a lower value (10^-30 or even 0) the problem is not solved. I get the same message.
Is there a way to solve this issue? Or am I on the wrong track by using the nn fitting tool? Is the pattern recognition tool better suited for this kind of problem? If yes, how is the best way to configure the network?
Best Regards Roia
1 Comment
kamogelo
on 1 Mar 2024
hello
i am working on a problem and i am using matlab to find hardlim but it keeps on telling me hardlim requires Deep learning toolbox so how can i solve this
Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox 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!