Skip to content

mathiisk/CNS-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CNS-lab

To run the code. Clone this repository.

Open in IDE that supports Jupyter Notebook or Google Colab

Make sure the digits_X.npy and digits_X.npy are in the same working directory as the nns.ipynb

Required packages

numpy, matplotlib, torch, torchvision

(OPTIONAL) Create a Conda environment

in Conda prompt, specify python version

conda create -n EnvName python=3.x

conda activate EnvName

pip install numpy matplotlib torch torchvision

Select the Conda environment as the Kernel for running the notebook in your IDE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published