Synopsis IPL Score
Synopsis IPL Score
PROJECT TITLE
Submitted In Partial
Fulfillment Of The Requirements For The Award Of The Degree Of
By
Devesh Telang
(2201920140052)
Supervisor
METHODOLOGY
The project uses a dataset containing IPL match data, which is preprocessed and
cleaned to remove any irrelevant features. The categorical features in the
dataset are label encoded, and the data is split into training and testing sets. A
neural network model is then trained on the scaled training data. The model’s
performance is evaluated based on its loss during training and its mean absolute
error on the testing data.
TOOLS AND PLATFORM
1) One of the main challenges faced during the project was dealing with NaN
values in the predictions. This was resolved by checking for NaN values in the
test data and predictions, and handling them appropriately.
2) Another challenge was ensuring that the model was learning properly from the
data. This was addressed by checking the model’s loss during training and
making necessary adjustments to the model’s architecture and hyperparameters.
CONCLUSION