Skip to content

Instantly share code, notes, and snippets.

View VictorVation's full-sized avatar

Victor Szeto VictorVation

View GitHub Profile
@VictorVation
VictorVation / SVM_w_Backprop_using_Circuits.cpp
Last active May 6, 2017 06:59
when you really don't wanna do work term report
/*
* This is how I procrastinate doing my work term report.
* Too bad it doesn't even work :(
*/
#include <iostream>
#include <cstdint>
#include <math.h>
#include <vector>
class Wire {