This document discusses using a fuzzy-neural network to forecast electricity demand. It proposes combining a neural network with fuzzy logic to overcome some limitations of only using artificial neural networks (ANNs). Specifically, it implements a fuzzy logic front-end processor to handle both numeric and fuzzy inputs before feeding them to a three-layer backpropagation neural network. This allows the neural network to capture unknown relationships between input variables like temperature, rain forecast, season and day type with the target output of electricity load. The strengths of this hybrid technique are its ability to incorporate both quantitative and qualitative knowledge and to produce more accurate forecasts.