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
    Proof of concept GnuCash Webinterface

    Proof of Concept GnuCash Webinterface This may one day be a something truly great. Milestones [ ] Browse accounts and view transactions [ ] Record sim

    Josh 14 Dec 28, 2022
    A simple interface for editing natural photos with generative neural networks.

    Neural Photo Editor A simple interface for editing natural photos with generative neural networks. This repository contains code for the paper "Neural

    Andy Brock 2.1k Dec 29, 2022
    Object Detection Projekt in GKI WS2021/22

    tfObjectDetection Object Detection Projekt with tensorflow in GKI WS2021/22 Docker Container: docker run -it --name --gpus all -v path/to/project:p

    Tim Eggers 1 Jul 18, 2022
    Computer vision - fun segmentation experience using classic and deep tools :)

    Computer_Vision_Segmentation_Fun Segmentation of Images and Video. Tools: pytorch Models: Classic model - GrabCut Deep model - Deeplabv3_resnet101 Flo

    Mor Ventura 1 Dec 18, 2021
    The offcial repository for 'CharacterBERT and Self-Teaching for Improving the Robustness of Dense Retrievers on Queries with Typos', SIGIR2022

    CharacterBERT-DR The offcial repository for CharacterBERT and Self-Teaching for Improving the Robustness of Dense Retrievers on Queries with Typos, Sh

    ielab 11 Nov 15, 2022
    Computational Methods Course at UdeA. Forked and size reduced from:

    Computational Methods for Physics & Astronomy Book version at: https://restrepo.github.io/ComputationalMethods by: Sebastian Bustamante 2014/2015 Dieg

    Diego Restrepo 11 Sep 10, 2022
    PyTorch implementation of UPFlow (unsupervised optical flow learning)

    UPFlow: Upsampling Pyramid for Unsupervised Optical Flow Learning By Kunming Luo, Chuan Wang, Shuaicheng Liu, Haoqiang Fan, Jue Wang, Jian Sun Megvii

    kunming luo 87 Dec 20, 2022
    PyTorch Lightning implementation of Automatic Speech Recognition

    lasr Lightening Automatic Speech Recognition An MIT License ASR research library, built on PyTorch-Lightning, for developing end-to-end ASR models. In

    Soohwan Kim 40 Sep 19, 2022
    PyTorch implementation of the TTC algorithm

    Trust-the-Critics This repository is a PyTorch implementation of the TTC algorithm and the WGAN misalignment experiments presented in Trust the Critic

    0 Nov 29, 2021
    [CVPR 2022 Oral] Versatile Multi-Modal Pre-Training for Human-Centric Perception

    Versatile Multi-Modal Pre-Training for Human-Centric Perception Fangzhou Hong1  Liang Pan1  Zhongang Cai1,2,3  Ziwei Liu1* 1S-Lab, Nanyang Technologic

    Fangzhou Hong 96 Jan 03, 2023
    Self-Guided Contrastive Learning for BERT Sentence Representations

    Self-Guided Contrastive Learning for BERT Sentence Representations This repository is dedicated for releasing the implementation of the models utilize

    Taeuk Kim 16 Dec 04, 2022
    Distributed DataLoader For Pytorch Based On Ray

    Dpex——用户无感知分布式数据预处理组件 一、前言 随着GPU与CPU的算力差距越来越大以及模型训练时的预处理Pipeline变得越来越复杂,CPU部分的数据预处理已经逐渐成为了模型训练的瓶颈所在,这导致单机的GPU配置的提升并不能带来期望的线性加速。预处理性能瓶颈的本质在于每个GPU能够使用的C

    Dalong 23 Nov 02, 2022
    Everything's Talkin': Pareidolia Face Reenactment (CVPR2021)

    Everything's Talkin': Pareidolia Face Reenactment (CVPR2021) Linsen Song, Wayne Wu, Chaoyou Fu, Chen Qian, Chen Change Loy, and Ran He [Paper], [Video

    71 Dec 21, 2022
    Human Detection - Pedestrian Detection using OpenCV Python

    Pedestrian Detection using OpenCV Python Follow us on Instagram for Machine Lear

    Hrishikesh Dutta 1 Jan 23, 2022
    Deep ViT Features as Dense Visual Descriptors

    dino-vit-features [paper] [project page] Official implementation of the paper "Deep ViT Features as Dense Visual Descriptors". We demonstrate the effe

    Shir Amir 113 Dec 24, 2022
    [ArXiv 2021] One-Shot Generative Domain Adaptation

    GenDA - One-Shot Generative Domain Adaptation One-Shot Generative Domain Adaptation Ceyuan Yang*, Yujun Shen*, Zhiyi Zhang, Yinghao Xu, Jiapeng Zhu, Z

    GenForce: May Generative Force Be with You 46 Dec 19, 2022
    Add gui for YoloV5 using PyQt5

    HEAD 更新2021.08.16 **添加图片和视频保存功能: 1.图片和视频按照当前系统时间进行命名 2.各自检测结果存放入output文件夹 3.摄像头检测的默认设备序号更改为0,减少调试报错 温馨提示: 1.项目放置在全英文路径下,防止项目报错 2.默认使用cpu进行检测,自

    Ruihao Wang 65 Dec 27, 2022
    Active and Sample-Efficient Model Evaluation

    Active Testing: Sample-Efficient Model Evaluation Hi, good to see you here! 👋 This is code for "Active Testing: Sample-Efficient Model Evaluation". P

    Jannik Kossen 19 Oct 30, 2022
    Drone-based Joint Density Map Estimation, Localization and Tracking with Space-Time Multi-Scale Attention Network

    DroneCrowd Paper Detection, Tracking, and Counting Meets Drones in Crowds: A Benchmark. Introduction This paper proposes a space-time multi-scale atte

    VisDrone 98 Nov 16, 2022
    Dataset VSD4K includes 6 popular categories: game, sport, dance, vlog, interview and city.

    CaFM-pytorch ICCV ACCEPT Introduction of dataset VSD4K Our dataset VSD4K includes 6 popular categories: game, sport, dance, vlog, interview and city.

    96 Jul 05, 2022