Skip to content

This project focuses on using TensorFlow Decision Forest, a machine learning framework, to predict student performance during game-based learning. The dataset used for training the model is one of the largest open datasets of game logs, providing a wealth of information to train and test the model's performance.

Notifications You must be signed in to change notification settings

SRDdev/Student-Performace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Predict Student Performance from Game Play using TensorFlow Decision Forest

TFDF Logo

The goal of this competition is to predict student performance during game-based learning in real-time. You'll develop a model trained on one of the largest open datasets of game logs.

Table of Contents

Overview

This project focuses on using TensorFlow Decision Forest, a machine learning framework, to predict student performance during game-based learning. The dataset used for training the model is one of the largest open datasets of game logs, providing a wealth of information to train and test the model's performance.

Setup

To get started with this project, follow the steps below:

  1. Clone the repository to your local machine using the following command:
git clone https://github.com/yourusername/predict-student-performance.git
  1. Install the necessary dependencies. This project requires TensorFlow Decision Forest, which can be installed using the following command:
pip install tensorflow_decision_forests
  1. Download the dataset from the provided source and place it in the appropriate directory in the project repository.

Usage

To use the model for predicting student performance, follow these steps:

  1. Load the dataset into the model using the provided data preprocessing functions.
  2. Train the model using the training data.
  3. Evaluate the model's performance on the test data using appropriate metrics.
  4. Use the trained model to predict student performance in real-time during game-based learning.

Contributing

We welcome contributions from the community to help improve this project. If you would like to contribute, please follow these guidelines:

  1. Fork the repository and create a new branch for your contribution.
  2. Make your changes and submit a pull request, explaining the purpose and details of your contribution.
  3. Ensure that your code follows the project's coding standards and conventions.
  4. Provide appropriate documentation for your contribution, including any changes to the README file.

License

This project is licensed under the MIT License, which allows for free use, modification, and distribution, subject to the terms and conditions specified in the license file.

For any questions or concerns, please contact the project maintainers. Thank you for your contribution!

About

This project focuses on using TensorFlow Decision Forest, a machine learning framework, to predict student performance during game-based learning. The dataset used for training the model is one of the largest open datasets of game logs, providing a wealth of information to train and test the model's performance.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published