| Author |
Neural BackPropagation Network from Matlab to C
|
|
| Cristian 2005-04-26, 9:02 am |
| Hello.
I've trained a BP network and I would to save the matrix output and
hidden weight as txt files for using in C++.
I can't find this matrix in network matlab structure!!
Please someone could help me?!?!?!?
Bye
Cris
| |
| Stefan 2005-04-26, 4:04 pm |
| Hi Cristian,
did you read the help of the neural network toolbox?
It's
net.IW
net.LW
net.b
Regards,
Stefan
Cristian wrote:
>
>
> Hello.
> I've trained a BP network and I would to save the matrix output and
> hidden weight as txt files for using in C++.
> I can't find this matrix in network matlab structure!!
> Please someone could help me?!?!?!?
> Bye
> Cris
| |
| Cristian 2005-04-26, 4:04 pm |
| Yes. You have right!!!
How could I use them in c??
Stefan wrote:[color=darkred]
>
>
> Hi Cristian,
>
> did you read the help of the neural network toolbox?
> It's
>
> net.IW
> net.LW
> net.b
>
> Regards,
> Stefan
>
> Cristian wrote:
> and
| |
| Stefan 2005-04-26, 4:04 pm |
| Hi Cristian,
once again, read the help. Get used to how a neural network works.
Stefan
|
|
|
|