We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我看YouTubeNet原本的召回阶段使用的是softmax分类,是因为认为这个应该被理解为多分类问题,可以“同时”选择多个“下个”要播放的视频吗? https://github.com/yangxudong/deeplearning/blob/master/youtube_match_model/youtube_match_model.py loss = tf.nn.sigmoid_cross_entropy_with_logits( labels=labels_one_hot, logits=logits)
谢谢!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我看YouTubeNet原本的召回阶段使用的是softmax分类,是因为认为这个应该被理解为多分类问题,可以“同时”选择多个“下个”要播放的视频吗?
https://github.com/yangxudong/deeplearning/blob/master/youtube_match_model/youtube_match_model.py
loss = tf.nn.sigmoid_cross_entropy_with_logits(
labels=labels_one_hot,
logits=logits)
谢谢!
The text was updated successfully, but these errors were encountered: