Skip to content

Instantly share code, notes, and snippets.

View raghavendrajain's full-sized avatar
💭
Learning a better way to run concurrent experiments

Raghvendra Jain raghavendrajain

💭
Learning a better way to run concurrent experiments
  • National Institute of Informatics
  • Tokyo, Japan
View GitHub Profile
@raghavendrajain
raghavendrajain / multi-face.ipynb
Created September 25, 2019 01:35 — forked from yang-zhang/multi-face.ipynb
Multi-task Deep Learning Experiment using fastai Pytorch
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@raghavendrajain
raghavendrajain / get_machine_learning_wages_on_odesk.py
Created October 10, 2017 02:01 — forked from johnjosephhorton/get_machine_learning_wages_on_odesk.py
Get the hourly wages of machine learning contractors on oDesk
# John Horton
# www.john-joseph-horton.com
# Description: Answer to Quora question about machine learning hourly rates
# "http://www.quora.com/Machine-Learning/What-do-contractors-in-machine-learning-charge-by-the-hour"
from BeautifulSoup import BeautifulSoup
import urllib2
def contractors(skill, offset):