Skip to content

Instantly share code, notes, and snippets.

@hengrumay
hengrumay / nyc_tagger.ipynb
Created December 7, 2016 08:41 — forked from manugarri/nyc_tagger.ipynb
NYT ingredient tagger implementation with pyCRFSuite
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
'''This script goes along the blog post
"Building powerful image classification models using very little data"
from blog.keras.io.
It uses data that can be downloaded at:
https://www.kaggle.com/c/dogs-vs-cats/data
In our setup, we:
- created a data/ folder
- created train/ and validation/ subfolders inside data/
@hengrumay
hengrumay / roll_ipython_in_aws.md
Created October 13, 2016 02:12 — forked from iamatypeofwalrus/roll_ipython_in_aws.md
Create an iPython HTML Notebook on Amazon's AWS Free Tier from scratch.

What

Roll your own iPython Notebook server with Amazon Web Services (EC2) using their Free Tier.

What are we using? What do you need?

  • An active AWS account. First time sign-ups are eligible for the free tier for a year
  • One Micro Tier EC2 Instance
  • With AWS we will use the stock Ubuntu Server AMI and customize it.
  • Anaconda for Python.
  • Coffee/Beer/Time
@hengrumay
hengrumay / README.md
Created July 8, 2016 13:43 — forked from hofmannsven/README.md
My simply Git Cheatsheet