Book cover: AI in Chemical Engineering

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

Buy / View on Publisher Site   GitHub Repository

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.

ChapterTitleSlidesNotebooks
1Smart Manufacturing and Machine LearningPDF
2Data and Data PretreatmentPDFPlant Data · Outlier Detection · Missing Data · Sampling · Scaling
3Dimensionality ReductionPDFPacMAP
4ClusteringPDFClustering · Self-Organizing Maps
5Unsupervised Learning Case Study
6Concepts and DefinitionsPDFMethod Selection · Feature Selection
7Predictive ModelsPDFSupport Vector Regression
8Supervised Learning Case Studies
9Deep LearningPDFConvolutional Neural Network
10Deep Learning Case Studies
11Reinforcement LearningPDFRL Intro · RL-PID Control
12Reinforcement Learning Case Studies
13Generative AIPDF

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}
}