Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 293 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 293 Bytes

SERVANT_dlLab21

Implementation of Symbolic Regression by Neural Network weights

Create a venv using

python -m venv .venv-dllabminiproject
or
python3 -m venv .venv-dllabminiproject

Install dependencies using

pip install -r requirements.txt