GithubHelp home page GithubHelp logo

avsecz / concise Goto Github PK

View Code? Open in Web Editor NEW
6.0 3.0 0.0 14.34 MB

CONCISE (COnvolutional neural Networks for CIS-regulatory Elements)

License: MIT License

Makefile 0.10% Python 16.88% Shell 0.13% Jupyter Notebook 82.88%
genomics deep-learning tensorflow

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 available for Python versions greater than 3.4 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

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

concise's Issues

Update sklearn/cross_validation.py to model_selection

sklearn/cross_validation.py:44: DeprecationWarning: This module was deprecated in version 0.18 in favor of the model_selection module into which all the refactored classes and functions are moved. Also note that the interface of the new CV iterators are different from that of this module. This module will be removed in 0.20.
"This module will be removed in 0.20.", DeprecationWarning)

update tensorflow compatibility

WARNING:tensorflow:tf.op_scope(values, name, default_name) is deprecated, use tf.name_scope(name, default_name, values) _build_graph.: initialize_all_variables (from tensorflow.python.ops.variables) is deprecated and will be removed after 2017-03-02. Usetf.global_variables_initializerinstead.

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.