This document discusses using a radial basis function neural network (RBFN) to estimate software development effort based on the COCOMO II model. The RBFN uses COCOMO II data for training and has three layers - an input layer with COCOMO II parameters like size and scale factors, a hidden middle layer with Gaussian activation functions, and an output layer that calculates effort. Two clustering algorithms, K-means and APC-III, are used to determine the receptive fields of the hidden layer neurons. The K-means algorithm partitions the COCOMO II data into clusters and finds cluster centers to minimize distance between clusters. The RBFN is trained and tested on the COCOMO II data to evaluate its ability to accurately estimate software