| Tag |
First Indicator |
Second Indicator |
Subfields |
| LEADER |
00000cam a2200000 i 4500 |
| 001 |
in00005773639 |
| 005 |
20260327180326.2 |
| 006 |
m o d |
| 007 |
cr cnu---unuuu |
| 008 |
240807s2024 ne o 000 0 eng d |
| 040 |
|
|
|a OPELS
|b eng
|e rda
|e pn
|c OPELS
|d OCLCO
|d OCLKB
|d EBLCP
|d UKAHL
|d YDX
|d N$T
|d SFB
|d OCLCQ
|d UKMGB
|
| 015 |
|
|
|a GBC478050
|2 bnb
|
| 016 |
7 |
|
|a 300198170
|2 Uk
|
| 019 |
|
|
|a 1446407112
|a 1446416206
|
| 020 |
|
|
|a 0443240116
|
| 020 |
|
|
|a 9780443240119
|q (electronic bk.)
|
| 020 |
|
|
|z 9780443240102
|
| 020 |
|
|
|z 0443240108
|
| 024 |
8 |
|
|a CIPO000104445
|
| 035 |
|
|
|a (OCoLC)1451416290
|z (OCoLC)1446407112
|z (OCoLC)1446416206
|
| 050 |
|
4 |
|a HD9560.5
|
| 082 |
0 |
4 |
|a 338.2728028563
|2 23/eng/20240807
|
| 049 |
|
|
|a TXAM
|
| 100 |
1 |
|
|a Ahmadi, Mohammadali,
|e author.
|
| 245 |
1 |
0 |
|a Artificial intelligence for a more sustainable oil and gas industry and the energy transition :
|b case studies and code examples /
|c Mohammadali Ahmadi.
|
| 264 |
|
1 |
|a Amsterdam, Netherlands :
|b Elsevier,
|c 2024.
|
| 300 |
|
|
|a 1 online resource.
|
| 336 |
|
|
|a text
|b txt
|2 rdacontent
|
| 337 |
|
|
|a computer
|b c
|2 rdamedia
|
| 338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
| 520 |
|
|
|a Artificial Intelligence for a More Sustainable Oil and Gas Industry and the Energy Transition: Case Studies and Code Examples presents a package for academic researchers and industries working on water resources and carbon capture and storage. This book contains fundamental knowledge on artificial intelligence related to oil and gas sustainability and the industry's pivot to support the energy transition and provides practical applications through case studies and coding flowcharts, addressing gaps and questions raised by academic and industrial partners, including energy engineers, geologists, and environmental scientists. This timely publication provides fundamental and extensive information on advanced AI applications geared to support sustainability and the energy transition for the oil and gas industry.
|
| 588 |
0 |
|
|a Online resource; title from PDF title page (ScienceDirect, viewed August 7, 2024).
|
| 505 |
0 |
|
|a Front Cover -- Artificial Intelligence for a More Sustainable Oil and Gas Industry and the Energy Transition -- Copyright Page -- Contents -- 1 Artificial intelligence (AI) overview -- 1.1 Introduction -- 1.2 Types of AI in terms of autonomy level and capabilities -- 1.2.1 Reactive machines -- 1.2.2 Limited memory -- 1.2.3 Theory of mind -- 1.2.4 Self-aware -- 1.2.5 Strong AI -- 1.2.6 Weak AI -- 1.3 Types of AI in terms of applications -- 1.3.1 Machine learning -- 1.3.2 Deep learning -- 1.3.3 Robotics -- 1.3.4 Expert systems -- 1.3.5 Computer vision -- 1.4 Opportunities and challenges
|
| 505 |
8 |
|
|a 1.5 Summary -- Disclosure -- References -- 2 Machine learning -- 2.1 Introduction -- 2.2 Types of machine learning -- 2.2.1 Supervised learning -- 2.2.2 Unsupervised learning -- 2.2.3 Reinforcement learning -- 2.2.4 Semisupervised learning -- 2.3 Challenges of ML development in the oil and gas industry -- 2.4 Performance indicators of ML models -- 2.4.1 Confusion matrix -- 2.4.2 Classification accuracy -- 2.4.3 F1 score -- 2.4.4 Receiver operating characteristic curve -- 2.4.5 Area under curve -- 2.4.6 Mean absolute error -- 2.4.7 Mean squared error -- 2.4.8 Root mean square error
|
| 505 |
8 |
|
|a 2.4.9 Average relative error -- 2.4.10 Squared correlation coefficient (R2) -- 2.4.11 Variance accounted for (VAF) -- 2.5 Summary -- AI disclosure -- References -- 3 Classification -- 3.1 Introduction -- 3.1.1 Statistical methods -- 3.1.2 Rule-based methods -- 3.1.3 Instance-based methods -- 3.1.4 Neural network methods -- 3.1.5 Ensemble methods -- 3.2 Statistical methods -- 3.2.1 Support vector machine -- 3.2.1.1 Linear kernel -- 3.2.1.2 Polynomial kernel -- 3.2.1.3 RBF kernel -- 3.2.1.4 Sigmoid kernel -- 3.2.2 Discriminant analysis -- 3.2.3 Naive Bayes -- 3.2.4 Logistic regression
|
| 505 |
8 |
|
|a 3.3 Rule-based methods -- 3.3.1 Decision Trees -- 3.3.2 Rule-based classifiers -- 3.3.3 Associative classification -- 3.3.4 Bayesian networks -- 3.3.5 Decision Trees -- 3.3.6 Rule-based classifiers -- 3.3.7 Associative classification -- 3.3.8 Bayesian networks -- 3.4 Instance-based methods -- 3.4.1 K-Nearest Neighbor -- 3.4.2 Case-based reasoning -- 3.4.3 Locally weighted learning -- 3.5 Neural network methods -- 3.6 Ensemble methods -- 3.6.1 Bagging method -- 3.6.2 Boosting method -- 3.6.3 Random Forest -- 3.6.4 AdaBoost -- 3.6.5 Stacking -- 3.7 Case studies
|
| 505 |
8 |
|
|a 3.7.1 Enhanced Oil Recovery type prediction -- 3.7.1.1 Data preprocessing -- 3.7.1.2 Classification models and evaluation -- 3.7.2 Lithology identification -- 3.7.3 Data loading and preprocessing -- 3.7.4 Data splitting and feature scaling -- 3.7.5 Classification models -- 3.7.6 Model evaluation and hyperparameter tuning -- 3.7.7 Results and visualizations -- AI disclosure -- References -- 4 Regression -- 4.1 Introduction -- 4.2 Regression types -- 4.2.1 Linear regression -- 4.2.2 Polynomial regression -- 4.2.3 Ridge regression
|
| 650 |
|
0 |
|a Petroleum industry and trade
|x Data processing.
|
| 650 |
|
0 |
|a Artificial intelligence
|x Industrial applications.
|
| 650 |
|
0 |
|a Petroleum industry and trade
|x Environmental aspects.
|
| 650 |
|
6 |
|a Pétrole
|x Industrie et commerce
|x Informatique.
|
| 650 |
|
6 |
|a Intelligence artificielle
|x Applications industrielles.
|
| 655 |
|
7 |
|a Electronic books.
|2 local
|
| 710 |
2 |
|
|a ScienceDirect (Online service)
|
| 776 |
0 |
8 |
|i Print version:
|z 0443240108
|z 9780443240102
|w (OCoLC)1423133826
|
| 856 |
4 |
0 |
|u http://proxy.library.tamu.edu/login?url=https://www.sciencedirect.com/science/book/9780443240102
|z Connect to the full text of this electronic book
|t 0
|
| 955 |
|
|
|a Elsevier ScienceDirect 2026-2027
|
| 955 |
|
|
|a Knovel ebooks
|
| 994 |
|
|
|a 92
|b TXA
|
| 999 |
f |
f |
|i c8f32aac-ea8d-4c04-9c50-574669e56a32
|s 7119ea89-0ce2-4335-a63e-31cf28b2c879
|t 0
|
| 952 |
f |
f |
|a Texas A&M University
|b College Station
|c Electronic Resources
|s www_evans
|d Available Online
|t 0
|e HD9560.5
|h Library of Congress classification
|
| 998 |
f |
f |
|a HD9560.5
|t 0
|l Available Online
|