Git Product home page Git Product logo

gpc's People

Contributors

karellebeda avatar lawrennd avatar

Stargazers

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

Watchers

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

gpc's Issues

MATLAB libraries?

What MATLAB libraries are these? I'm not seeing any references to NDLMATLAB online (except mainly to this repository). I'm familiar with MATLAB but not with interfacing MATLAB with other languages.

/*This file contains an abstract base class CMatinterface which when implemented allows an object to load itself from MATLAB and save itselve to MATLAB. This is only compiled if _NDLMATLAB is defined. It requires MATLAB libraries to compile.

Setting bound in kernel parameters

Hi experts,

Thanks for this wonderful package. I was wondering if there are any functionalities on how to set bound on the kernel parameter space when I do optimize without going into messing up functions COptimiser.cpp? Thanks!

Yvonne

Matrix properties check failed

Hi,

I am trying to use GPc library for the GPLVM, but when I try to run it with the dynamic model it gives an error (-D rbf -g 0.01 -dr 20). I tryied to debug it, but couldn't find the reason. Also it gives a matrix dimenstion error if it runs with -c flag.

$ ./gplvm -v 3 learn -L true -D rbf -g 0.01 -dr 20 examples/swagger.svml swagger_dynamics.model

Thanks a lot.

Best,

most functions in lapack.h is empty

Hi, I wonder if I am missing something but it seems like all the functions in lapack is empty and CMatrix relies on these functions to work. Are these functions expected to be used? Thanks

gplvm gnuplot inserts invalid lines in files

./gplvm gnuplot oil100.model oil100

adds following lines at the beginning of the file that cannot be parsed by gnuplot

version=0.200000
baseType=matrix
type=doubleMatrix
numRows=1000
numCols=3

in files *_variance_matrix.dat and _latent_data.dat

I need to remove them otherwise gnuplot cannot parse the files

uncaught excpetion when label '0' provided

after running my gplvm on my own data set that uses solely the label '0'

command

./gplvm gnuplot *.model xxx

throws an uncaught exception,
I had to change the label to '1', I assume your parser cant handle zero

The problem of CKern.cpp file

Dear authors,

When I installed this software, just "make gp", I got an error, which is shown as follow:

/usr/include/c++/7/bits/basic_string.h:6284:5: note: template argument deduction/substitution failed:
CKern.cpp:4185:27: note: 'std::ostream {aka std::basic_ostream}' is not derived from 'const std:: __cxx11::basic_string<_CharT, _Traits, _Alloc>'
   out « kern.display(out);
                                     ^
make: *** [makefile:117: CKern.o] Error 1

I realized that I didn't install dependencies, so I installed BLAS, LAPACK and g77 compiler (gfortran I have installed).
Then I redownloaded this repo, and get the same error. I don't know what's wrong.

Looking forward to your reply!

Regards,
Ella

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.