Skip to content

Commit

Permalink
renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Gordon committed Feb 2, 2019
1 parent dd25a13 commit f6584b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A neural network twisting and folding space as it classifies the moons dataset.

<img src="https://storage.googleapis.com/applied-dl/moons.gif">

Links: \[ [Jupyter Notebook](https://github.com/random-forests/applied-dl/blob/master/examples/twist_and_fold_moons.ipynb) \] [ [Colab](https://colab.research.google.com/github/random-forests/applied-dl/blob/master/examples/twist_and_fold_moons.ipynb) \]
Links: \[ [Jupyter Notebook](https://github.com/random-forests/applied-dl/blob/master/examples/twist-and-fold-moons.ipynb) \] [ [Colab](https://colab.research.google.com/github/random-forests/applied-dl/blob/master/examples/twist-and-fold-moons.ipynb) \]

## Datasets

Expand Down
4 changes: 2 additions & 2 deletions examples/quick-draw-loader.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
},
"cell_type": "markdown",
"source": [
"## Demonstrates how to read the Quick, Draw! dataset\n",
"# A loader for the Quick, Draw! dataset\n",
"\n",
"Demonstrates reading the original files as a sequence of brush strokes, then converting those strokes to images. Use this loader to build a fun dataset for image classification (say, with a CNN), or you can modify it to write data in a format suitablable for an RNN."
"Shows how to read the original files (as a sequence of brush strokes), then converts those strokes to images. Use this loader to build a fun dataset for image classification (say, with a CNN), or modify it to write data in a format suitablable for an RNN."
]
},
{
Expand Down
File renamed without changes.

0 comments on commit f6584b2

Please sign in to comment.