Skip to content
#

Deep learning

deep-learning logo

Deep learning is an AI function and subset of machine learning, used for processing large amounts of complex data.

Here are 20,555 public repositories matching this topic...

vinayapathak
vinayapathak commented Nov 29, 2019

Thank you for submitting a TensorFlow documentation issue. Per our GitHub
policy, we only address code/doc bugs, performance issues, feature requests, and
build/installation issues on GitHub.

The TensorFlow docs are open source! To get involved, read the documentation
contributor guide: https://www.tensorflow.org/community/contribute/docs

URL(s) with the issue:

https://www.tensorflow.

maor121
maor121 commented Nov 26, 2019

Small thing, but costed me several hours to find :)
In the documentation example of Siamese mnist .

We see a code for contrastive loss, based on a paper. But the labels in this function are reversed from
the paper. Meaning in the paper Y=0 if X1,X2 are from same domain, Y=1 other

lissyx
lissyx commented Sep 3, 2019

Feedback from some workshop is that we should pay more attention to the quality and working status of the examples we have in the repossitory to help people.

  • Have CI running on examples #2353
  • Ensure examples works with latest stable version #2351
  • Improve documentation by referring to examples
  • Once v0.6, stick examples to it
You can’t perform that action at this time.