Skip to content

Commit

Permalink
added architecture graphics
Browse files Browse the repository at this point in the history
  • Loading branch information
Avsecz committed Sep 15, 2016
1 parent b78510b commit 7212829
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,21 @@ CONCISE (COnvolutional neural Network for CIS-regulatory Elements) is a model fo
Features
--------

* TODO explain similarity with DeepBind and featureREDUCE
* CONCISE uses TensorFlow at its core and is hence able of using GPU computing
* Architecture:
::

Sequence +-> Conv -> reLU -> average pool +-> y <-+ Additional linear features
^
|
Positional bias +-----+


* Very simple API
* Serializing the model to JSON
- allows to analyze the results in any langugage of choice
* Helper function for random hyper-parameter search

* Helper function for hyper-parameter random search
* CONCISE uses TensorFlow at its core and is hence able of using GPU computing

Installation
------------

Expand Down

0 comments on commit 7212829

Please sign in to comment.