Knowee
Questions
Features
Study Tools

Q.1. What Is the formula of standard error in ML.Q.2. Explain Function Approximation in Detrail.Q.3.What is the formula of MSE.Q.4.What is the evaluation matrix used in both the types of problems.Q.5. What is Classification and Regression.

Question

Q.1. What Is the formula of standard error in ML.Q.2. Explain Function Approximation in Detrail.Q.3.What is the formula of MSE.Q.4.What is the evaluation matrix used in both the types of problems.Q.5. What is Classification and Regression.

🧐 Not the exact question you are looking for?Go ask a question

Solution

Q.1. The formula for standard error in Machine Learning is:

SE = σ / √n

where: SE = Standard Error σ = standard deviation of the population n = size of the sample

Q.2. Function Approximation is a major concept in Machine Learning. It is the process of finding a function that closely fits a given set of data points. The goal is to find the underlying function that generated the data points. This function can then be used to predict new data points. This is done by minimizing the difference between the predicted values and the actual values. This difference is often measured using a loss function, such as mean squared error.

Q.3. The formula for Mean Squared Error (MSE) is:

MSE = 1/n Σ(yi - ŷi)²

where: n = total number of observations yi = actual value ŷi = predicted value

Q.4. The evaluation matrix used in both classification and regression problems are different. For classification problems, we often use accuracy, precision, recall, F1 score, ROC AUC score etc. For regression problems, we often use Mean Squared Error (MSE), Root Mean Squared Error (RMSE), Mean Absolute Error (MAE), R² score etc.

Q.5. Classification and Regression are two types of supervised learning methods in Machine Learning. Classification is about predicting a label and Regression is about predicting a quantity.

Classification predicts the category or class of an object or sample. It is used when the output of the model is a categorical variable, such as "spam" or "not spam" for an email.

Regression predicts a continuous value. It is used when the output of the model is a real or continuous value, such as "salary" or "price".

This problem has been solved

Similar Questions

Q.1. Explain Learning rate as a hyperparameter.Q.2. What are eigen vectors?Q.3. What is cross-validation?Q.4. What are basic steps to build a machine learning model?Q.5. What are shrinkage methods?

1. When do we use Linear Regression? What is Linear regression. Explain it in Layman terms2. What are the assumptions of Linear regression?3. What is difference between R square and Adjusted R square?4. What if Data is not normally distributed ?5. How is best fit line selected in Linear regression?6. Hypothesis testing in context of Linear regression

Q3) Answer the following (any five) : [5 × 4 = 20]a) Explain phases of project lifecycle.b) What is Gantt chart? Explain with example.c) Explain project scheduling in Agile Environment.d) Explain Software Configuration Management.e) What are the Roles and Responsibility of Software development team?f) Describe CPM with an example.g) What are the objectives of Activity Planning?Q4) Answer the following (any five) : [5 × 5 = 25]a) What is an Oldham Hackman model explain with example.b) Explain Roles and Responsibility in agile team.c) List and explain the different activity relationships in details.d) Define WBS and explain its types with the help of diagram.e) Explain visualizing progress in details with example.f) Explain Network Planning Model and its types.g) What is Contract Management? Explain how to manage contract?

1. What is the definition of boiling?2. What is the definition of evaporation?3. What is the definition of the boiling point?4. How are boiling and evaporation similar?5. How are they different?

Q1. What is the extension name of ms excel 2010? .XLAS .XLW .XLWX .XLSXQ2. What is the extension name of ms excel 2007 ? .XLAS .XLS .XLW .XLXQ3. What is the extension name of excel worksheet 2010? .XLWX .XLW .XLAS .XLSXQ4. What is the extension name of excel worksheet 2007 ? .XLAS .XLW .XLWX .XLSXQ5. How many rows in Ms-Excel 2010? 1048576 1048574 5048576 16384Q6. How many columns in Ms-Excel 2010? 1638 16438 16384 14358Q7. What is the name of last cell address ? XFD1048576 XFD1049576 XDF1048576 ZFD1048576Q8. What is the name of last column in excel ? XDF XFD XAZ FDXQ9. How many Default sheet given in Ms-Excel 2010? 2 3 4 5Q10. Which Formula you use to add two numbers? =product =fact =sum =round

1/2

Upgrade your grade with Knowee

Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.