Hello,
Is there a easy way how to produce following matrix:
a =
4 5 6 7
3 4 5 6
2 3 4 5
1 2 3 4
which is a projection of vector [1 2 3 4 5 6 7] along diagonal?
thanks
Hello,
I have a yes no classification problem, and false positive is worse than false negative. Is there a way how to implement this fact into neural network especially in Matlabs Neural Network Toolbox?
Thanks