# Visualizing-and-understanding-convolutional-networks **Repository Path**: jiangvshine/Visualizing-and-understanding-convolutional-networks ## Basic Information - **Project Name**: Visualizing-and-understanding-convolutional-networks - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Abstract Implementation of Visualizing and understanding convolutional networks. # Link https://cs.nyu.edu/~fergus/papers/zeilerECCV2014.pdf Zeiler, M. D., & Fergus, R. (2014). Visualizing and understanding convolutional networks. In Computer Vision–ECCV 2014 (pp. 818-833). Springer International Publishing. # Usage Just execute main.py ! ```python python3 main.py ``` # Explanation https://qiita.com/okn-yu/items/53bbff161c027dc04981