Skip to content

mkamyab/bitumen_den_vis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prediction of density and viscosity of Athabasca bitumen

Introduction

This file includes the details of the machine learning models developed for prediction of density and viscosity of Athabasca bitumen. The original data used for this research study is collected from Nourozieh et al. (2015) article.

Machine Learning Algorithms

Five machine learning algorithms, including second-order polynomial regression, random forest, adaboost, extra trees, and support vector regression are trained to predict density and viscosity of Athabasca bitumen. Out of all the examined algorithms, polynomial regression is selected as the best performing model for predictions. Expressions for both density and viscosity are extracted using polynomial regression model in the python codes.

The minimum and maximum values of the temperature and pressure are as follows:

Minimum Maximum
T (°C) 23 190
P (MPa) 0.91 13.88

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors