GithubHelp home page GithubHelp logo

sensor_ref1's Introduction

Applying Different Scikit-learn and Keras Based Classifiers on Metal Oxide Gas Sensor Dataset

In this project, I collected two open source datasets and applied different machine learning classification techniques using python based Scikit-learn and Keras libraries. Response of various metal oxide gas sensors were collected while they were exposed to different gas mixtures. The aim is to find out and classify the individual gas components in the mixtures. In order to do so, various supervised machine learning classifiers were applied and their performance were compared.

Dataset Description

Two different datasets were used in this project- One is for binary classification and anothere is for multi-class classification purpose. Both of them were collected from UCI machine learning repository. For a generalized overview of the dataset and different attribute information, head over to the associated links below-

For classification purpose, I pre-processed and made the datasets simpler. The modified datasets can be found here: Dataset

Data Processing Workflow

On both datasets, PCA and t-SNE dimension reduction techniques were applied in order to plot and visualize the relationships between different attributes.The same workflow was followed and the same classifiers were applied on both of the datasets. I applied 10 classical classifiers( non-neural network based) and 1 keras based vanilla neural network classifier.

Classical Classifiers

  1. K-Nearest Neighbor (KNN)
  2. Support Vector Machine (SVM)
  3. Gaussian Multinomial Naive Bayes (MultinomialNB)
  4. Decision Tree
  5. Random Forest
  6. Extra Tree
  7. Logistic Regression
  8. KNN based Bagging
  9. Logistic Regression
  10. Majority Voting Ensemble Machine

Neural Network Based Classifier

I also created a 4 layered neural network architecture with 2 hidden layers for classification. The same network was used for both the binary and multi-class classification purposes.

sensor_ref1's People

Contributors

rednafi avatar vikxoxo avatar

Watchers

 avatar

sensor_ref1's Issues

process data

Hello, can you tell me how to process the data, or can you provide code to process the data

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.