Welcome to the Machine Learning for Chemical Engineering (ML4CE) course repository. This module introduces machine learning concepts for chemical engineering applications through coding projects.
ML4CE is a module offered at Imperial College London for 4th Year MEng and MSc students in the Chemical Engineering Department. The course introduces students to core machine learning concepts and their applications in solving chemical engineering problems. The course is assessed via mini-projects that allow students to apply machine learning and optimisation techniques to chemical engineering case studies.
This repository contains the material for the coursework coding projects.
-
Clone the repo:
git clone https://github.com/OptiMaL-PSE-Lab/Imperial-ML4CE-Course.git cd Imperial-ML4CE-Course
-
Install Dependencies
conda (recommended):
conda create --name myenv python=3.10 conda activate myenv pip install -r requirements.txt
pip:
pip install -r requirements.txt