Feeds
질문
What are the possible performance functions for a Neural Network on Matlab?
Hello, I have two questions: firstly, whenever I try to change the performance function from 'mse' to 'mae' (mean absolute e...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
How do I update NARX network to a NARMAX network using the MATLAB neural network toolbox?
I found that the MATLAB Neural Network toolbox has a built in NARX-net model. However, I was wondering how I can change that int...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to combine NARX with CNN?
I currently have built a NARX neural network for traffic flow prediction, which doesn't perform as well as I would have liked. W...
8년 초과 전 | 답변 수: 0 | 0
0
답변질문
NARX Neural Network Error in Preparets (line 293)
for some reason I keep getting this error "index exceeds matrix dimensions" for my preparets function. Here is my code: inde...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
Matlab Neural Networks Robustness
I created some simulated data for my neural networks model. There are some parameters in my inputs that are "randn" but constrai...
8년 초과 전 | 답변 수: 0 | 0
0
답변질문
normalizaiton using mapminmax neural network
If i use the function dividerand and then afterwards "mapminmax" on my input and target data, will it automatically only normali...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
Training a Custom Neural Network
Hello, I used the Neural Networks Toolbox to create a Custom Feed Forward Neural Network (net = network), but it does not train ...
8년 초과 전 | 답변 수: 0 | 0
0
답변질문
how do i create a multi-task learning neural network on matlab?
I am new to the MATLAB neural networks tool box and I'm having difficulty defining more than one output node to begin creating a...
8년 초과 전 | 답변 수: 1 | 0