Giter Site home page Giter Site logo

koson / gpcv Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kiranvad/gpcv

0.0 1.0 0.0 12.05 MB

Gaussian Processes for Cyclic Voltammetry

License: MIT License

C++ 3.59% C 0.19% Fortran 23.49% MATLAB 66.41% M 0.32% CSS 0.01% Mathematica 0.88% Makefile 0.29% HTML 4.83%

gpcv's Introduction

Gaussian Processes for Cyclic Voltammetry

This repositiroy contains the reproducible code for the paper "Active Knwoledge Extraction from Cyclic Voltammetry" Kiran Vaddi and Olga Wodo, Universty at Buffalo, NY. The repositiroy is arranged as follows:

gpcv : contains the functions required to perform various computations on the CV curves
ext : Contains dependency packages with appropriate licenses
helpers : Contains various helper functions used in the repositiroy
docs : Documents such as presentations, tutorials etc.

Along with the code, we provide pre-computed data for CV responses from EC mechanism kinetic zone diagram. This data is accesible in gpcv/data as .mat files.

There are two demos detailing the experiments results in the paper:

demos/demo_active_learning_cvcomb

Reproduces the active search framework to actively find S-shaped CV responses in a search space.

demos/demo_cvaas

Reproduces the active area search framework to actively generating a kinetic fingerprint of a EC mechanism.

Along with our BMS oracle, we implemented other comparitive oracles in gpcv/CatalyticLabelOracle. Here's a sample usage of the same for different methods:

load([pwd '\gpcv\data\gridkzd.mat'])
load([pwd '\gpcv\data\traindata_kzd.mat'])
ref_sshape = input_x(:,121);
i = 20
obj = CatalyticLabelOracle(input_x(:,i),xtr_kzd(:,2),xtr_kzd(:,1),ref_sshape);

Compute a Foot of the wave analysis score that computes if the curve is linear in the FOWA space using an R-square value

[fowa_label(i),fowa_score(i)] = obj.FOWAFit();

Compute a similairty search score that compare a given CV curve to the reference in ref_sshape using a n-dimensional distance.

[ss_label, ss_score]= obj.SimilaritySearch();

Compute the BMS score presented in the paper using:

[bms_label, bms_score]= obj.BayesianModelSelection();

Dependencies

This reporsitory depends on the following pacakges all of which have been included with their respectice licenses attached in the ext folder.

Experiments used in our paper depend on the following packages:

gpcv's People

Contributors

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