Discuss, Learn and be Happy דיון בשאלות

help brightness_4 brightness_7 format_textdirection_r_to_l format_textdirection_l_to_r

What does the analogy “AI is the new electricity” refer to?

1
done
by
מיין לפי

Which of these are reasons for Deep Learning recently taking off? (Check all the options that apply.)

1
done
done
done
by
מיין לפי

Recall this diagram of iterating over different ML ideas. Which of the statements below are true? (Check all that apply.)

1
done
sentiment_very_satisfied
done
Note: A bigger dataset generally requires more time to train on a same model.
by
מיין לפי

When an experienced deep learning engineer works on a new problem, they can usually use insight from previous problems to train a good model on the first try, without needing to iterate multiple times through different models. True/False?

1
done
Note: Maybe some experience may help, but nobody can always find the best model or hyperparameters without iterations.
by
מיין לפי

Images for cat recognition is an example of “structured” data, because it is represented as a structured array in a computer. True/False?

1
done
by
מיין לפי

A demographic dataset with statistics on different cities' population, GDP per capita, economic growth is an example of “unstructured” data because it contains data coming from different sources. True/False?

1
done
by
מיין לפי

Why is an RNN (Recurrent Neural Network) used for machine translation, say translating English to French? (Check all that apply.)

1
done
done
by
מיין לפי

Assuming the trends described in the previous question's figure are accurate (and hoping you got the axis labels right), which of the following are true? (Check all that apply.)

1
done
done
by
מיין לפי

What does a neuron compute?

1
done
Note: The output of a neuron is a = g(Wx + b) where g is the activation function (sigmoid, tanh, ReLU, ...).
by
מיין לפי

The tanh activation usually works better than sigmoid activation function for hidden units because the mean of its output is closer to zero, and so it centers the data better for the next layer. True/False?

1
done
by
מיין לפי