Monthly Archives

October 2017

Technology

T.I.L.W. Cleaning Up My Github

Been reorganizing and cleaning up my Github page. I’m actually really learning a lot right now, so I want to take notes: How to use Github Pages: Github allows you to host static websites right from their site. Neato! There are two main methods of hosting: Project Pages site = github_username.github.io/github_repo_name Nice way to compile and showcase all your static pages projects from one base URL. In order to host it, simply…

Continue Reading

Technology

Setting up a Neural Net on Google Compute GPU Servers [Work in Progress]

This tutorial is aimed at mac users. TOC: Setting up work environment: Install Xcode Install Homebrew Install Python Install pip Stefan’s blog post —– For this project, we will be setting up and running a neural network on a Google Computing Cloud instance, taking advantage of the newly offered GPU resources from Google to speed up deep learning calculations. Install Xcode: Xcode is Apple’s Integrated Development Environment (IDE). Downloading Xcode is a…

Continue Reading