examples
Here are 2,564 public repositories matching this topic...
-
Updated
Jul 17, 2020 - Shell
Hi, I've found the following cheatsheet :
In the README you explain that there must be an edit button in the page and a github button to access the sheet but as you can see it doesn't appear here.
Thx ;)
-
Updated
Jul 17, 2020 - JavaScript
I'm using vagrant 2.2.6 in a WSL (Windows Services for Linux) Ubuntu environment installed on Windows 10.
Please update the book example of the Vagrantfile on page 241 of the pdf to reflect github:
4 Vagrant.configure(2) do |config|
5 config.vm.box = "geerlingguy/ubuntu1804"
6 config.ssh.insert_key = false
and append a line which is common to your other Vagrantfiles to the Vagrant.
-
Updated
Jul 17, 2020 - Java
-
Updated
Jun 6, 2020
-
Updated
Jul 2, 2020 - Haskell
-
Updated
Mar 17, 2020 - Java
-
Updated
Jul 17, 2020 - TypeScript
-
Updated
Jun 13, 2020 - Java
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Mar 27, 2019 - JavaScript
-
Updated
Jun 27, 2020 - C++
-
Updated
Jul 17, 2020 - Ruby
-
Updated
Dec 7, 2019 - Kotlin
Improve this page
Add a description, image, and links to the examples topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the examples topic, visit your repo's landing page and select "manage topics."



https://github.com/aymericdamien/TensorFlow-Examples/blob/9e1bb504f5d0f209d000997ce2ad95bb891798ab/examples/3_NeuralNetworks/bidirectional_rnn.py#L81
I think "outputs [-1]" and "outputs [0]" are equivalent (reversed) in this line of code, but the former (89%) works better than the latter (86%). Why?