GithubHelp home page GithubHelp logo

fbnetgen's Introduction

FBNETGEN

Dataset

PNC and ABCD

PNC can be accessed from NIH, and ABCD can be accessed from NIMH Data Archive.

ABIDE

For those who can not access ABCD and PNC dataset, we also provide an open-source dataset, ABIDE. Please follow the instruction to download and process this dataset.

Usage

PNC

python main.py --config_filename setting/pnc_fbnetgen.yaml

ABCD

python main.py --config_filename setting/abcd_fbnetgen.yaml

ABIDE

python main.py --config_filename setting/abide_fbnetgen.yaml

Hyper parameters

All hyper parameters can be tuned in setting files.

model:
  # For the model type, there are 3 choices: "seq", "gnn" or "fbnetgen". 
  type: fbnetgen

  # For the feature extractor, there are 2 choices: "gru" or "cnn".
  extractor_type: gru

  # For the feature extractor, there are 2 choices: "product" or "linear". 
  # We suggest to use "product", since it is faster.
  graph_generation: product

  # Two hyperparameters are tuned in our paper.
  embedding_size: 8
  window_size: 8



train:
  # For training method, there are 2 choices: "normal" or "bilevel".
  # "bilevel" will be in effect only if the model.type is set as "fbnetgen"
  # We suggest to use "normal".
  method: normal
  
  # If the model.type is set as "gnn", this hyper parameter will be in effect.
  # There are 2 choices: "uniform" or "pearson".
  pure_gnn_graph: pearson

Performance

fbnetgen's People

Contributors

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