How to Export my NN-Network

What possibilities exist to export the developed net and in which formats is this possible? (C #, C ++, TensorFlow, IC 61131 ...) o C # -taping and implementation is the focus of our company!
• Which method is the most meaningful for the variation of experiment parameters and how would you implement them? o Layer variation, Layer order, HiddenUnits, OutputMode ....
• What is the option already trained networks with new data to Trainierne?

Respuestas (2)

Bernhard Suhm
Bernhard Suhm el 4 de Ag. de 2018

1 voto

If by "variation of experiment parameters" you mean tuning the hyperparameters, you best perform that within the neural network toolbox, as described on this page.
You can export trained networks into Caffe, Keras, or the ONNX interchange format.
Christian Möllers
Christian Möllers el 8 de Ag. de 2018

0 votos

Thank you for your answer Bernhard, but my problem is that I work with times series data. So I cannot use the validation functions in the training... Moreover, I look for an optimization tool or technic for time series training

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Preguntada:

el 19 de Jul. de 2018

Respondida:

el 8 de Ag. de 2018

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by