1. What are the contributions mentioned in the paper "An iterative pruning algorithm for feedforward neural networks" ?
One popular approach tackling this problem is commonly known as pruning and consists of training a larger than necessary network and then removing unnecessary weights/nodes.. In this paper, a new pruning method is developed, based on the idea of iteratively eliminating units and adjusting the remaining weights in such a way that the network performance does not worsen over the entire training set.. The algorithm also provides a simple criterion for choosing the units to be removed, which has proved to work well in practice.
read more
2. What is the approach to network pruning?
Their approach to network pruning consists first of removing unit and then appropriately adjusting the weights incoming into ’s projective field so as to preserve the overall network input/output behavior of the training set.
read more
3. What is the way to evaluate the performance of the proposed method?
To assess the performance of the proposed method, the well-known parity and symmetry tasks [2] were chosen, as the near-optimal number of hidden units required to achieve their solution is known.
read more
4. What is the meaning of the pruning algorithm?
Since the pruning algorithm presented in this paper can be applied to arbitrary feedforward networks, not necessarily layered or fully connected, some definitions and notations must be introduced.
read more



