Giter Club home page Giter Club logo

fb1000's Introduction

Facebook1000 Experiments

Simple bagging with features from HT-L3s and 1000 individuals from Zak's Facebook dataset.

Data

To get the data you'll first need to get access to the [email protected] S3 account. Then you can use s3cmd to retrieve the precomputed numpy memmap files:

$ s3cmd get -r s3://fb1000/fb1000_data .

$ cd fb1000_data
$ cat L3_Prime_X_trn_zscored.mm.split?? > L3_Prime_X_trn_zscored.mm

$ sha1sum *.mm
395e45223b0012a7783947e32373920812563427  L3_Prime_X_trn_zscored.mm
9817c3a8bf40ead293392c273689ecddef97ed45  L3_Prime_X_tst_zscored.mm
7ae7f27b72ced3b953cc9d5922b9e8e473027bf7  L3_Prime_Y_trn.mm
829107227ba9aa49a23dce7ea9d72aa19fe1a8eb  L3_Prime_Y_tst.mm

Code

$ grep "^[[:upper:]].* = [[:digit:]].*$" fb1k_demo.py
DATA_STRIDE = 5
N_BAGS = 32
BAG_SIZE = 1e4

$ python fb1k_demo.py
(...)
Total time (all bags): 1609.31552291
>>> Testing...
Accuracy=0.81

fb1000's People

Contributors

npinto avatar

Watchers

David Cox avatar James Bergstra avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.