Skip to content
#

multinomial-logistic-regression

Here are 47 public repositories matching this topic...

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 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

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

The Exame Nacional do Ensino Médio (also known as ENEM) is a national Brazilian standardized test that allows students to conquer a spot in universities in the country and abroad (Inep, 2016). With millions of examinees from different social backgrounds, this paper aims to use the socio-economic data gathered in the 2019 exam application to pred…

  • Updated Mar 20, 2022
  • Jupyter Notebook

UNCW BAN 502 This course explores methods for model selection, parameter estimation, and validation. Focused on techniques and algorithms from the statistical and machine learning disciplines.

  • Updated Oct 15, 2022
  • Jupyter Notebook

This is a release of data and analysis scripts of the "Public Interest in Autonomous Vehicle Adoption: Evidence from the 2015, 2017, and 2019 Puget Sound Travel Surveys" paper published in Journal of Transportation Engineering Part A. The paper can be accessed at https://doi.org/10.1061/JTEPBS.0000655. All scripts are written in R.

  • Updated Nov 21, 2022
  • R

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