Skip to content

Instantly share code, notes, and snippets.

View EvanOman's full-sized avatar

Evan Oman EvanOman

View GitHub Profile
package testing;
import java.math.BigInteger;
import java.util.List;
import java.util.stream.Collectors;
import java.util.stream.Stream;
public class IsAnagramDemo
{
/* Get the primes we need */
@EvanOman
EvanOman / FiveYoSVM.md
Last active May 26, 2018 17:20
Please explain Support Vector Machines (SVM) like I am a 5 year old.

Please explain Support Vector Machines (SVM) like I am a 5 year old.

Not my work, source: r/copperking on reddit

We have 2 colors of balls on the table that we want to separate.

We get a stick and put it on the table, this works pretty well right?