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 ;)
Serverless Examples – A collection of boilerplates and examples of serverless architectures built with the Serverless Framework on AWS Lambda, Microsoft Azure, Google Cloud Functions, and more.
-
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.
Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.rst file below.
-
Updated
Jul 17, 2020 - Java
Real world React apps and their open source codebases for developers to learn from
-
Updated
Jun 6, 2020
What I Wish I Knew When Learning Haskell
-
Updated
Jul 2, 2020 - Haskell
小马哥书籍《Spring Boot 编程思想》示例工程
-
Updated
Mar 17, 2020 - Java
-
Updated
Jul 17, 2020 - TypeScript
[Examples] Simple basic isolated apps, for budding android devs.
-
Updated
Jun 13, 2020 - Java
Various recipes for testing common scenarios with Cypress
-
Updated
Jul 17, 2020 - JavaScript
react native redux counter example
-
Updated
Mar 27, 2019 - JavaScript
Doom-based AI Research Platform for Reinforcement Learning from Raw Visual Information.
-
Updated
Jun 27, 2020 - C++
Real World Rails applications and their open source codebases for developers to learn from
-
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?