Skip to content

Commit

Permalink
Update dlnd_tv_script_generation.ipynb
Browse files Browse the repository at this point in the history
Corrected two typos.
  • Loading branch information
hjwk authored Jan 3, 2018
1 parent ec460c1 commit 5363d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tv-script-generation/dlnd_tv_script_generation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@
},
"source": [
"# The TV Script is Nonsensical\n",
"It's ok if the TV script doesn't make any sense. We trained on less than a megabyte of text. In order to get good results, you'll have to use a smaller vocabulary or get more data. Luckly there's more data! As we mentioned in the begging of this project, this is a subset of [another dataset](https://www.kaggle.com/wcukierski/the-simpsons-by-the-data). We didn't have you train on all the data, because that would take too long. However, you are free to train your neural network on all the data. After you complete the project, of course.\n",
"It's ok if the TV script doesn't make any sense. We trained on less than a megabyte of text. In order to get good results, you'll have to use a smaller vocabulary or get more data. Luckily there's more data! As we mentioned in the beggining of this project, this is a subset of [another dataset](https://www.kaggle.com/wcukierski/the-simpsons-by-the-data). We didn't have you train on all the data, because that would take too long. However, you are free to train your neural network on all the data. After you complete the project, of course.\n",
"# Submitting This Project\n",
"When submitting this project, make sure to run all the cells before saving the notebook. Save the notebook file as \"dlnd_tv_script_generation.ipynb\" and save it as a HTML file under \"File\" -> \"Download as\". Include the \"helper.py\" and \"problem_unittests.py\" files in your submission."
]
Expand Down

0 comments on commit 5363d0f

Please sign in to comment.