Git Product home page Git Product logo

this-before-that's Introduction

this-before-that

Causal precedence relations in the biomedical domain

Getting the corpus (and other resources)

To retrieve the annotated corpus, you will need git-lfs.

Once you've installed git-lfs, simply run this command:

git-lfs fetch

Running the sieve-based architecture (sans-lstm)

What you'll need...

  1. Java 8
  2. sbt

Running the LSTM

Installation: Using conda and Python 3.X

  1. Fork and clone this repository

  2. Install conda

  3. Create a new conda environment using the environment.yml config:

conda env create -f environment.yml

The environment can be updated using the following command:

conda env update -f environment.yml
  1. Activate the environment:
source activate bionlp
  1. Test the installation:
python -c "import keras; print('Keras version: ', keras.__version__)"

GPU training

If you're training on an Ubuntu system with a CUDA card, you can run gpu_dependencies.sh to set things up.

Running the notebooks

jupyter notebook

this-before-that's People

Contributors

myedibleenso avatar

Watchers

Gwendolen Herongrove 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.