Skip to content

Instantly share code, notes, and snippets.

View nicococo's full-sized avatar

nico nicococo

View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@nicococo
nicococo / WordpressTest.ipynb
Last active October 27, 2017 10:16
This is a test on how to include an ipython notebook into wordpress.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@nicococo
nicococo / First Sketch.cpp
Created May 8, 2012 12:06 — forked from sonney2k/First Sketch.cpp
Shogun Structured Output Toolbox Interface
class CVanillaStructuredOutputMachine : public CMachine {
// Constructor, Destructor
CStructuredOutputMachine(
CStructuredData* trainset,CLoss* loss,CStructuredApplication* model)
virtual ~CStructuredOutputMachine
// heritable data
CStructuredData* trainset
CLoss* loss
CStructuredApplication* model
@nicococo
nicococo / Sketch.cpp
Created May 4, 2012 15:37
Shogun Structured Output Toolbox Interface
class CVanillaStructuredOutputMachine : public CMachine {
// Constructor, Destructor
CStructuredOutputMachine(
CStructuredData* trainset,CLoss* loss,CModel* model)
virtual ~CStructuredOutputMachine
// heritable data
CStructuredData* trainset
CLoss* loss
CModel* model