how to use trained dataset in my java code?
Mostrar comentarios más antiguos
My training of dataset is complete now i want to use this training dataset i my java code . i can't understand how i use.
2 comentarios
Greg Heath
el 3 de Oct. de 2016
You train a NN, not data.
Husnain Khan
el 4 de Oct. de 2016
Respuestas (1)
Gareth Thomas
el 4 de Oct. de 2016
1 voto
In R2016b you can actually call a MATLAB session from a java program (if you have MATLAB on the same machine): MATLAB engine api for java
That being said if you have MATLAB Compiler SDK you can also create your own JAR and invoke that in Java. See: MATLAB Compiler SDK
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!