Skip to content
#

multinomial-logistic-regression

Here are 44 public repositories matching this topic...

Twitter-Sentimental-Analysis

I have used Multinomial Naive Bayes, Random Trees Embedding, Random Forest Regressor, Random Forest Classifier, Multinomial Logistic Regression, Linear Support Vector Classifier, Linear Regression, Extra Tree Regressor, Extra Tree Classifier, Decision Tree Classifier, Binary Logistic Regression and calculated accuracy score, confusion matrix and…

  • Updated Feb 12, 2023
  • Python

Our industrial attachment project involves developing a credit scoring system to determine Upay users' loan eligibility. This system uses machine learning to forecast loan approval using transaction history and customer data. This project aims to provide a reliable credit score system for loan disbursement. It will also inform decision makers about

  • Updated Oct 22, 2023
  • Jupyter Notebook

This Python package enables to efficiently compute leave-one-out cross validation error for multinomial logistic regression with elastic net (L1 and L2) penalty. The computation is based on an analytical approximation, which enables to avoid re-optimization and to reduce much computational time. MATLAB version: https://github.com/T-Obuchi/Accele…

  • Updated Aug 6, 2018
  • Python

This MATLAB package enables to efficiently compute leave-one-out cross validation error for multinomial logistic regression with elastic net (L1 and L2) penalty. The computation is based on an analytical approximation, which enables to avoid re-optimization and to reduce much computational time. Python version: https://github.com/T-Obuchi/Accele…

  • Updated Aug 19, 2020
  • MATLAB

This project aims to conduct a random survey design for collecting responses regarding wine preferences of Italian consumers. Furthermore, it attempts to understand how preference share gets affected as we vary different attributes associated with wine with the use of a research method called Conjoint Analysis..

  • Updated Jun 10, 2023
  • HTML

A collection of fundamental Machine Learning Algorithms Implemented from scratch along-with their applications for various ML tasks like clustering, thresholding, data analysis, prediction, regression and image classification.

  • Updated Jan 23, 2024
  • Jupyter Notebook

This project encompasses a range of neural and non-neural model implementations to classifiy MNIST digits. The goal is to compare the performance of each technique including details of hyper-parameters, training ans testing errors, training and testing duration and additional parameters used in the analysis.

  • Updated Nov 12, 2020
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the multinomial-logistic-regression topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the multinomial-logistic-regression topic, visit your repo's landing page and select "manage topics."

Learn more