Skip to content

Instantly share code, notes, and snippets.

View pspitler3's full-sized avatar

Pierce Spitler pspitler3

View GitHub Profile
@martinraison
martinraison / demo.py
Last active October 21, 2018 18:26
sparse pytorch embedding demo
import argparse
from collections import Counter
import csv
import os
import torch
from torch.autograd import Variable
import torch.nn as nn
import torch.optim as optim
import torch.utils.data as data
import tarfile
@EvanZ
EvanZ / cle_3pt_shooting.ipynb
Last active May 6, 2016 20:57
Cleveland Historic 3PT Game
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.