フィルターのクリア

how to use trained dataset in my java code?

1 回表示 (過去 30 日間)
Husnain Khan
Husnain Khan 2016 年 10 月 2 日
コメント済み: Husnain Khan 2016 年 10 月 4 日
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 件のコメント
Greg Heath
Greg Heath 2016 年 10 月 3 日
You train a NN, not data.
Husnain Khan
Husnain Khan 2016 年 10 月 4 日
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.

サインインしてコメントする。

回答 (1 件)

Gareth Thomas
Gareth Thomas 2016 年 10 月 4 日
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 件のコメント
Husnain Khan
Husnain Khan 2016 年 10 月 4 日
I Explain My Problem then I think U help me?
Husnain Khan
Husnain Khan 2016 年 10 月 4 日
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.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by