A-Study-of-Sigmoid-based-Multi-class-Logistic-Regression
PublicInvestigated how multi-class logistic regression would perform if the activation function was changed from softmax to sigmoid. It included mathematical analysis and empirical evaluation, such as rewriting the model from scratch. Tech: Python (scikit-learn, pandas)