This project is based on Python3 and Jupyter Notebook. It is the author's personal learning note of the book Deep Learning from Scratch by Koki Saitoh Below is the instruction to set up your environment in a Unix-based System
To prevent dependency conflicts, it is recommended to create a separate virtual environment. Please open your terminal in the project's root directory and follow these steps:
python3 -m venv venvsource venv/bin/activatepip install --upgrade pippip install numpy
pip install matplotlib
pip install ipykernel