how to use trained dataset in my java code?

1 view (last 30 days)
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 Comments
Husnain Khan
Husnain Khan on 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.

Sign in to comment.

Answers (1)

Gareth Thomas
Gareth Thomas on 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 Comments
Husnain Khan
Husnain Khan on 4 Oct 2016
I Explain My Problem then I think U help me?
Husnain Khan
Husnain Khan on 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.

Sign in to comment.

Categories

Find more on Java Package Integration 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!