Implementing custom neural network perfomance function

I wish to train a neural network minimizing the following performance function
I went to check and MATLAB does not have anything similar built-in. I read somewhere that performance functions are implemented in the folder "/Applications/MATLAB_R2015b.app/toolbox/nnet/nnet/nnperformance". I have been looking at the code of the several functions implemented, but it is not clear to me how I should modify them to perform this calculation. What do each of the functions (apply, backprop, dperf_dwb, etc.) do?

Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Products

Release

R2015b

Asked:

on 29 Oct 2019

Community Treasure Hunt

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

Start Hunting!