Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linear Equation Prediction ML model #916

Closed
jain-anshika opened this issue Oct 3, 2023 · 4 comments
Closed

Linear Equation Prediction ML model #916

jain-anshika opened this issue Oct 3, 2023 · 4 comments
Assignees
Labels
Assigned No_Update It's been so long you are not responding to this issue so we are going to close the issue soon.

Comments

@jain-anshika
Copy link

Prediction of linear equation with multiple variables using linear regression machine learning model

@Kushal997-das
Copy link
Owner

@jain-anshika Explain .

@jain-anshika
Copy link
Author

jain-anshika commented Oct 4, 2023

Machine Learning for Linear Equation Prediction Model:
You are tasked with developing a machine learning model that can predict linear equations based on a given dataset. The dataset consists of pairs of input variables and corresponding output values, representing different linear equations. Your goal is to train a model that can accurately predict the coefficients of a linear equation given new input values.

Requirements:

Dataset Generation:
• Generate a dataset of multiple linear equations, each represented by a pair of input variables and the corresponding output value.
• Ensure that the dataset includes a variety of linear equations with different slopes and intercepts.
• You can use a random generator or predefined equations to create the dataset.

Data Pre-processing:
• Perform any necessary pre-processing steps on the dataset, such as data normalization or standardization, to ensure better model performance.

@jain-anshika
Copy link
Author

Please add hacktoberfest label also

@jain-anshika
Copy link
Author

Upload files is disabled!!

@Kushal997-das Kushal997-das added the No_Update It's been so long you are not responding to this issue so we are going to close the issue soon. label Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Assigned No_Update It's been so long you are not responding to this issue so we are going to close the issue soon.
Projects
None yet
Development

No branches or pull requests

2 participants