Giter VIP home page Giter VIP logo

ovarian_ca's Introduction

Deciphering Serous Ovarian Carcinoma Histopathology and Platinum Response by Convolutional Neural Networks

All histopathology models are trained by Caffe version 1.0. Caffe is developed by Berkeley AI Research (BAIR)/The Berkeley Vision and Learning Center (BVLC) and community contributors and released under the BSD 2-Clause license. The source codes of this software dependency are included under the caffe directory.

Due to the file size limit of GitHub, we uploaded our convolutional neural networks models at the links below:

1. Serous ovarian carcinoma versus adjacent benign tissue:

AlexNet-based Model: https://www.dropbox.com/s/cvom9wced4ltuhs/alexnet.caffemodel?dl=0

GoogLeNet-based Model: https://www.dropbox.com/s/l8gjebhvgpyre13/googlenet.caffemodel?dl=0

VGGNet-based Model: https://www.dropbox.com/s/w7zmkjsmpxxvikd/vgg.caffemodel?dl=0

2. Serous ovarian carcinoma grade classification:

AlexNet-based Model: https://www.dropbox.com/s/nou416u1b0gw3bg/alexnet.caffemodel?dl=0

GoogLeNet-based Model: https://www.dropbox.com/s/5v56ikpy6js29oc/googlenet.caffemodel?dl=0

VGGNet-based Model: https://www.dropbox.com/s/e9b4gnjksrjnt5o/vgg.caffemodel?dl=0

3. Platinum-free interval prediction:

VGGNet-based Model: https://www.dropbox.com/s/7i9siypn1asp572/VggModel.h5?dl=0

Proteomics and transcriptomics analyses of tumor grade and platinum response

The models for the differential expression analyses and predictive analyses are under omics_analyses/.

To install Caffe in Ubuntu 16.04 or later:

Step 1: Install the general dependencies:

sudo apt-get install libprotobuf-dev libleveldb-dev libsnappy-dev libopencv-dev libhdf5-serial-dev protobuf-compiler
sudo apt-get install --no-install-recommends libboost-all-dev

Step 2: Install Caffe

sudo apt build-dep caffe-cpu        # dependencies for CPU-only version
sudo apt build-dep caffe-cuda       # dependencies for CUDA version

Step 3: Compile with 'Make'

make all
make test
make runtest

To use the models in the command line:

caffe test -model model.prototxt -weights model.caffemodel

Additional documentation:

Caffe Installation: http://caffe.berkeleyvision.org/installation.html

Caffe Tutorial: http://caffe.berkeleyvision.org/tutorial/

Caffe Command Line Interfaces: https://caffe.berkeleyvision.org/tutorial/interfaces.html

ovarian_ca's People

Contributors

khyu avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

mlinture

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.