Skip to content

Contains the PPCA, VAE and CVAE model used for the research project. Aside from this there are separate folders for research documents and the dataset related to the project.

License

Notifications You must be signed in to change notification settings

NeilAlwani/RP2023_Alwani

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RP_23-24_models

A project for pathway optimization using Varitional Autoencoder(VAE), Conditional Variational Autoencoder(CVAE) and Probabilistic Principal Component Analysis (PPCA). This project aims to generate synthetic data for pathway optimization using both VAE, CVAE and PPCA generative models.

Introduction

This project utilizes Varitional Autoencoder(VAE), Conditional Variational Autoencoder(CVAE) and Probabilistic Principal Component Analysis (PPCA) to generate synthetic data for pathway optimization. It includes implementations of VAE, CVAE and PPCA models, along with a training loop and synthetic data generation.

Features

  • VAE, CVAE models for synthetic data generation
  • PPCA model for synthetic data generation
  • Visualization of data in the original dimensions
  • Visualization of data in PCA reduced dimensions
  • Calculation of KL divergence between real and synthetic data

Data

The data used for training can be accessed under the data directory. It consists of 5000 kinetic models, each representing a hypothetical pathway of E. Coli strain (generated and provided by supervisor of the project, MSc. Paul van Lent).

Requirements

  • Python 3.11
  • PyTorch
  • NumPy
  • Pandas
  • Matplotlib
  • scikit-learn

Usage

An example usage - how to train models, generate data with them, visualize it - can be found in the latent_dim(11)_epochs(400)_CVAE.ipynb notebook

Acknowledgements

  • Thanks to Oliver K. Ernst, PhD for the insightful Medium article on PPCA, which was a basis for PPCA implementation in this project.

Thesis Acknowledgement

This project was developed as part of the Bachelor's thesis at Delft University of Technology. The author would like to acknowledge the support and guidance received during this academic endeavor. The thesis and other academic materials can be found in academic_work directory.

About

Contains the PPCA, VAE and CVAE model used for the research project. Aside from this there are separate folders for research documents and the dataset related to the project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published