photo

Sai Praneet


Last seen: 3년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계학

  • First Answer
  • Revival Level 1
  • Thankful Level 1

배지 보기

Feeds

보기 기준

답변 있음
I want to store the data of MSE vs epoch obtained during training of the neural network. By using "plotperform(TR)" we are able to get the MSE vs epoch graph but not the data itself. How to store this MSE vs epoch data in array variable?
In your code the line: [net, TR]=train(net,in,out); stores all the essential information in the structure variable "TR". To g...

3년 초과 전 | 0

질문


How does matlab normalize the mean square error?
This is probably very basic question. But I am very new to neural networks. So, I know in general mean square error (MSE) is cal...

대략 4년 전 | 답변 수: 1 | 0

1

답변