photo


Last seen: 6개월 전 2024년부터 활동

Followers: 0   Following: 0

통계

Feeds

보기 기준

질문


I wrote a function to reproduce the neural network operation 'sim', why is my result inconsistent with sim's result?
load("file.mat") net=results.Network; xpoint=[1;2;3]; a1=sim(net,xpoint) a2=useNetwork(net,xpoint) function output=useNetwo...

6개월 전 | 답변 수: 1 | 0

1

답변