How can I assess the reliability of my machine learning model on unseen data?

Technical Source
2 min readJul 7, 2021

--

I have a model of a system that can detect some abnormalities and then react accordingly.

Now, I want to analyze how reliable is our model in predicting these abnormalities.

So far, I have manually analyse certain situations and assess whether the system reacted correctly or incorrectly. This is very time consuming and I would like to know how we could adopt supervised machine learning to train a neural network to make this assessment automatically.

ANSWER

Matlabsolutions.com provide latest MatLab Homework Help,MatLab Assignment Help for students, engineers and researchers in Multiple Branches like ECE, EEE, CSE, Mechanical, Civil with 100% output.Matlab Code for B.E, B.Tech,M.E,M.Tech, Ph.D. Scholars with 100% privacy guaranteed. Get MATLAB projects with source code for your learning and research.

In general, to create a machine learning model, you would:

1. Collect data.

2. Split the data into training, test and validation sets.

3. Train a machine learning model using both the training and test sets.

4. Validate that your trained model on the validation set to verify that it can still reliably predict “unseen” data.

5. Use the model to predict real world data.

From the workflow above, you can see that we can only assess the accuracy of the model (before really using it in real world) by evaluating the prediction it outputs on the validation set.

If the predicted values on the validation set is within some reasonable accuracy that you desire, then, you can use the model to predict real world data with the assumption that it would also predict these new data with the same level of accuracy.

SEE COMPLETE ANSWER CLICK THE LINK

https://www.matlabsolutions.com/resources/how-can-i-assess-the-reliability-of-my-machine-learning-model-on-unseen-data-.php

--

--

Technical Source
Technical Source

Written by Technical Source

Simple! That is me, a simple person. I am passionate about knowledge and reading. That’s why I have decided to write and share a bit of my life and thoughts to.

No responses yet