Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 182 Bytes

File metadata and controls

16 lines (10 loc) · 182 Bytes

Perceptron_implimentation

Commands using -

to create an environment

conda create env python=3.7 -y

to activate the environment

conda activate env