Skip to content

Instantly share code, notes, and snippets.

@derekpappas
derekpappas / understanding-word-vectors.ipynb
Created February 23, 2020 03:52 — 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.
@derekpappas
derekpappas / Matrix.md
Created February 20, 2020 07:32 — forked from nadavrot/Matrix.md
Efficient matrix multiplication

High-Performance Matrix Multiplication

This is a short post that explains how to write a high-performance matrix multiplication program on modern processors. In this tutorial I will use a single core of the Skylake-client CPU with AVX2, but the principles in this post also apply to other processors with different instruction sets (such as AVX512).

Intro

Matrix multiplication is a mathematical operation that defines the product of

@derekpappas
derekpappas / content.txt
Created August 16, 2019 01:30 — forked from OhMeadhbh/content.txt
Know When to Say "No" to Venture Capitalists
This text is taken from LinkedIn, where it was a response to this article by Bret Reckard at
Sequoia. Bret's article is reasonably well written and contains decent advice if you're a software
engineer looking to jump into a startup and become a VP of Engineering. Go check this one out,
it's short and worth a read:
https://www.linkedin.com/pulse/accelerate-your-path-vpe-join-series-startup-bret-reckard/
And now this is my response, which was originally a LinkedIn post plus a number of comments. I'm
reconstructing it here 'cause it's a lot easier to read without trying to guess which order I
originally posted things in.
@derekpappas
derekpappas / README.md
Created March 12, 2019 03:12 — forked from hofmannsven/README.md
My simply Git Cheatsheet