Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 206 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 206 Bytes

ANN_implementation

ANN_implementation

Important commands

creating environment

conda create --prefix ./envs python=3.7 -y

activating environment

conda activate ./envs