Code Monkey home page Code Monkey logo

eee415-system-modelling-and-analysis's Introduction

EEE 415 System Modelling and Analysis Project

The project is a Linear regression model for two distinct students(25th and 35th) grades

Simple linear regression Model :

               Y = B0 + B1X + E

where

  • Y is the predicted value of the dependent variable (y) for any given value of the independent variable (x).
  • B0 is the intercept, the predicted value of y when the x is 0.
  • B1 is the regression coefficient โ€“ how much we expect y to change as x increases.
  • X is the independent variable (the variable we expect is influencing y).
  • E is the error of the estimate, or how much variation there is in our estimate of the regression coefficient

Tools and Programming language used

  • Microsoft Excel for data manipulation and linear regression analysis.
  • Google Colab for python modules and scripts and jupyter notebook
  • Framework: Sci-kit learn for building Linear regression model
  • Scientific computing Libraries: numpy, pandas
  • Visualization: Microsoft Excel, Seaborn, Matplotlib
  • Programming language: Python

Result

The grade points of the students were used to predict their score in another course. The 25th student has probability of scoring 70 marks on their next course while 35th student has probability of 68 marks in their next course. The major assumption is that course unit determines student grade. Students put effort in courses with three units than two units or one-unit courses. The data was properly preprocessed and we built a Linear Regression model to predict future scores of the two students individually in their respective new courses.

Further information

All necessary files(jupyter notebooks, screenshot and prepocessed dataset) are attached to this repository.

eee415-system-modelling-and-analysis's People

Contributors

htaofeek avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.