The Wayback Machine - https://web.archive.org/web/20200210212328/https://github.com/explore
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

Unity logo
Popular topic
Unity is a game engine used to create 2D/3D video games, and simulations for computers, consoles, and mobile devices.
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

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.

Trending repository
Trending repository
astrelsky
astrelsky commented Dec 3, 2019

Is your feature request related to a problem? Please describe.
In the current api documentation classes from external libraries are displayed with their full package name. This leaves the user to search for the documentation for the external library themselves for which they must also find the correct version number.

Describe the solution you'd like
It would be nice to have the extern

Trending repository
Antaruv
Antaruv commented Dec 28, 2019

Describe the bug:
The order of the settings and the names of the settings are different between the beatmap details listed in song select and the settings panel for Difficulty Adjust. This can cause some confusion when looking between the settings and the beatmap details.

Screenshots or videos showing encountered issue:
Details in song select:
![image](https://user-images.githubuse

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

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,

You can’t perform that action at this time.