The tutorial goes through all prerequisite knowledge to evaluate CNNs using CKKS (FHE scheme) on encrypted plaintexts.
Accompanying hackmd doc that contains additional explainations of things considered a distraction for the tutorial lives here
For corrections, mistakes, and questions. Please open a PR or contact me directly
Create a new python env
python3 -m venv env
install numpy and jupyter
pip install numpy jupyterlab
Run jupyter notebook
inside the directory.