Skip to content

Commit

Permalink
Starting GANs
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinruk committed Oct 30, 2017
1 parent 818255d commit 4f1f064
Show file tree
Hide file tree
Showing 4 changed files with 693 additions and 204 deletions.
441 changes: 237 additions & 204 deletions Lesson 20 - Deep Q Learning - Solutions.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Lesson 20 - Deep Q Learning.ipynb
Expand Up @@ -121,6 +121,7 @@
" \n",
" state = Input(shape=(n_states,))\n",
" # TODO: Fill in the following with 2 Dense Layers\n",
" # see https://keras.io/getting-started/functional-api-guide/\n",
" x1 = \n",
" x2 = \n",
" out = Dense(n_actions)(x2)\n",
Expand Down

0 comments on commit 4f1f064

Please sign in to comment.