This document provides instructions for three exercises using artificial neural networks (ANNs) in Matlab: function fitting, pattern recognition, and clustering. It begins with background on ANNs including their structure, learning rules, training process, and common architectures. The exercises then guide using ANNs in Matlab for regression to predict house prices from data, classification of tumors as benign or malignant, and clustering of data. Instructions include loading data, creating and training networks, and evaluating results using both the GUI and command line. Improving results through retraining or adding neurons is also discussed.