Conv Nets III
In this project, we make advancements to the CNN class we worked in my cnn-learning-hyper-params project. The motivation is to be able to build a CNN class that is flexible to architecture changes. For example, the CNN class in this repo reads its architecture from Json object. For example,...