An open API service indexing awesome lists of open source software.

https://github.com/oceanthunder/schwiftystudentsml

Implementaion of Random Forest, CNN and FCNN on 'Student Performance Factors' dataset
https://github.com/oceanthunder/schwiftystudentsml

cnn fcnn random-forest student-performance

Last synced: 9 months ago
JSON representation

Implementaion of Random Forest, CNN and FCNN on 'Student Performance Factors' dataset

Awesome Lists containing this project

README

          

# Become a Schwifty Student

- **CNN-1.py**: Implements a Convolutional Neural Network (CNN) model.
- **CNN-2.py**: Enhances the CNN model from `CNN-1.py` by adding early stopping and learning rate reduction.
- **RandomForest.py**: Implements a Random Forest model.
- **FCNN.py**: Implements a Fully Connected Neural Network (FCNN) model.
- **FeatureImportance.py**: Contains code for sorting and displaying the feature importance in a Decision Tree Regressor.

The dataset, `StudentPerformanceFactors.csv`, was sourced from Kaggle. You can find it [here](https://www.kaggle.com/datasets/lainguyn123/student-performance-factors/data).