Borrar filtros
Borrar filtros

how to use trained dataset in my java code?

1 visualización (últimos 30 días)
Husnain Khan
Husnain Khan el 2 de Oct. de 2016
Comentada: Husnain Khan el 4 de Oct. de 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 comentarios
Greg Heath
Greg Heath el 3 de Oct. de 2016
You train a NN, not data.
Husnain Khan
Husnain Khan el 4 de Oct. de 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.

Iniciar sesión para comentar.

Respuestas (1)

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

Iniciar sesión para comentar.

Categorías

Más información sobre Java Package Integration en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by