how to use trained dataset in my java code?

5 vues (au cours des 30 derniers jours)
Husnain Khan
Husnain Khan le 2 Oct 2016
Commenté : Husnain Khan le 4 Oct 2016
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 commentaires
Greg Heath
Greg Heath le 3 Oct 2016
You train a NN, not data.
Husnain Khan
Husnain Khan le 4 Oct 2016
Now My Question Is
There Are two class Room Section A and B in School. The Teacher Take a Quiz And The Marks Are as Follows. A Section Marks : 1,2,3,4,5 B Section Marks : 6,7,8,9,10 Now I trained this Dataset using Neural Network And the Target Dataset is A Section Marks : 1,1,1,1,1 B Section Marks : 0,0,0,0,0
Now I trained using matlab
I have to develop a a java app which consist of single GUI user enter the marks and Software turn Marks Colours to red and Blue if Marks belong to A section then colour change to red else Blue.
This is Example that i give U i have to Decevelop That type Of App.

Connectez-vous pour commenter.

Réponses (1)

Gareth Thomas
Gareth Thomas le 4 Oct 2016
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
  2 commentaires
Husnain Khan
Husnain Khan le 4 Oct 2016
I Explain My Problem then I think U help me?
Husnain Khan
Husnain Khan le 4 Oct 2016
Now My Question Is
There Are two class Room Section A and B in School. The Teacher Take a Quiz And The Marks Are as Follows. A Section Marks : 1,2,3,4,5 B Section Marks : 6,7,8,9,10 Now I trained this Dataset using Neural Network And the Target Dataset is A Section Marks : 1,1,1,1,1 B Section Marks : 0,0,0,0,0
Now I trained using matlab
I have to develop a a java app which consist of single GUI user enter the marks and Software turn Marks Colours to red and Blue if Marks belong to A section then colour change to red else Blue.
This is Example that i give U i have to Decevelop That type Of App.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by