Giter Club home page Giter Club logo

iris-classification's Introduction

Logisitic_Regression

Classifying Iris dataset found at https://www.kaggle.com/uciml/iris with models in Python and R.

R:

Performed K-nearest neighbors, linear discriminant analysis, and quadratic discriminant analysis on iris data

  1. K-NN (KNN_iris.R)

  2. LDA and QDA (LDA-QDA_iris.R)

Since binary classifier, performed log-reg out of curiosity to predict versicolor vs. setosa using Sepal.Width

RESULTS:

All predictors -> LDA outperformed other methods LDA: 96% accuracy, K-NN: 95.7% accuracy, QDA: 94.67% accuracy

Sepal.Width and Sepal.Length -> LDA and QDA performed identically LDA: 81.33% accuracy, K-NN: 77.3% accuracy, QDA: 81.33% accuracy

Petal.Width and Petal.Length -> KNN and QDA performed identically LDA: 93.33% accuracy, K-NN: 97.33% accuracy, QDA: 97.33% accuracy

Python:

Only performed log-reg in Python using Professor Ng's equations from Stanford's Machine Learning course.

  1. Logic Approach (log_Unvectorized.py)

  2. Matrix Approach (iris_Vectorized.py)

Gradient Descent algorithm managed to converge on iris data. Coefficient for Sepal.Width (only predictor used in log reg for testing in R) was identical at ~2.5.

Technologies Used:

Languages: Python, R

Libraries: Pandas, Numpy, scipy, caret

iris-classification's People

Contributors

peterkoka1 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.