Test data in ann

1 view (last 30 days)
Yudawan Hidayat
Yudawan Hidayat on 5 Jun 2020
Commented: Ameer Hamza on 6 Jun 2020
can you help me please, i'm new in ann
I have done training data for ann, then get the following results
how to test with new data?

Answers (1)

Ameer Hamza
Ameer Hamza on 5 Jun 2020
If you want to calculate the output for a new data point, you can use ann object as a function
trained_ann(test_data_point)
  2 Comments
Yudawan Hidayat
Yudawan Hidayat on 6 Jun 2020
what is mean by 35% and 65% sir ?, i dont understand
Ameer Hamza
Ameer Hamza on 6 Jun 2020

Sign in to comment.

Categories

Find more on Statistics and Machine Learning Toolbox 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!