Skip to content

Join GitHub (or sign in) to find projects, people, and topics catered to your interests.

Here's what's popular on GitHub today...

Trending repository
FriendOfFatBeagle
FriendOfFatBeagle commented Mar 4, 2018

Hi Everybody:

I am using Keras 2.0.5.
Here are code samples for section 6.3 of book,
"Advanced use of recurrent neural network" pertaining to GRU:

`from keras.models import Sequential
from keras import layers
from keras.optimizers import RMSprop

model = Sequential()
model.add(layers.GRU(32, input_shape=(None, float_data.shape[-1])))
model.add(layers.Dense(1))

model.compile(optim

MvvmCross logo
Popular topic
The .NET MVVM framework for cross-platform solutions, including Xamarin.iOS, Xamarin.Android, Windows, and Mac.
Git Merge 2020
Upcoming event recommended by GitHub
Mar
4

Git Merge 2020

March 04, 2020 • Los Angeles

Git Merge is a one-day conference dedicated to the version control tool that started it all—and the people who use it every day.
App recommended by GitHub

Review Notebook App

Having trouble using Jupyter Notebooks effectively in your team? Join 200+ organizations like Amazon, Microsoft, Tensorflow, fast.ai in using ReviewNB for notebook code reviews.

We provide complete code review workflow for notebooks,

Trending repository
deliahu
deliahu commented Dec 31, 2019

The CLI currently gets stuck on user prompts (e.g. unable to input a valid email address). Not sure if it's something as simple as a trailing new line, or more complicated.

Setup

  1. build the CLI for windows, e.g. GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go build -o cortex ./cli
  2. upload the CLI to a public bucket, e.g. aws s3 cp cortex s3://cortex-cli-david/cortex.exe
  3. spin up
Trending repository
Trending repository
Gabixel
Gabixel commented Feb 9, 2020

Describe the bug: Gray-colored score numbers should become white when hovered in the BeatmapSetOverlay, like in the web version.
They are very hard to see when hovering a personal (green) score, for example.

Screenshots or videos showing encountered issue:

Trending repository
eshellman
eshellman commented May 22, 2019

Below is a list of failing links in our Chinese lists
You can help improve this repo by resolving the problems.

A failing link may be a website or resource that has disappeared. You can submit a PR

  • removing the link (maybe the resource is obsolete.)
  • correcting the link (sometimes things move)
  • replacing the link (make sure the link is authorized, or the resource is open-licensed). Of
App recommended by GitHub

LeanBoard

Lean Board is a collaborative whiteboard with sticky notes which seamlessly connects with your GitHub issue. Login with your GitHub account, create a board for an issue and a snapshot of your notes is embedded in the issue automatically.

You can’t perform that action at this time.