Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
NCTM or The Math Forum.
|
|
Math Forum
»
Discussions
»
Software
»
comp.soft-sys.matlab
Notice: We are no longer accepting new posts, but the forums will continue to be readable.
Topic:
Neural network on Matlab and C code for PIC implementatiion
Replies:
8
Last Post:
Feb 3, 2013 2:27 AM
|
 |
|
|
Re: Neural network on Matlab and C code for PIC implementatiion
Posted:
Feb 3, 2013 2:27 AM
|
|
I'm planning to use MATLAB for training the NN
can I use this tool (multiple backpropagation tool) to get the C code for this trained NN ?
Does anyone can help in converting a MATLAB trained NN into DLL file to be used in LABVIEW or any other Program, HOW???
Thanks again...
"Ahmed Hakim" <general_ahmed@hotmail.com> wrote in message <k7ukjl$fp4$1@newscl01ah.mathworks.com>... > Thanks so Much for this Help > > I'm planning to use MATLAB for training the NN and then use this tool (multiple backpropagation tool) to get the C code for this trained NN to be implementedon AVR > > > Thanks again... > > > "manish " <manishmn1987@gmail.com> wrote in message <k7sdbi$stv$1@newscl01ah.mathworks.com>... > > hello.. > > I used it on AVR microcontrollers. But the important thing is that whatever neural network is coded using this software, is just like a 'function' block. It can surely be copied in 'while()' loop of any microcontroller code. > > > > only u will nees to map input & output variables of that 'function' block to the standard inputs & outputs of the microcontroller code. > > > > > > > > > > "Ahmed Hakim" <general_ahmed@hotmail.com> wrote in message <k7rqhj$qu7$1@newscl01ah.mathworks.com>... > > > "manish " <manishmn1987@gmail.com> wrote in message <jv5iq6$qi3$1@newscl01ah.mathworks.com>... > > > > "Ahmed Hakim" <general_ahmed@hotmail.com> wrote in message <gla910$lnb$1@fred.mathworks.com>... > > > > > Hi all > > > > > I would Like to get any help if I can get use of Matlab Neural Network Toolbox to create a net and train it > > > > > then convert this to C cide to be implemented on a PIC microcontroller??????? > > > > > > > > > > > > > > > Is this allowed? > > > > > How Can it be Done? > > > > > I have some experience about Matlab NN and very little on PIC programming > > > > > thanks anyway for reading my topic > > > > > > > > > > > > Use "multiple backpropagation tool".. it directly converts neural network to C code compatible with any microcontroller. its very advanced. download from, > > > > > > > > http://dit.ipg.pt/MBP/Download.aspx > > > > > > > > > Hi manish... > > > > > > Great but....... > > > > > > Does this tool ("multiple backpropagation tool") converts the trained NN into C code compatible with PIC or arduino?? > > > > > > Which Microcontroller can be used for this converted code...............Thanks alot for this help
|
|
|
|