Skip to content

Instantly share code, notes, and snippets.

View libfun's full-sized avatar

Sergey Korolev libfun

  • Snap Inc.
  • Los Angeles
View GitHub Profile
import multiprocessing
def __process__(q_in, q_out):
np.random.seed()
while True:
data = q_in.get()
if data is None:
break
q_out.put((preprocess(data[0]), data[1]))

Note: I'm updating this gist as I encounter new reviews, so make sure you're reading the latest revision!

Just as the previous year I collected (and keep doing so) links to various summaries and takeaways from this year's NIPS.