Giter VIP home page Giter VIP logo

adaptive-soft-sensor-design's Introduction

Adaptive Soft Sensor Design: Integrating Adaptive Moving Window and Just-in-Time Learning Paradigms for Soft-Sensor Design

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

The proposed method, MWAdp-JITL is implemented in Matlab; both the code and the simulated datasets we used in our experiments are freely available under a GNU GPL 3 open source license from this repo. You can find more details about the algoritm in the manuscript published in Neurocomputing.

Citation

If you use the code or the simulated datasets, please cite our corresponding paper: Integrating Adaptive Moving Window and Just-in-Time Learning Paradigms for Soft-Sensor Design

@article{adpsensor20,    
  Author = "Aysun Urhan and Burak Alakent",
  Title = "Integrating Adaptive Moving Window and Just-in-Time Learning Paradigms for Soft-Sensor Design",
  Journal = "Neurocomputing",
  Year = "2020",
  issn = "0925-2312",
  doi = "https://doi.org/10.1016/j.neucom.2020.01.083",
  url = "http://www.sciencedirect.com/science/article/pii/S0925231220301417",
}

DOI

1. Matlab Code

  • 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 :)

  • Please open up an issue asap if you encounter any errors/bugs!! I'd be more than glad to help debug.

  • 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.

  • TODO: Implement MW\sub{Adp}-JITL in Python, to use from the commandline and upload it to conda/pypi as a package.

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.

adaptive-soft-sensor-design's People

Contributors

aysunrhn avatar

Watchers

 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.