- Export a neural network trained with MATLAB in other programming languages
- Choose Neural Network Input-Output Processing Functions
How to know all neural network characteristics
조회 수: 2 (최근 30일)
이전 댓글 표시
I have used the train function of a net built via the newpr function in order to obtain a neural network (the network has 2 inputs, 2 hidden layers with 4 neurons each, and 2 outputs). Now, I would like to know all the characteristic of the final net. I am able to see the 4x2, 4x4, and 2x4 matrices corresponding to the links between neurons. I am also able to see the 4x1, 4x1, and 2x1 matrices corresponding to the biases. Since I am using the newpr function, I assume that the Logsig or the Tansig function is used at each (non input) neuron. However, if I simulate the network with all these parameters (even, for instance, in an Excel spreadsheet) I do not obtain the same results of MatLab with the same inputs. Is there something I am missing? For instance, could it be that the input are pre-processed and the output are post-processed? Thank you for any help!
댓글 수: 0
답변 (1개)
Nikhil Sreekumar
2017년 1월 9일
편집: Nikhil Sreekumar
2017년 1월 9일
Hi Pierluigi,
Have you checked the disp function that lets you see all the properties of the created Neural network?
Also, I found a few links that might help you with Neural Net usage:
Thanks
Nikhil
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!