Skip to content

Instantly share code, notes, and snippets.

@smihael
smihael / Combining several imperfect classifiers to reduce overall classification error.ipynb
Last active April 3, 2024 13:12
Combining several imperfect classifiers to reduce overall classification error.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@smihael
smihael / test.wppl
Created April 6, 2018 23:21
Test file for atom-webppl-preview
viz(repeat(100,flip))
// viz(repeat(10,flip))
display("a")
// display("b")
var binomial = function() {
var a = flip();
var b = flip();
var c = flip();
return a + b + c;