In articles/neural-network-initialization/
The requirements.txt is is out dated. You may save following text in to a file and then run following command to create a new environment. Then you can run the code.
Linux command to create new environment:
conda env create -f environment_intoliarticlematerials.yml
name: intoliarticlematerials
dependencies:
- python=3.8.5
- jupyter==1.0.0
- keras==2.4.3
- keras-preprocessing==1.1.2
- matplotlib==2.1.2
- numpy
- pandas
- tensorflow==2.3.0
- tensorboard==2.3.0
- seaborn