Learn Before
Concept

Formulating the dataset in a Deep Learning Problem

Each datapoint: (x,y)(x, y) XRnx×mX \in R^{n_{x} \times m} X.shape=(nx,m)(n_{x}, m)

\vdots & \vdots & \cdots & \vdots \\ X^{1} & X^{2} & \cdots & X^{m} \\ \vdots & \vdots & \cdots & \vdots \\ \end{array} \right]$$ $Y = [y^{(1)}, y^{(2)}, ..., y^{(m)}]$ $Y \in R^{1 \times m}$ Y.shape=$(1, m)$ $m$ training examples: $[(x^{(1)}, y^{(1)}), (x^{(2)}, y^{(2)}), ..., (x^{(m)}, y^{(m)})]$ $m = m_{train}$ $m_{test}$ = # of test examples

0

2

Updated 2020-10-26

Tags

Data Science

Related