How to optimize neural networks for over-dispersed target data?
조회 수: 1 (최근 30일)
이전 댓글 표시
I am training a feedforwardnet that ought to predict accident rates from traffic and road characteristics of a large number of road segments. The target data is highly over-dispersed (a lot of zeros, where no accidents occurred over the observed period). I guess that this might be one problem. Does anyone have experience in optimizing network parameters such as training algorithm, number of neurons, even net type? A couple of pointers would be much appreciated.
댓글 수: 0
채택된 답변
Greg Heath
2015년 3월 19일
Use a radial basis function net
help newrb
doc newrb
Also consider newrbe , newgrnn, newpnn, etc
댓글 수: 0
추가 답변 (0개)
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!