Skip to content

Instantly share code, notes, and snippets.

@Murgio
Forked from nylki/char-rnn recipes.md
Created December 28, 2017 20:56
Show Gist options
  • Save Murgio/1e7fca9aadbfd5cffdcf7631466b9c2b to your computer and use it in GitHub Desktop.
Save Murgio/1e7fca9aadbfd5cffdcf7631466b9c2b to your computer and use it in GitHub Desktop.

Revisions

  1. @nylki nylki revised this gist Jul 17, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion char-rnn recipes.md
    Original file line number Diff line number Diff line change
    @@ -6,7 +6,7 @@ Thanks to Andrej Karpathy for the great code! It's really easy to setup.

    The recipes I used for training the char-rnn are from a recipe collection called [ffts.com](http://www.ffts.com/recipes.htm)
    And here is the actual [zipped data (uncompressed ~35 MB)](http://www.ffts.com/recipes/lg/lg32965.zip) I used for training.
    (For future reference, it is also archived: [http://web.archive.org/web/20170619161312/http://www.ffts.com/recipes/lg/lg32965.zip](http://web.archive.org/web/20170619161312/http://www.ffts.com/recipes/lg/lg32965.zip))
    The ZIP is also [archived @ archive.org](http://web.archive.org/web/20170619161312/http://www.ffts.com/recipes/lg/lg32965.zip) in case the original links becomes invalid in the future.

    It seems to be in a format intended to be read by a program called Meal-Master, therefore you will see those lines repeated all over:
    > Recipe via Meal-Master (tm) v8.05
  2. @nylki nylki revised this gist Jul 17, 2017. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions char-rnn recipes.md
    Original file line number Diff line number Diff line change
    @@ -6,6 +6,7 @@ Thanks to Andrej Karpathy for the great code! It's really easy to setup.

    The recipes I used for training the char-rnn are from a recipe collection called [ffts.com](http://www.ffts.com/recipes.htm)
    And here is the actual [zipped data (uncompressed ~35 MB)](http://www.ffts.com/recipes/lg/lg32965.zip) I used for training.
    (For future reference, it is also archived: [http://web.archive.org/web/20170619161312/http://www.ffts.com/recipes/lg/lg32965.zip](http://web.archive.org/web/20170619161312/http://www.ffts.com/recipes/lg/lg32965.zip))

    It seems to be in a format intended to be read by a program called Meal-Master, therefore you will see those lines repeated all over:
    > Recipe via Meal-Master (tm) v8.05
  3. Tom Brewe renamed this gist Jul 2, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  4. Tom Brewe revised this gist May 29, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion char-rnn recipes readme.md
    Original file line number Diff line number Diff line change
    @@ -15,5 +15,5 @@ It usually is also the beginning/end of a recipe.
    Note, that the generated recipes below are of course no real recipes you want to cook, the ingredients don't match up with the cooking descriptions, however they sometimes overlap coincidental ;)


    Whats interesting is to note is, that the neural net returns some nice bogus titles, categories an sometimes even bogus creators of the recipe at the end.
    Whats interesting is to note is, that the neural net returns some nice bogus titles, categories and sometimes even bogus creators of the recipe at the end.
    have fun cooking (ha..)!
  5. Tom Brewe revised this gist May 29, 2015. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions char-rnn recipes readme.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    # neural net cooking recipes
    ## do electric sheep dream of cooking?
    The recipes are sampled from a trained neural net.
    # do androids dream of cooking?

    The following recipes are sampled from a trained neural net.
    You can find the repo to train your own neural net here: https://github.com/karpathy/char-rnn
    Thanks to Andrej Karpathy for the great code! It's really easy to setup.

  6. Tom Brewe revised this gist May 29, 2015. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion char-rnn recipes readme.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,5 @@
    # cooking recipes
    # neural net cooking recipes
    ## do electric sheep dream of cooking?
    The recipes are sampled from a trained neural net.
    You can find the repo to train your own neural net here: https://github.com/karpathy/char-rnn
    Thanks to Andrej Karpathy for the great code! It's really easy to setup.
  7. Tom Brewe revised this gist May 29, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion char-rnn recipes readme.md
    Original file line number Diff line number Diff line change
    @@ -11,7 +11,7 @@ It seems to be in a format intended to be read by a program called Meal-Master,
    It usually is also the beginning/end of a recipe.

    Note, that tose recipes are of course no real recipes, the ingredients don't match up with the cooking descriptions, however they sometimes overlap coincidental ;)
    Note, that the generated recipes below are of course no real recipes you want to cook, the ingredients don't match up with the cooking descriptions, however they sometimes overlap coincidental ;)


    Whats interesting is to note is, that the neural net returns some nice bogus titles, categories an sometimes even bogus creators of the recipe at the end.
  8. Tom Brewe revised this gist May 29, 2015. 2 changed files with 3 additions and 3198 deletions.
    4 changes: 2 additions & 2 deletions char-rnn recipes readme.md
    Original file line number Diff line number Diff line change
    @@ -3,8 +3,8 @@ The recipes are sampled from a trained neural net.
    You can find the repo to train your own neural net here: https://github.com/karpathy/char-rnn
    Thanks to Andrej Karpathy for the great code! It's really easy to setup.

    The recipes I used for training the char-rnn are from: [](http://www.ffts.com/recipes.htm)
    And here is the [zipped file (uncompressed ~35 MB)](http://www.ffts.com/recipes/lg/lg32965.zip)
    The recipes I used for training the char-rnn are from a recipe collection called [ffts.com](http://www.ffts.com/recipes.htm)
    And here is the actual [zipped data (uncompressed ~35 MB)](http://www.ffts.com/recipes/lg/lg32965.zip) I used for training.

    It seems to be in a format intended to be read by a program called Meal-Master, therefore you will see those lines repeated all over:
    > Recipe via Meal-Master (tm) v8.05
    3,197 changes: 1 addition & 3,196 deletions neural net cooking recipes.txt
    1 addition, 3,196 deletions not shown because the diff is too large. Please use a local Git client to view these changes.
  9. Tom Brewe revised this gist May 29, 2015. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions char-rnn recipes readme.md
    Original file line number Diff line number Diff line change
    @@ -3,15 +3,16 @@ The recipes are sampled from a trained neural net.
    You can find the repo to train your own neural net here: https://github.com/karpathy/char-rnn
    Thanks to Andrej Karpathy for the great code! It's really easy to setup.

    The recipes I trained the char-rnn with are from: [](http://www.ffts.com/recipes.htm)
    The recipes I used for training the char-rnn are from: [](http://www.ffts.com/recipes.htm)
    And here is the [zipped file (uncompressed ~35 MB)](http://www.ffts.com/recipes/lg/lg32965.zip)

    It seems to be in a format intended to be read by a program called Meal-Master, therefore you will see those lines repeated all over:
    > Recipe via Meal-Master (tm) v8.05
    It usually is also the beginning/end of a recipe.

    .
    Note, that tose recipes are of course no real recipes, the ingredients don't match up with the cooking descriptions, however they sometimes overlap coincidental ;)


    Whats interesting is to note is, that the neural net returns some nice bogus titles, categories an sometimes even bogus creators of the recipe at the end.
    have fun cooking (ha..)!
  10. Tom Brewe revised this gist May 29, 2015. 2 changed files with 0 additions and 0 deletions.
    File renamed without changes.
  11. Tom Brewe revised this gist May 29, 2015. No changes.
  12. Tom Brewe renamed this gist May 29, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  13. Tom Brewe created this gist May 29, 2015.
    5,655 changes: 5,655 additions & 0 deletions gistfile1.txt
    5,655 additions, 0 deletions not shown because the diff is too large. Please use a local Git client to view these changes.
    17 changes: 17 additions & 0 deletions readme.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    # cooking recipes
    The recipes are sampled from a trained neural net.
    You can find the repo to train your own neural net here: https://github.com/karpathy/char-rnn
    Thanks to Andrej Karpathy for the great code! It's really easy to setup.

    The recipes I trained the char-rnn with are from: [](http://www.ffts.com/recipes.htm)
    And here is the [zipped file (uncompressed ~35 MB)](http://www.ffts.com/recipes/lg/lg32965.zip)

    It seems to be in a format intended to be read by a program called Meal-Master, therefore you will see those lines repeated all over:
    > Recipe via Meal-Master (tm) v8.05
    It usually is also the beginning/end of a recipe.

    .
    Note, that tose recipes are of course no real recipes, the ingredients don't match up with the cooking descriptions, however they sometimes overlap coincidental ;)

    have fun cooking (ha..)!