/ML_LPN_V1

Primary LanguagePython

DNN-based iLPN

Description

This is a DNN model to get the optimized LPN parameters from the given combination of targets.

Installation

  1. Clone the Repository:
    git clone https://github.com/username/repository.git
    cd repository
    
  2. Install the Dependencies:
    conda env create -f environment.yml
    conda activate ml_lpn