Git Product home page Git Product logo

concise's Introduction

Concise logo

Concise: Keras extension for regulatory genomics

Build Status license

Concise (originally CONvolutional neural networks for CIS-regulatory Elements) allows you to:

  1. Pre-process sequence-related data (concise.preprocessing)
    • convert a list of sequences into one-hot-encoded numpy array or tokens.
  2. Specify a Keras model with additional modules
    • Concise provides custom layers, initializers and regularizers.
  3. Tune the hyper-parameters (concise.hyopt)
    • Concise provides convenience functions for working with the hyperopt package.
  4. Interpret the model
    • most of Concise layers contain plotting methods
  5. Share and re-use models
    • every component (layer, initializer, regularizer, loss) is fully compatible with Keras. Model saving and loading works out-of-the-box.

Installation

Concise is tested for python versions 3.5 and 3.6 and can be installed from PyPI using pip:

pip install concise

To successfully use concise plotting functionality, please also install the libgeos library required by the shapely package:

  • Ubuntu: sudo apt-get install -y libgeos-dev
  • Red-hat/CentOS: sudo yum install geos-devel

Documentation

concise's People

Contributors

avsecz avatar mohammadamin-barekatain avatar muhammedhasan avatar

Watchers

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