C coder with Machine Learning model weight parameters
Show older comments
Hi there,
I'm currently developing AI models using MATLAB C coder.
I've succeeded in converting our AI model (which includes a BiLSTM network) into C code.
However, is there any method to change only the weight parameters without generating the code again?
The neural network structure will not be changed, but the trained weight parameters need to be updated after training the network with additional datasets.
Here is the output c code with weight parameters.

Thanks a lot!
Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!