Azzera filtri
Azzera filtri

how to use trained dataset in my java code?

1 visualizzazione (ultimi 30 giorni)
Husnain Khan
Husnain Khan il 2 Ott 2016
Commentato: Husnain Khan il 4 Ott 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 Commenti
Greg Heath
Greg Heath il 3 Ott 2016
You train a NN, not data.
Husnain Khan
Husnain Khan il 4 Ott 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.

Accedi per commentare.

Risposte (1)

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

Accedi per commentare.

Categorie

Scopri di più su Java Package Integration in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by