Skip to content

OptiMaL-PSE-Lab/Imperial-ML4CE-Course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning for Chemical Engineering (ML4CE)

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.

Getting Started

  1. Clone the repo:

    git clone https://github.com/OptiMaL-PSE-Lab/Imperial-ML4CE-Course.git
    cd Imperial-ML4CE-Course
  2. 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

About

Imperial Chemical Engineering Machine Learning Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published