The document describes a new discretization algorithm called DRDS (Discretization based on Range Coefficient of Dispersion and Skewness) for neural networks classifiers. DRDS is a supervised, incremental and bottom-up discretization method that automates the discretization process by introducing the number of intervals and stopping criterion. It has two phases: Phase I generates an Initial Discretization Scheme (IDS) by searching globally, and Phase II refines the intervals by merging them up to a stopping criterion without affecting quality. The algorithm uses range coefficient of dispersion and data skewness to select the best interval length and number of intervals for discretization. Experimental results show DRDS effectively discretizes data for neural network classification.