Skip to content

Instantly share code, notes, and snippets.

View derzorngottes's full-sized avatar

amy conchie derzorngottes

  • Seattle, WA
View GitHub Profile
@thacherhussain
thacherhussain / InstallTensorFlow.md
Last active November 24, 2016 21:05
How to install Google's TensorFlow on your Mac

TensorFlow is the Google built open source software library for machine intelliegence.

Per Google: TensorFlow is an open source software library for numerical computation using data flow graphs. Nodes in the graph represent mathematical operations, while the graph edges represent the multidimensional data arrays (tensors) communicated between them.

This article assumes that you have a basic knowledge of the terminal, node, homebrew, and the command line -- and that you are working on a Mac (directions could be adjusted for a PC, but that's not what they're written for). This article also assumes that you do not have a working knowledge of python or anaconda.

Check your version of python:

$ python --version

@tsiege
tsiege / The Technical Interview Cheat Sheet.md
Last active April 20, 2024 16:52
This is my technical interview cheat sheet. Feel free to fork it or do whatever you want with it. PLEASE let me know if there are any errors or if anything crucial is missing. I will add more links soon.

ANNOUNCEMENT

I have moved this over to the Tech Interview Cheat Sheet Repo and has been expanded and even has code challenges you can run and practice against!






\