Skip to content

Instantly share code, notes, and snippets.

@lisitsyn
lisitsyn / gist:a6d8ff6e8690431f967c5318c3750919
Last active April 25, 2017 00:45 — forked from vigsterkr/gist:6f75563c64f62b33b4ac7d0e09ab22d5
Heiko is worrie that we will loose it :)
// Immutable features
// linear model
- dot prod:
- pairs
-
- cov var matrix: there's a Feature operator => CovarView => matrix
-
@lisitsyn
lisitsyn / std.cpp
Created February 10, 2013 11:49 — forked from mahuna13/std.cpp
#include "std_try.h"
#include <math.h>
using namespace Halide;
#define PI 3.14159
/*
Interpolations
*/
@lisitsyn
lisitsyn / gist:1325045
Created October 29, 2011 20:26 — forked from hdclark/gist:1325029
Shogun tutorial example #3
// Compiling with g++ Shogun.cpp -lshogun -o shoguntest
#include <shogun/features/Labels.h>
#include <shogun/features/SimpleFeatures.h>
#include <shogun/kernel/GaussianKernel.h>
#include <shogun/classifier/svm/LibSVM.h>
#include <shogun/base/init.h>
#include <shogun/lib/common.h>
#include <shogun/io/SGIO.h>