{"id":3370,"date":"2023-08-31T10:59:22","date_gmt":"2023-08-31T10:59:22","guid":{"rendered":"https:\/\/neuraldesigner.com\/blog\/volve-oil-forecasting\/"},"modified":"2025-09-14T17:01:07","modified_gmt":"2025-09-14T15:01:07","slug":"volve-oil-forecasting","status":"publish","type":"blog","link":"https:\/\/www.neuraldesigner.com\/blog\/volve-oil-forecasting\/","title":{"rendered":"Forecast oil production using machine learning"},"content":{"rendered":"<p>In this example, we build a machine learning model to forecast the oil production from the field for the following days or weeks.<\/p>\n<p>For that,\u00a0we examine Equino&#8217;s published production data from the Volve field in Norway.<\/p>\n<p>Analysis of oil well production data is crucial for maximizing production and identifying potential issues.<\/p>\n<section>\n<h3>Contents<\/h3>\n<ol>\n<li><a href=\"#ApplicationType\">Application type<\/a>.<\/li>\n<li><a href=\"#DataSet\">Data set<\/a>.<\/li>\n<li><a href=\"#NeuralNetwork\">Neural network<\/a>.<\/li>\n<li><a href=\"#TrainingStrategy\">Training strategy<\/a>.<\/li>\n<li><a href=\"#ModelSelection\">Model selection<\/a>.<\/li>\n<li><a href=\"#TestingAnalysis\">Testing analysis<\/a>.<\/li>\n<li><a href=\"#ModelDeployment\">Model deployment<\/a>.<\/li>\n<\/ol>\n<p>This example is solved with <a href=\"https:\/\/www.neuraldesigner.com\/\">Neural Designer<\/a>. To follow it step by step, you can use the <a href=\"https:\/\/www.neuraldesigner.com\/free-trial\">free trial<\/a>.<\/p>\n<p>Volve is an oil field in the Norwegian North Sea near Stavanger. Equinor and its partners have published all field data online for research and development purposes. Volve, discovered in 1993, extracted oil and gas between 2008 and 2016. The implementation of water injection sustained pressure, effectively doubling the field&#8217;s lifespan beyond its initial expectations.<\/p>\n<p>A lot of data is available for analysis. In this example, we focus on well 5351, which produced more than 40% of the total oil production from the field.<\/p>\n<\/section>\n<section>\n<h2>1. Application type<\/h2>\n<p>This <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-networks-applications#Forecasting\">forecasting<\/a> project aims to predict the value of oil production rates in the coming days using artificial intelligence and machine learning techniques.<\/p>\n<p>The objective is to obtain an accurate prediction based on available data and utilize these predictions to enhance production processes and identify potential issues.<\/p>\n<\/section>\n<section>\n<h2>2. Data set<\/h2>\n<h3 style=\"font-family: Outfit, sans-serif; color: #242424;\">Data source<\/h3>\n<p>The <a href=\"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/10\/volve_field_data.csv\">volve_field_data.csv<\/a> file contains 2959 samples, each with 7 input features collected from 2008 to 2016. The dataset is transformed into a time series, incorporating lagged values and forward steps, which serves the purpose of forecasting.<\/p>\n<h3 style=\"font-family: Outfit, sans-serif; color: #242424;\">Variables<\/h3>\n<p>The following list summarizes the variable&#8217;s information:<\/p>\n<h4>Downhole conditions<\/h4>\n<ul>\n<li data-start=\"110\" data-end=\"188\"><strong data-start=\"110\" data-end=\"132\">down_hole_pressure<\/strong> \u2013 Fluid pressure at the bottom of the wellbore (bar).<\/li>\n<li data-start=\"191\" data-end=\"282\"><strong data-start=\"191\" data-end=\"216\">down_hole_temperature<\/strong> \u2013 Average fluid temperature at the bottom of the wellbore (\u00b0C).<\/li>\n<\/ul>\n<h4>Wellhead conditions<\/h4>\n<ul>\n<li data-start=\"478\" data-end=\"553\"><strong data-start=\"478\" data-end=\"500\">well_head_pressure<\/strong> \u2013 Fluid pressure at the top of the wellbore (bar).<\/li>\n<li data-start=\"556\" data-end=\"636\"><strong data-start=\"556\" data-end=\"581\">well_head_temperature<\/strong> \u2013 Fluid temperature at the top of the wellbore (\u00b0C).<\/li>\n<\/ul>\n<h4>Flow control parameters<\/h4>\n<ul>\n<li>\u00a0<strong data-start=\"285\" data-end=\"313\">production_pipe_pressure<\/strong> \u2013 Pressure difference between two points in the production pipeline (bar).<\/li>\n<li data-start=\"393\" data-end=\"475\"><strong data-start=\"393\" data-end=\"411\">choke_size_pct<\/strong> \u2013 Choke valve opening percentage, used to control fluid flow.<\/li>\n<li data-start=\"639\" data-end=\"716\"><strong data-start=\"639\" data-end=\"662\">choke_size_pressure<\/strong> \u2013 Pressure difference across the choke valve (bar).<\/li>\n<\/ul>\n<h4>Target variable<\/h4>\n<ul>\n<li data-start=\"108\" data-end=\"188\"><strong data-start=\"76\" data-end=\"83\">oil<\/strong> \u2013 Daily oil production volume, measured in cubic meters (m\u00b3\/day).<\/li>\n<\/ul>\n<h3 style=\"font-family: Outfit, sans-serif; color: #242424;\">Instances<\/h3>\n<p>The dataset is split into training, validation, and testing subsets, with 60%\u00a0<span style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/data-set#Instances\" target=\"_blank\" rel=\"noopener\">of the instances<\/a> assigned for training, 20% for validation, and 20% for testing, as specified<\/span>\u00a0by Neural Designer. The user can change these values as desired.<\/p>\n<p>Once the data set has been set, we are ready to perform a few related analytics. With that, we verify the provided information and ensure the data is of high quality.<\/p>\n<h3 style=\"font-family: Outfit, sans-serif; color: #242424;\">Variables statistics<\/h3>\n<p>We can calculate the data <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/data-set#Statistics\">statistics<\/a> and create a table that displays the minimums, maximums, means, and standard deviations of all variables in the dataset. The following table displays the values.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.neuraldesigner.com\/images\/Volve-filed-statistics-table.webp\" \/><\/p>\n<p>We observed a significant deviation in oil production. The multiple production-related wellbore shutdowns may be a contributing factor.<\/p>\n<h3 style=\"font-family: Outfit, sans-serif; color: #242424;\">Inputs-targets correlations<\/h3>\n<p>Additionally, we can obtain the existing\u00a0<span style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/data-set#InputsTargetsCorrelations\" target=\"_blank\" rel=\"noopener\">correlations between inputs and targets<\/a> for each variable, which allows us to understand<\/span>\u00a0the importance of the different influences on oil production.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.neuraldesigner.com\/images\/Volve-field-correlations.webp\" \/><\/p>\n<p>For example, we can\u00a0<span style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">observe a strong and negative correlation between\u00a0<strong>oil<\/strong>\u00a0production and\u00a0<strong>pipe production pressure<\/strong>, indicating<\/span>\u00a0that as one increases, the other decreases.<\/p>\n<p>The negative correlation between oil production and pipeline pressure is logical, as a decrease indicates more efficient oil flow and higher production. An increase in pressure signals production issues and lower production.<\/p>\n<\/section>\n<section>\n<h2>3. Neural network<\/h2>\n<p>The next step is to set\u00a0<span style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">up a\u00a0<a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-network\" target=\"_blank\" rel=\"noopener\">neural network<\/a> that represents<\/span>\u00a0the approximation function. In this class of applications, the neural network comprises:<\/p>\n<ul>\n<li><a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-network#ScalingLayer\">Scaling layer<\/a>.<\/li>\n<li><a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-network#PerceptronLayers\">Perceptron layer<\/a>.<\/li>\n<li><a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-network#UnscalingLayer\">Unscaling layer<\/a>.<\/li>\n<li><a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-network#BoundingLayer\">Bounding layer<\/a>.<\/li>\n<\/ul>\n<p>The <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-network#ScalingLayer\">scaling layer<\/a> contains the statistics on the inputs calculated from the data file and the method for scaling the input variables. Here, the <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-network#MinimumMaximumScalingMethod\">minimum-maximum method<\/a> has been set. As we use 16 input variables, the scaling layer has 16 inputs.<\/p>\n<p>We use 2 perceptron layers here:<\/p>\n<ul>\n<li>The first perceptron layer has 16 inputs, 3 neurons, and a <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-network#HyperbolicTangentActivationFunction\">hyperbolic tangent activation function<\/a><\/li>\n<li>The second perceptron layer has 3 inputs, 1 neuron, and a <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-network#LinearActivationFunction\">linear activation function<\/a><\/li>\n<\/ul>\n<p>The <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/neural-network#UnscalingLayer\">unscaling layer<\/a> contains the statistics of the output.<\/p>\n<p>The following figure is a graphical representation of this neural network.<\/p>\n<p><img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/10\/Volve-field-neural-network.png\" alt=\"\" width=\"667\" height=\"790\" \/><\/p>\n<\/section>\n<section>\n<h2>4. Training strategy<\/h2>\n<p>A <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/training-strategy\">training strategy<\/a> is employed to facilitate the learning process. Then, we apply the training strategy to the neural network to optimize its performance. How the parameters adjust in the neural network determines the type of training.<\/p>\n<p>We set the <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/training-strategy#WeightedSquaredError\">weighted squared error<\/a> with <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/training-strategy#L2Regularization\">L2 regularization<\/a> as the <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/training-strategy#LossIndex\">loss index<\/a>.<\/p>\n<p>On the other hand, we use the <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/training-strategy#QuasiNewtonMethod\">quasi-Newton method<\/a> as the <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/training-strategy#OptimizationAlgorithm\">optimization algorithm<\/a>.<\/p>\n<p>The following chart illustrates how the training (blue) and selection (orange) errors decrease with the epochs of the quasi-Newton method during the training process.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.neuraldesigner.com\/images\/Volve-field-training.webp\" \/><\/p>\n<p>The final values are <b>training error = 0.125 ME<\/b> and <b>selection error = 0.027 ME<\/b>.<\/p>\n<p>That indicates that the neural network has good generalization capabilities.<\/p>\n<\/section>\n<section>\n<h2>5. Model selection<\/h2>\n<p>The objective of <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/model-selection\">model selection<\/a> is to find the network architecture with the best generalization properties, which minimizes the error on the <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/data-set#SelectionInstances\">selected instances<\/a> of the data set.<\/p>\n<p><a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/model-selection#OrderSelection\">Order selection<\/a> algorithms train several network architectures with different numbers of neurons and select the one with the smallest selection error.<\/p>\n<p>The <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/model-selection#IncrementalOrder\">incremental order<\/a> method begins with a small number of neurons and gradually increases their complexity at each iteration.<br \/>\nThe following chart shows the training error (blue) and the selection error (yellow) as a function of the number of neurons.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.neuraldesigner.com\/images\/Volve-field-selection-error.png\" \/><\/p>\n<\/section>\n<section>\n<h2>6. Testing analysis<\/h2>\n<p>Once you have trained the model, you can perform a <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/testing-analysis\">testing analysis<\/a> to validate its prediction capacity. We use a subset of data that has not been used before, the <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/data-set#TestingInstances\">testing instances<\/a>.<\/p>\n<p>To verify the results obtained in this example, the graphs comparing the actual oil production values are shown below.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.neuraldesigner.com\/images\/Volve-field-results.webp\" \/><\/p>\n<p>The oil precision graph shows a good match between the prediction and actual results, leading to satisfactory outcomes.<\/p>\n<p>On the other hand, the following table presents the relative error obtained using the previous value as a prediction (base model) and the neural network model.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.neuraldesigner.com\/images\/Volve-model-baseline-error.png\" \/><\/p>\n<p>As we can see, this comparison demonstrates the effectiveness of the neural network model versus the baseline prediction technique.<\/p>\n<\/section>\n<section>\n<h2>7. Model deployment<\/h2>\n<p>The neural network is now ready to predict the activity of new people in the so-called <a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/model-deployment\">model deployment<\/a> phase.<\/p>\n<p>The file <a href=\"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/10\/volve-field-forecasting.zip\">volve-field-forecasting.py<\/a>\u00a0implements the\u00a0<a href=\"https:\/\/www.neuraldesigner.com\/learning\/tutorials\/model-deployment#MathematicalExpression\">mathematical expression<\/a> of the neural network in Python. You can embed this piece of software in any tool to make predictions on new data.<\/p>\n<\/section>\n<section>\n<h2>References<\/h2>\n<ul>\n<li>We have taken the data for this problem from the <a href=\"https:\/\/www.equinor.com\/energy\/volve-data-sharing\">Volve field data set<\/a>.<\/li>\n<\/ul>\n<\/section>\n<section>\n<h2>Related posts<\/h2>\n<\/section>\n","protected":false},"author":13,"featured_media":1319,"template":"","categories":[],"tags":[43,74],"class_list":["post-3370","blog","type-blog","status-publish","has-post-thumbnail","hentry","tag-industry","tag-oil-gas"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Forecast oil production using machine learning<\/title>\n<meta name=\"description\" content=\"Build a machine learning model to forecast the oil production from the field for the following days or weeks.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.neuraldesigner.com\/blog\/volve-oil-forecasting\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Forecast oil production using machine learning\" \/>\n<meta property=\"og:description\" content=\"Build a machine learning model to forecast the oil production from the field for the following days or weeks.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.neuraldesigner.com\/blog\/volve-oil-forecasting\/\" \/>\n<meta property=\"og:site_name\" content=\"Neural Designer\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-14T15:01:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/06\/Volve-Field.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@NeuralDesigner\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.neuraldesigner.com\/blog\/volve-oil-forecasting\/\",\"url\":\"https:\/\/www.neuraldesigner.com\/blog\/volve-oil-forecasting\/\",\"name\":\"Forecast oil production using machine learning\",\"isPartOf\":{\"@id\":\"https:\/\/www.neuraldesigner.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.neuraldesigner.com\/blog\/volve-oil-forecasting\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.neuraldesigner.com\/blog\/volve-oil-forecasting\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/06\/Volve-Field.webp\",\"datePublished\":\"2023-08-31T10:59:22+00:00\",\"dateModified\":\"2025-09-14T15:01:07+00:00\",\"description\":\"Build a machine learning model to forecast the oil production from the field for the following days or weeks.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.neuraldesigner.com\/blog\/volve-oil-forecasting\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.neuraldesigner.com\/blog\/volve-oil-forecasting\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.neuraldesigner.com\/blog\/volve-oil-forecasting\/#primaryimage\",\"url\":\"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/06\/Volve-Field.webp\",\"contentUrl\":\"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/06\/Volve-Field.webp\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.neuraldesigner.com\/blog\/volve-oil-forecasting\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.neuraldesigner.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Blog\",\"item\":\"https:\/\/www.neuraldesigner.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Forecast oil production using machine learning\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.neuraldesigner.com\/#website\",\"url\":\"https:\/\/www.neuraldesigner.com\/\",\"name\":\"Neural Designer\",\"description\":\"Explanable AI Platform\",\"publisher\":{\"@id\":\"https:\/\/www.neuraldesigner.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.neuraldesigner.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.neuraldesigner.com\/#organization\",\"name\":\"Neural Designer\",\"url\":\"https:\/\/www.neuraldesigner.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.neuraldesigner.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/05\/logo-neural-1.png\",\"contentUrl\":\"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/05\/logo-neural-1.png\",\"width\":1024,\"height\":223,\"caption\":\"Neural Designer\"},\"image\":{\"@id\":\"https:\/\/www.neuraldesigner.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/NeuralDesigner\",\"https:\/\/es.linkedin.com\/showcase\/neuraldesigner\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Forecast oil production using machine learning","description":"Build a machine learning model to forecast the oil production from the field for the following days or weeks.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.neuraldesigner.com\/blog\/volve-oil-forecasting\/","og_locale":"en_US","og_type":"article","og_title":"Forecast oil production using machine learning","og_description":"Build a machine learning model to forecast the oil production from the field for the following days or weeks.","og_url":"https:\/\/www.neuraldesigner.com\/blog\/volve-oil-forecasting\/","og_site_name":"Neural Designer","article_modified_time":"2025-09-14T15:01:07+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/06\/Volve-Field.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_site":"@NeuralDesigner","twitter_misc":{"Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.neuraldesigner.com\/blog\/volve-oil-forecasting\/","url":"https:\/\/www.neuraldesigner.com\/blog\/volve-oil-forecasting\/","name":"Forecast oil production using machine learning","isPartOf":{"@id":"https:\/\/www.neuraldesigner.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.neuraldesigner.com\/blog\/volve-oil-forecasting\/#primaryimage"},"image":{"@id":"https:\/\/www.neuraldesigner.com\/blog\/volve-oil-forecasting\/#primaryimage"},"thumbnailUrl":"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/06\/Volve-Field.webp","datePublished":"2023-08-31T10:59:22+00:00","dateModified":"2025-09-14T15:01:07+00:00","description":"Build a machine learning model to forecast the oil production from the field for the following days or weeks.","breadcrumb":{"@id":"https:\/\/www.neuraldesigner.com\/blog\/volve-oil-forecasting\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.neuraldesigner.com\/blog\/volve-oil-forecasting\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.neuraldesigner.com\/blog\/volve-oil-forecasting\/#primaryimage","url":"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/06\/Volve-Field.webp","contentUrl":"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/06\/Volve-Field.webp","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/www.neuraldesigner.com\/blog\/volve-oil-forecasting\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.neuraldesigner.com\/"},{"@type":"ListItem","position":2,"name":"Blog","item":"https:\/\/www.neuraldesigner.com\/blog\/"},{"@type":"ListItem","position":3,"name":"Forecast oil production using machine learning"}]},{"@type":"WebSite","@id":"https:\/\/www.neuraldesigner.com\/#website","url":"https:\/\/www.neuraldesigner.com\/","name":"Neural Designer","description":"Explanable AI Platform","publisher":{"@id":"https:\/\/www.neuraldesigner.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.neuraldesigner.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.neuraldesigner.com\/#organization","name":"Neural Designer","url":"https:\/\/www.neuraldesigner.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.neuraldesigner.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/05\/logo-neural-1.png","contentUrl":"https:\/\/www.neuraldesigner.com\/wp-content\/uploads\/2023\/05\/logo-neural-1.png","width":1024,"height":223,"caption":"Neural Designer"},"image":{"@id":"https:\/\/www.neuraldesigner.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/NeuralDesigner","https:\/\/es.linkedin.com\/showcase\/neuraldesigner\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.neuraldesigner.com\/api\/wp\/v2\/blog\/3370","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.neuraldesigner.com\/api\/wp\/v2\/blog"}],"about":[{"href":"https:\/\/www.neuraldesigner.com\/api\/wp\/v2\/types\/blog"}],"author":[{"embeddable":true,"href":"https:\/\/www.neuraldesigner.com\/api\/wp\/v2\/users\/13"}],"version-history":[{"count":0,"href":"https:\/\/www.neuraldesigner.com\/api\/wp\/v2\/blog\/3370\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.neuraldesigner.com\/api\/wp\/v2\/media\/1319"}],"wp:attachment":[{"href":"https:\/\/www.neuraldesigner.com\/api\/wp\/v2\/media?parent=3370"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.neuraldesigner.com\/api\/wp\/v2\/categories?post=3370"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.neuraldesigner.com\/api\/wp\/v2\/tags?post=3370"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}