GithubHelp home page GithubHelp logo

multivariate-classifier's Introduction

Multivariate Classifier

For APL405 - Machine Learning in Mechanics course we took in Sem 2 - Spring 2022

Usage: each folder contains its own dataset and code file (.ipynb)

  1. bivariate_svm: code for the 10 bivariate svm, each trained by taking 2 features at a time.
  2. nn_raw: neural network code trained on raw input data, with NaN filled with Zero. [current accuracy: 32%]
  3. nn_imputed: neural network code trained on imputed data. [current accuracy: 59%]
  4. nn_augmented: neural network code trained on augmented data. [current accuracy: 75%]

The following are the dataset files: nn_raw/data/original_data.csv: original data provided nn_imputed/data/new_data.csv: imputed data, made by using impute library of SciKit Learn nn_augmented/data/augmented_data.csv: augmented data, NaN filled with actual data from sources mentioned in report

Access: final_report.pdf and final_presentation.pdf for better understanding

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.