
AI in Chemical Engineering:
Unlocking the Power Within Data
José A. Romagnoli, Luis Briceño-Mena, Vidhyadhar Manee
CRC Press / Taylor & Francis, 2024 · 1st Edition
ISBN: 978-1-003-45590-5
Industry 4.0 is revolutionizing chemical manufacturing. Today’s chemical companies are swiftly embracing the digital era, recognizing the significant benefits of interconnected products, production equipment, and personnel. As technology advances and production volumes grow, there is an increasing need for new computational tools and innovative solutions to address everyday challenges.
AI in Chemical Engineering: Unlocking the Power Within Data introduces readers to the essential concepts of machine learning and their application in the chemical and process industries, aiming to enhance efficiency, adaptability, and profitability. This work delves into the transformation of traditional plant operations into integrated and intelligent systems, providing readers with a foundation for developing and understanding the tools necessary for data collection and analysis.
This practical text is designed for advanced chemical engineering students and industry practitioners. It introduces concepts and theories in a logical and sequential manner, serving as an essential resource for understanding both current and emerging developments in this important and evolving field.
Getting Started with the Examples
To use the example notebooks, clone or download the GitHub repository and install the dependencies:
git clone https://github.com/lbrice1/ai_cheme_examples.git
cd ai_cheme_examples
pip install -r requirements.txt
Chapter Materials
Slides and Jupyter notebooks are available for the chapters listed below. Chapters without supplementary materials are included for completeness.
| Chapter | Title | Slides | Notebooks |
|---|---|---|---|
| 1 | Smart Manufacturing and Machine Learning | — | |
| 2 | Data and Data Pretreatment | Plant Data · Outlier Detection · Missing Data · Sampling · Scaling | |
| 3 | Dimensionality Reduction | PacMAP | |
| 4 | Clustering | Clustering · Self-Organizing Maps | |
| 5 | Unsupervised Learning Case Study | — | — |
| 6 | Concepts and Definitions | Method Selection · Feature Selection | |
| 7 | Predictive Models | Support Vector Regression | |
| 8 | Supervised Learning Case Studies | — | — |
| 9 | Deep Learning | Convolutional Neural Network | |
| 10 | Deep Learning Case Studies | — | — |
| 11 | Reinforcement Learning | RL Intro · RL-PID Control | |
| 12 | Reinforcement Learning Case Studies | — | — |
| 13 | Generative AI | — |
Citation
If you use the materials in this repository in your research or teaching, please cite:
@book{romagnoli2024ai,
title = {AI in Chemical Engineering: Unlocking the Power Within Data},
author = {Romagnoli, J.A. and Brice{\~n}o-Mena, L. and Manee, V.},
year = {2024},
edition = {1st},
publisher = {CRC Press},
doi = {10.1201/9781003455905},
url = {https://doi.org/10.1201/9781003455905}
}
