Giter Club home page Giter Club logo

adaptive-soft-sensor-design's People

Contributors

aysunrhn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

adaptive-soft-sensor-design's Issues

Some subroutines missing problem

To Miss Urhan:
I am a beginner in the soft sensor yield and thanks gratitude for your code in the git for me to learn the concerning knowledge.
When I attempted to run the "Demo.M" in the code file, the issue that the “auto” function wa missed in "Subprediction.M" in Line 4. Therein, I tried to create another M file as follow:

function [Xsc, mx, sx] = auto(Xtrain)
mx = zeros(1, size(Xtrain,2));
sx = zeros(1, size(Xtrain,2));
Xsc = zeros(size(Xtrain,1), size(Xtrain,2));
for i = 1 : size(Xtrain, 2)
mx(1, i) = mean(Xtrain(:, i));
sx(1, i) = std(Xtrain(:, i));
end
for i = 1 : size(Xtrain, 2)
Xsc(:, i) = (Xtrain(:, i) - mx(1, i))/ sx(1, i);
end

  After solving this, another issued occured that the “scale.m” function is missed. Therefore, I have two problems as follow:

1, Is the “auto.M” I wrote in a proper way?
2, Would you like to provide other missing function in the Code file?
With great appreciate for reading my issue. I am looking forward to your favourable reply,
Sincerely, Justus
July 2nd, 2020

hello, I have a question

[Xsc, mx, sx] = auto(Xtrain) ,There is an error in this area that is no variable or function called auto

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.