Skip to content

Instantly share code, notes, and snippets.

View XiaofengZhu's full-sized avatar

xiaofengzhu XiaofengZhu

  • Northwestern University
  • Evanston
View GitHub Profile
#!/usr/bin/python
# -*- coding: utf8 -*-
# SAMPLE SUBMISSION TO THE BIG DATA HACKATHON 13-14 April 2013 'Influencers in a Social Network'
# .... more info on Kaggle and links to go here
#
# written by Ferenc Huszár, PeerIndex
from sklearn import linear_model
from sklearn.metrics import auc_score
@XiaofengZhu
XiaofengZhu / dword2vec.c
Created March 31, 2016 09:42 — forked from jasonwbw/dword2vec.c
Tomas Mikolov's "Distributed Representations of Sentences and Documents" code
// Copyright 2013 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,