Coder Social home page Coder Social logo

zfactor.dl's Introduction

zFactor.DL

The goal of zFactor.DL is to create a correlation using neural networks.

Dataset

These observations have been taken from a digital scan of the 1942 Standing-Katz chart for hydrocarbon gases.

Original Standing-Katz dataset

The original data was gracefully provided by the authors of the paper [Kamyab, M., et al., Using artificial neural networks to estimate the z-factor for natural hydrocarbon gases, J. Pet. Sci.Eng. (2010), doi:10.1016/j.petrol.2010.07.006] (http://www.sciencedirect.com/science/article/pii/S0920410510001427?via%3Dihub).

The original dataset is an Excel file named SK_data.xls with Ppr, Tpr and z in columnar format with 2853 rows and 60 columns. It is under the folder [./inst/extdata] (https://github.com/f0nzie/zFactor.DL/tree/master/inst/extdata) in this repository. They are three columns or set per Tpr curve.

row    Ppr.0 Tpr.0 z.0    Ppr.1 Tpr.1 z.1  ...    Ppr.19 Tpr.19 z.19
 1
 . 
 .
 .
2853

Tidy Standing-Katz dataset

The tidy dataset contains 57060 observations of compressibility factors at different Pseudo-reduced Temperatures and Pseudo-reduced pressures. The original data was converted to tidy format using R. Refer to notebook 01-read_raw_data.Rmd for step by step process.

The original file has been converted to a tidy format file named tidy_SK.csv with 57,060 observations and 4 variables with the column names Tpr, Ppr, z and set number. This file is under the same folder [./inst/extdata] (https://github.com/f0nzie/zFactor.DL/tree/master/inst/extdata).

The tidy dataset format looks like this:

row     Tpr   Ppr   z   set
   1       
   2
   . 
   .
   .
57060
dim(narrow_dataset)
#> [1] 57060     4

zfactor.dl's People

Contributors

alfonsorreyes avatar

Forkers

maulingogri

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.