multiclass-logistic-regression
Here are 41 public repositories matching this topic...
Language:All
Sort:Most stars
Basic Machine Learning implementation with python
- Updated
Jul 1, 2020 - Jupyter Notebook
Predicting gender of given Chinese names (93~99% test set accuracy). 预测中文姓名的性别(93~99%的测试集准确率)。
- Updated
Sep 18, 2025 - Jupyter Notebook
Logistic Regression technique in machine learning both theory and code in Python. Includes topics from Assumptions, Multi Class Classifications, Regularization (l1 and l2), Weight of Evidence and Information Value
- Updated
Dec 22, 2021 - Jupyter Notebook
- Updated
Jun 7, 2019 - Jupyter Notebook
The projects are part of the graduate-level course CSE-574 : Introduction to Machine Learning [Spring 2019 @ UB_SUNY] . . . Course Instructor : Mingchen Gao (https://cse.buffalo.edu/~mgao8/)
- Updated
Jan 16, 2020 - Jupyter Notebook
Multi class and Binary Classification through Logistic Regression and SVM
- Updated
May 28, 2020 - Python
Image Classification, Image Feature Extraction, CNNs, Finetuning, Resnet18, Torchvision, Multi-Class Logistic Regression
- Updated
Nov 18, 2022 - Jupyter Notebook
Implementation and analysis of core Machine Learning Algorithms from scratch.
- Updated
Feb 9, 2020 - Jupyter Notebook
Using classic machine learning models - K-NN, Multiclass Logistic Regression, SVM and Random Forest to make predictions
- Updated
Apr 5, 2018 - Jupyter Notebook
This project aims to predict customer booking behaviors by classifying them into three categories: Booked and Canceled Booked and Checked Out Booked and Did Not Show
- Updated
Oct 18, 2024 - Python
Investigated 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)
- Updated
Jul 13, 2024 - Jupyter Notebook
Logistic Regression is a supervised learning algorithm that is used when the target variable is categorical. In Logistic Regression the target variable is categorical where we have to strict the range of predicted values. Consider a classification problem, where we need to classify whether an email is a spam or not. So we have to predict either …
- Updated
Sep 11, 2021 - Jupyter Notebook
This project is implementation of a classififer that predicts the probable outcome for the best crop to plant in a given region and area given a few climatic and chemical conditions available in the area.
- Updated
Jun 4, 2025 - Python
We investigated the performance of the Logistic and Multiclass Regression models and compared their accuracies to KNN. We compared Logistic Regression and KNN based on the "IMdB reviews" dataset, while Multiclass Regression and KNN were compared based on the "20 news groups" dataset.
- Updated
May 9, 2023 - Jupyter Notebook
Multiclass logistic regression implementation from scratch
- Updated
May 25, 2020 - Python
💵Model Peruvian Bills (MLR, Mask, Inceptionv2) RCNN💶
- Updated
Mar 25, 2023 - Jupyter Notebook
This is the term project for the Mathematical Foundations of Data Science course in Bilkent University. The aim of this project is to automatically diagnose skin cancer from images.
- Updated
Jul 14, 2020 - Jupyter Notebook
Machine Learning Predictive model - Logistic Regression on the quality of red wine
- Updated
Apr 5, 2022 - Jupyter Notebook
Improve this page
Add a description, image, and links to themulticlass-logistic-regression topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with themulticlass-logistic-regression topic, visit your repo's landing page and select "manage topics."