how to change neural network performance function to mape ?

3 ビュー (過去 30 日間)
Faezeh Amirteimoury
Faezeh Amirteimoury 2021 年 3 月 3 日
回答済み: Harsh 2025 年 1 月 31 日
hi
I was wondering if anybody could tell me how I can change neural network performance function to mape in matlab?

回答 (1 件)

Harsh
Harsh 2025 年 1 月 31 日
Hi Faezeh,
The “performFcn” property of a neural network defines the function used to measure the network’s performance. The performance function is used to calculate network performance during training whenever “train” is called. Therefore, you can alter this property to your needs and set it to Mean Absolute Percentage Error (MAPE). To understand more about the “performFcn” property please refer to the following documentation - https://www.mathworks.com/help/deeplearning/ug/neural-network-object-properties.html#:~:text=the%20new%20function.-,net.performParam,-This%20property%20defines

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by