Git Product home page Git Product logo

disease_classification's Introduction

This is the deliverable of Task 2 that implements a fully functional ML package around a multi-task prediction task.

The goal is to build a model that can predict probability of certain diseases from a genome sequence. The dataset consists of three different types of genome sequences corresponding to three different species โ€“ human, duck, and snake. For each species, there is a different set of diseases that they could have โ€“ i.e. for each species, a set of probabilities for all possible diseases an organism of that species could have is predicted.

A multi-task prediction model is achieved by using a neural network model with multiple predictor heads.

Instructions

  1. Create a source environment, and install the required dependencies as specified in requirements.txt. This project is tested on python 3.8.
  2. Specify the path of dataset in arguments (see run.py)
  3. Execute python -m src.run at the root. Model will start training for one epoch and the state will be stored automatically by the PyTorchLightning framework in the folder lightning_logs under root after the training epoch ends.
  4. Test cases are under tests/ and can be run with Pytest at the root.

disease_classification's People

Contributors

hasnainmamdani avatar

Watchers

James Cloos 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.