Giter Club home page Giter Club logo

citation-network-project's Introduction

source('dbload.R') # transfers data from SQL to R.
                   # for security, one line is missing

# data post-processing, must be run in sequence
source('postprocess.R')
source('fixnumbering.R')

# construct pageRank network model, again this must be run in sequence
source('makenetworks.R')
source('fixpagerank.R')

# construct a bunch of new covariates such as JSD (Jensen-Shannon Divergence)
source('model.R')

# this is where we actually build the Poisson mixture regression model
source('newmodel2.R') # must be run repeatedly until good in-sample result
                      # is achieved; reason is that model is fit using 
                      # expectation maximization w/ random initial conditions
                      # and each time it converges to a different local max
                      # of the log likelihood function...by running many times
                      # you can approach the true global max of the 
                      # log likelihood

source('detaccuracy.R') # this carries out in-sample and out-of-sample tests

source('plotdependence.R') # this plots the dependence on JSD with all other
                           # covariates frozen at mean values



citation-network-project's People

Contributors

hbhat4000 avatar

Watchers

 avatar  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.