Please enable JavaScript.
Coggle requires JavaScript to display documents.
Machine Learning (tensorflow (data type (categorical (text), numerical,…
-
-
-
relationship
Model
Training
learning
-
-
loss
squared loss
Mean Square Error
\[ MSE = \frac{1}{N} \sum_{(x,y) \in D} (y-prediction(x))^{2}\]
-
-
log loss
\[Log Loss = \sum_{(x,y) \in D}-ylog(y') - (1-y)log(1-y')\]
-
-
-
-
regression
-
-
-
logistic
generate
probability
value to
binary category
classification threshold
- 2 more items...
-
-
-
tensorflow
toolkit
hierarchy
level
reusable libraries
common model components
tf.layers, tf.losses, tf.metrics
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
deep learning
-
Marvin Minsky. Perceptrons, 1969.
-
-
-
Amazon SageMaker
-
-
model
create
Generate example data
Train a model
-
Deploy the model
Deploy to production
monitor, collect data, evaluate
-
-
-
-
-
-
-
challenges
-
feature 불균형
only use product names, images and descriptions
-
-
-
-
-
-
-
-
-
-
-
-
-