Enter any gender/age and see if they would've survived on the titanic #games #machinelearning
A LinearRegression model fit on the https://www.kaggle.com/competitions/titanic dataset using sklearn on python. Then the weights and bias (coefficient and intercept in this case) were extracted from the model, and put in Scratch to do simple Matrix Multiplication as well as adding the bias to classify whether one would survive or die.