Code Monkey home page Code Monkey logo

adaptive-soft-sensor-design's Introduction

Adaptive Soft Sensor Design

Github repo for the research paper titled "Integrating Adaptive Moving Window and Just-in-Time Learning Paradigms for Soft-Sensor Design"

1. Matlab Code

  • Please cite the corresponding paper if you use the code, and do let me know if you encounter any errors/bugs!! I'd be more than glad to help debug. (note to self: add .bib entry when paper gets published)

  • I tried my best to clean up the code. But keep in mind that the code has gone through countless changes during my MS thesis, so you might see a few unnecessary variables defined here and there. Any feedback on how to improve the program and make it run faster is appreciated :)

  • Our method is based on relevance vector machine (RVM), I used the SparseBayes software version 2.0, provided by Tipping himself. I had to modify the code in SB2_FullStatistics.m at line 105 to make sure that matrix A is positive definite. I used nearestSPD.m to get the nearest PD matrix.

  • You can find our implementation of MWAdp and MWAdpJITL methods on debutanizer column data in Demo.m file.

2. Simulation Data

20 simulations runs were conducted for 8 different concept drift models (CDM). Details of the simulation models can be found in the article. Each CDM is stored as a struct with "X" and "Y" arrays. For a total of 700 observations, 19 predictors and their 2 lagged measurements are included in X (there are 19x3 = 57 predictors/columns in total in X) and the response variables (concentration of product B) is in Y.

DOI

adaptive-soft-sensor-design's People

Contributors

aysunrhn avatar

Watchers

James Cloos 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.