Skip to content

We will be applying Machine Learning Algorithm Linear Regression, Visualizing its Graphical Analysis and Creating UI using Windows Form .NET Framework in CPP from scratch.

License

Notifications You must be signed in to change notification settings

Awaiz-Malik/Regression_Analysis_and_GUI_using_WinForm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linear_Regression_Analysis using Y = MX + C

Introduction

  • Project Team Members
  • In the Project we will be using five Dataset files .csv with the help of Modular Programming, we will apply Linear Regression on each of them.
    • Pakistan Population
    • Japan Life Expectancy
    • Pakistan Unemployment
    • Price vs Area
    • Salary vs Experience
  • We will be using the concept of Functional Programming to train Model for each dataset, their weights and bias will be saved so we can reuse trained model for our Future Testing and Predictions.
  • Each header file will be then used in our winform cpp along with images illustrations created on Adobe Illustrator to create a User Interface for Making Prediction on our trained model.
  • In the end we will visualise the training of dataset on graph

Information about the above files

Project

If you want to Run the project without building files, then access the Form.exe and Graph.exe to run the project directly

Regression Analysis

If you want to Load this project to your system, we will be talking about how to load it on Visual Studio

Graph

If you want to visualize the Graphical Analysis

  • Download Matplot++ use it via cmake or vcpkg in your project, also download GNUPLOT and add to enviornment variable to view graphs.
  • Run the Graph.cpp which will show the graph for desire dataset you want to see.

About

We will be applying Machine Learning Algorithm Linear Regression, Visualizing its Graphical Analysis and Creating UI using Windows Form .NET Framework in CPP from scratch.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages