Giter VIP home page Giter VIP logo

prediction-using-supervised-ml's Introduction

PREDICTION-USING-SUPERVISED-ML

Predicting Student Scores with Linear Regression

This is a machine learning project to create a linear regression model that predicts student test scores based on the number of hours they studied. The model is trained on a dataset of students' study hours and achieved scores.

Overview

The goal of this project is to accurately predict the score of a student on a test based on the number of hours they studied. This will help provide insight on how factors like study duration impact test performance.

The data and Jupyter notebook provided here trains a simple linear regression model using PyTorch on data containing a student's study hours and test score. Ideas for extending this basic model are also provided below.

Contents

The repository contains the following files:

student_scores.ipynb: Jupyter notebook containing data preparation, model training, evaluation, and predictions. student_scores.csv: Dataset with each row representing a student's hours studied and achieved test score. requirements.txt: Python package dependencies for executing the notebook.

Requirements

The following packages need to be installed to execute the Jupyter notebook with the model training code:

NumPy Pandas Matplotlib PyTorch scikit-learn These can easily be installed via pip install -r requirements.txt

Possible Extensions

Here are some ideas for extending the analysis:

Try different ML regression models like random forest to compare performance Analyze predictions errors - why does the model work well or poorly? Increase size and diversity of training data for improved accuracy Feature engineer additional predictive variables like grade level or subject Deploy model via API to provide study time recommendations based on score goals Overall this provides the basic scaffolding to start predicting student scores using liner regression techniques in Python. Please use this as a starting point for your own experiments and analyses!

prediction-using-supervised-ml's People

Contributors

singhananddev 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.