mirror of
https://github.com/autistic-symposium/tensorflow-for-deep-learning-py.git
synced 2025-05-10 02:35:26 -04:00
Add adversarial
This commit is contained in:
parent
4adfdadc25
commit
8487607501
5 changed files with 17 additions and 0 deletions
BIN
Notes/.DS_Store
vendored
Normal file
BIN
Notes/.DS_Store
vendored
Normal file
Binary file not shown.
8
Notes/ML_A_Probabilistic_Perspective_Murphy.md
Normal file
8
Notes/ML_A_Probabilistic_Perspective_Murphy.md
Normal file
|
@ -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
|
||||
|
BIN
Papers/1607.02533v1.pdf
Normal file
BIN
Papers/1607.02533v1.pdf
Normal file
Binary file not shown.
8
Papers/Adversarial_examples_1607.02533v1.md
Normal file
8
Papers/Adversarial_examples_1607.02533v1.md
Normal file
|
@ -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
|
||||
|
|
@ -6,4 +6,5 @@
|
|||
|
||||
## Kaggles
|
||||
|
||||
|
||||
## Papers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue