I need a Neural Network determining service availabilites through host availabilities using and emitting binary data (only 0 or 1)
이전 댓글 표시
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
kamogelo
2024년 3월 1일
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
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!