This document demonstrates clustering and regression techniques using the Weka data mining software. It shows how Weka can be used to cluster 600 bank customer records into 6 groups based on attributes like age, income, family status, etc. It also uses Weka to create a linear regression model to predict house prices based on attributes like size, number of bedrooms, lot size, and more. Overall, the document shows how Weka allows easy implementation of common data mining algorithms and visualization of results.