Module chap3
deep_learning_playground::setup::dlfs
Chap3Param is data structure that has weight matrixes and bias matrixes.
Chap3Param
load_trained_params loads trained parameters from pickle (oreilly-japan/deep-learning-from-scratch/ch03/sample_weight.pkl). It requires some python packages. E.g. python3-dev, python-dev (On Ubuntu 18.04) and numpy.
load_trained_params
numpy