cl;asification problem using classification models in supervised learning

Overview

wine-quality-predition---classification

cl;asification problem using classification models in supervised learning

Wine Quality Prediction Analysis - Classification

Dataset Information

The two datasets are related to red and white variants of the Portuguese "Vinho Verde" wine. These datasets can be viewed as classification or regression tasks. The classes are ordered and not balanced (e.g. there are munch more normal wines than excellent or poor ones). Outlier detection algorithms could be used to detect the few excellent or poor wines. Also, we are not sure if all input variables are relevant. So it could be interesting to test feature selection methods. Two datasets were combined and few values were randomly removed.

Attribute Information:

Input variables (based on physicochemical tests):
1 - fixed acidity
2 - volatile acidity
3 - citric acid
4 - residual sugar
5 - chlorides
6 - free sulfur dioxide
7 - total sulfur dioxide
8 - density
9 - pH
10 - sulphates
11 - alcohol
Output variable (based on sensory data):
12 - quality (score between 0 and 10)

Download link: https://www.kaggle.com/rajyellow46/wine-quality

Libraries

  • numpy
  • pandas
  • matplotlib
  • seaborn
  • scikit-learn

    Future Work

  • Handling missing values
  • Removing Outliers
  • Removing Attributes
  • Random oveerSampling

    Algorithms

  • Logistic Regression
  • Decision Tree
  • Random Forest
  • KNn
  • svm in SVC
  • Extra Tress
  • LightGBM

    Best Model Accuracy: 90.00 -> from Extra tree classifier

  • Owner
    Vineeth Reddy Gangula
    The guy who loves to explore the thrill of adventure!!! Follow the passion no matter what comes in the way... Rise up and push past your limits..!
    Vineeth Reddy Gangula
    High-Resolution Image Synthesis with Latent Diffusion Models

    Latent Diffusion Models arXiv | BibTeX High-Resolution Image Synthesis with Latent Diffusion Models Robin Rombach*, Andreas Blattmann*, Dominik Lorenz

    CompVis Heidelberg 5.6k Dec 30, 2022
    Example how to deploy deep learning model with aiohttp.

    aiohttp-demos Demos for aiohttp project. Contents Imagetagger Deep Learning Image Classifier URL shortener Toxic Comments Classifier Moderator Slack B

    aio-libs 661 Jan 04, 2023
    MatryODShka: Real-time 6DoF Video View Synthesis using Multi-Sphere Images

    Main repo for ECCV 2020 paper MatryODShka: Real-time 6DoF Video View Synthesis using Multi-Sphere Images. visual.cs.brown.edu/matryodshka

    Brown University Visual Computing Group 75 Dec 13, 2022
    The codes and related files to reproduce the results for Image Similarity Challenge Track 2.

    ISC-Track2-Submission The codes and related files to reproduce the results for Image Similarity Challenge Track 2. Required dependencies To begin with

    Wenhao Wang 89 Jan 02, 2023
    The PyTorch implementation of paper REST: Debiased Social Recommendation via Reconstructing Exposure Strategies

    REST The PyTorch implementation of paper REST: Debiased Social Recommendation via Reconstructing Exposure Strategies. Usage Download dataset Download

    DMIRLAB 2 Mar 13, 2022
    Embodied Intelligence via Learning and Evolution

    Embodied Intelligence via Learning and Evolution This is the code for the paper Embodied Intelligence via Learning and Evolution Agrim Gupta, Silvio S

    Agrim Gupta 111 Dec 13, 2022
    《Dual-Resolution Correspondence Network》(NeurIPS 2020)

    Dual-Resolution Correspondence Network Dual-Resolution Correspondence Network, NeurIPS 2020 Dependency All dependencies are included in asset/dualrcne

    Active Vision Laboratory 45 Nov 21, 2022
    Kaggle competition: Springleaf Marketing Response

    PruebaEnel Prueba Kaggle-Springleaf-master Prueba Kaggle-Springleaf Kaggle competition: Springleaf Marketing Response Competencia de Kaggle: Marketing

    1 Feb 09, 2022
    A collection of SOTA Image Classification Models in PyTorch

    A collection of SOTA Image Classification Models in PyTorch

    sithu3 85 Dec 30, 2022
    ImageNet Adversarial Image Evaluation

    ImageNet Adversarial Image Evaluation This repository contains the code and some materials used in the experimental work presented in the following pa

    Utku Ozbulak 11 Dec 26, 2022
    Code for paper: "Spinning Language Models for Propaganda-As-A-Service"

    Spinning Language Models for Propaganda-As-A-Service This is the source code for the Arxiv version of the paper. You can use this Google Colab to expl

    Eugene Bagdasaryan 16 Jan 03, 2023
    Happywhale - Whale and Dolphin Identification Silver🥈 Solution (26/1588)

    Kaggle-Happywhale Happywhale - Whale and Dolphin Identification Silver 🥈 Solution (26/1588) 竞赛方案思路 图像数据预处理-标志性特征图片裁剪:首先根据开源的标注数据训练YOLOv5x6目标检测模型,将训练集

    Franxx 20 Nov 14, 2022
    Reference implementation for Deep Unsupervised Learning using Nonequilibrium Thermodynamics

    Diffusion Probabilistic Models This repository provides a reference implementation of the method described in the paper: Deep Unsupervised Learning us

    Jascha Sohl-Dickstein 238 Jan 02, 2023
    Ganilla - Official Pytorch implementation of GANILLA

    GANILLA We provide PyTorch implementation for: GANILLA: Generative Adversarial Networks for Image to Illustration Translation. Paper Arxiv Updates (Fe

    Samet Hi 462 Dec 05, 2022
    Semantic segmentation models, datasets and losses implemented in PyTorch.

    Semantic Segmentation in PyTorch Semantic Segmentation in PyTorch Requirements Main Features Models Datasets Losses Learning rate schedulers Data augm

    Yassine 1.3k Jan 07, 2023
    Full Resolution Residual Networks for Semantic Image Segmentation

    Full-Resolution Residual Networks (FRRN) This repository contains code to train and qualitatively evaluate Full-Resolution Residual Networks (FRRNs) a

    Toby Pohlen 274 Oct 27, 2022
    the code for paper "Energy-Based Open-World Uncertainty Modeling for Confidence Calibration"

    EOW-Softmax This code is for the paper "Energy-Based Open-World Uncertainty Modeling for Confidence Calibration". Accepted by ICCV21. Usage Commnd exa

    Yezhen Wang 36 Dec 02, 2022
    Official implementation for paper: A Latent Transformer for Disentangled Face Editing in Images and Videos.

    A Latent Transformer for Disentangled Face Editing in Images and Videos Official implementation for paper: A Latent Transformer for Disentangled Face

    InterDigital 108 Dec 09, 2022
    LabelImg is a graphical image annotation tool.

    LabelImgPlus LabelImg is a graphical image annotation tool. This project is not updated with new functions now. More functions are supported with Labe

    lzx1413 200 Dec 20, 2022
    Re-implement CycleGAN in Tensorlayer

    CycleGAN_Tensorlayer Re-implement CycleGAN in TensorLayer Original CycleGAN Improved CycleGAN with resize-convolution Prerequisites: TensorLayer Tenso

    89 Aug 15, 2022