Skip to content

Instantly share code, notes, and snippets.

View frankalcantara's full-sized avatar

Frank de Alcantara frankalcantara

View GitHub Profile
@frankalcantara
frankalcantara / understanding-word-vectors.ipynb
Created October 23, 2020 10:22 — forked from aparrish/understanding-word-vectors.ipynb
Understanding word vectors: A tutorial for "Reading and Writing Electronic Text," a class I teach at ITP. (Python 2.7) 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/
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@frankalcantara
frankalcantara / enough-python.ipynb
Created October 23, 2020 10:27 — forked from aparrish/enough-python.ipynb
Just enough Python!
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@frankalcantara
frankalcantara / spacy-extraction-medley.ipynb
Created October 23, 2020 10:27 — forked from aparrish/spacy-extraction-medley.ipynb
Example code for extracting things with spacy and writing them out to text files and then reading them in again.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@frankalcantara
frankalcantara / from-plain-text.ipynb
Created October 23, 2020 10:27 — forked from aparrish/from-plain-text.ipynb
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/
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@frankalcantara
frankalcantara / extracting-conversations-from-project-gutenberg.ipynb
Created October 23, 2020 10:27 — forked from aparrish/extracting-conversations-from-project-gutenberg.ipynb
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/
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@frankalcantara
frankalcantara / predictive-text-concatenated-word-vectors.ipynb
Created October 23, 2020 10:28 — forked from aparrish/predictive-text-concatenated-word-vectors.ipynb
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/
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@frankalcantara
frankalcantara / semantic_similarity_chatbot.ipynb
Created October 23, 2020 10:28 — forked from aparrish/semantic_similarity_chatbot.ipynb
Semantic similarity chatbot (with movie dialog). Gist mirror of Colab notebook here: https://colab.research.google.com/drive/1XlmtcyMdPRQC6bw2HQYb3UPtVGKqUJ0a 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/
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@frankalcantara
frankalcantara / predictive-models.ipynb
Created October 23, 2020 10:28 — forked from aparrish/predictive-models.ipynb
Predictive text and text generation notebook. Written for Code Societies at SFPC, summer 2018. 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/
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@frankalcantara
frankalcantara / a-reasonable-introduction.ipynb
Created October 23, 2020 10:28 — forked from aparrish/a-reasonable-introduction.ipynb
Workshop notebook. 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/
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.