GithubHelp home page GithubHelp logo

roderickperez / dca_using_rnn Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tamiminaser/dca_using_rnn

0.0 0.0 1.0 4.98 MB

Automatic Decline Curve Analysis Using a Deep RNN (Recurrent Neural Network).

License: MIT License

Jupyter Notebook 100.00%

dca_using_rnn's Introduction

Decline Curve Analysis Using RNN

Using a Deep Recurrent Neural Network for Achieving Expert-Level Decline Curve Analysis

Decline Curve Analysis is a process of fitting an analytical curve (exponential, harmonic or hyperbolic) to production history data. This analysis is important for characterizing the performance of each well as well as forecasting the production in future.

For this tool, a hyperbolic model (most general DCA model) is used.

Using robust curve fitting and optimization tools in Python, the code finds the best DCA parameters. The estimated parameters are

  1. qi: Initial Production Rate
  2. di: Initial Decline Rate
  3. b: Hyperbolic Exponent

Automating this process is not an easy task. Experts (mostly petroleum engineers) usually decide where the curve fitting must start and where it must ends. Also, they are looking as different aspects of their production data and ignore some abnormalities that simple curve-fitting tools are not able to find and remove them. Therefore an intelligent system is needed to learn DCA from experts in a few examples and do the rest. Here, I am presenting a tool that uses deep learning (specifically Recurrent Neural Networks) to learn DCA analysis from an expert and apply it to the reset of the wells.

Running the Code

Please run this code using a Python complier like Spyder. This tool use TKinter library for the frontend.

dca_using_rnn's People

Contributors

roderickperez avatar tamiminaser avatar

Forkers

olaidejoseph

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.