diff --git a/Notes/.DS_Store b/Notes/.DS_Store new file mode 100644 index 0000000..4f675b7 Binary files /dev/null and b/Notes/.DS_Store differ diff --git a/Notes/ML_A_Probabilistic_Perspective_Murphy.md b/Notes/ML_A_Probabilistic_Perspective_Murphy.md new file mode 100644 index 0000000..99688c3 --- /dev/null +++ b/Notes/ML_A_Probabilistic_Perspective_Murphy.md @@ -0,0 +1,8 @@ +# Intro + +* Predictive or Supervised: learn a mappping from inputs x to outputs u, given a labeled set of input-output paris (the training set). + - The training input x_i is called features, attributes, covariates. + - If y_i assumes a value from a finite set, it's called categorical or nominal, and the problem is classification or pattern recognition. If y_i us real-valued scalar, it is regression. + +* Descriptive or unsupervised learning: find patterns in the data (knowledge discovery). c + diff --git a/Papers/1607.02533v1.pdf b/Papers/1607.02533v1.pdf new file mode 100644 index 0000000..b138ab7 Binary files /dev/null and b/Papers/1607.02533v1.pdf differ diff --git a/Papers/Adversarial_examples_1607.02533v1.md b/Papers/Adversarial_examples_1607.02533v1.md new file mode 100644 index 0000000..99688c3 --- /dev/null +++ b/Papers/Adversarial_examples_1607.02533v1.md @@ -0,0 +1,8 @@ +# Intro + +* Predictive or Supervised: learn a mappping from inputs x to outputs u, given a labeled set of input-output paris (the training set). + - The training input x_i is called features, attributes, covariates. + - If y_i assumes a value from a finite set, it's called categorical or nominal, and the problem is classification or pattern recognition. If y_i us real-valued scalar, it is regression. + +* Descriptive or unsupervised learning: find patterns in the data (knowledge discovery). c + diff --git a/README.md b/README.md index fb54f2f..3c48faa 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,5 @@ ## Kaggles + ## Papers