Skip to content

Instantly share code, notes, and snippets.

View aparrish's full-sized avatar

Allison Parrish aparrish

View GitHub Profile
@aparrish
aparrish / enough-python.ipynb
Last active September 16, 2023 16:16
Just enough Python!
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aparrish
aparrish / rwet-ima-20190219-20190221.ipynb
Created February 21, 2019 18:49
rwet ima section notes from feb 19th and feb 21st
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aparrish
aparrish / some-poetry-generators.ipynb
Created February 7, 2019 22:15
allison's assignment
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aparrish
aparrish / environment.yml
Last active April 2, 2022 19:20
Flat, randomness, curves, asemic writing
name: rwet
channels:
- conda-forge
dependencies:
- python
- numpy
@aparrish
aparrish / frost-rewritten-plus-ocean.txt
Last active December 26, 2018 23:23
rewriting "The Road Not Taken" using a recurrent neural network conditioned on averaged word vectors of ~50k lines of poetry. (original left, rewrite on right)
01 Two roads diverged in a yellow wood, The sides sea through the sea a pard
strong the surparded stare,
02 And sorry I could not travel both And many thing all who was not the sad
will say
03 And be one traveler, long I stood I see when I was and long weel,
04 And looked down one as far as I could As I see as the sea and seemed as the
maid
05 To where it bent in the undergrowth; Where the cloud in the sward to the
sweet;
06
@aparrish
aparrish / flower_blank.txt
Created August 10, 2018 23:25
Flower blank / alphabetized bigrams beginning with "flowers" from every Project Gutenberg book labelled as "poetry"
flowers a
flowers ablaze
flowers about
flowers above
flowers absorb
flowers accompanying
flowers adorn
flowers advance
flowers afford
flowers affray
@aparrish
aparrish / from-plain-text.ipynb
Created July 18, 2018 22:27
Semantic similarity chatbots from plain-text files. Code examples released under CC0 https://creativecommons.org/choose/zero/, other text released under CC BY 4.0 https://creativecommons.org/licenses/by/4.0/
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aparrish
aparrish / extracting-conversations-from-project-gutenberg.ipynb
Created July 18, 2018 22:26
Extracting conversations from Project Gutenberg. Code examples released under CC0 https://creativecommons.org/choose/zero/, other text released under CC BY 4.0 https://creativecommons.org/licenses/by/4.0/
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aparrish
aparrish / predictive-text-concatenated-word-vectors.ipynb
Created July 18, 2018 22:24
Predictive text with concatenated word vectors. Code examples released under CC0 https://creativecommons.org/choose/zero/, other text released under CC BY 4.0 https://creativecommons.org/licenses/by/4.0/
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.