A simple project which uses the Sequential ANN model to predict Graduate Admissions (i.e. Chance of Admit) based on the following factors :-
- GRE Score
- TOEFL Score
- University Rating
- SOP
- LOR
- CGPA
- Research
Stages of the project include :-
- Cleaning the data (removing, adding, formatting colummns to match requirements)
- Splitting the data-set into training & test set
- Using MinMax Scaling
- Building the ANN model
- Training the model with 500 epochs
- Checking r2 score for accuracy
Number of parameters for each layer are 56, 56 and 8 respectively. r2 score stands out to be 0.8094506231092925.