Skip to content

mattlevine22/emod_dim_red

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autoencoder-based Dimensionality Reduction for EMOD data

This project performs dimensionality reduction (via autoencoder) on data from the EMOD project, which is a simulation of infectious disease spread in a population. The data is a mix of real-valued and binary features, and the goal is to reduce the dimensionality of the data while preserving the most important information.

Setup Instructions

Clone this repository to your local machine:

git clone https://github.com/your-username/emod_dim_red.git
cd emod_dim_red

Create the Conda Environment:

# The environment.yml file contains all the necessary dependencies to run this project. 
# To create the environment, use the following command:
conda env create -f environment.yml

# This will create a Conda environment with all the specified dependencies.

# 3. Activate the Environment

# After the environment is created, activate it using:
conda activate autoencoder-env

Run the main script

python autoencoder_pipeline.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages