Supervised Learning

Optional homework problem 1: Generate N M-dimensional Gaussian data points (using randn(N,M) in Matlab). For 10 randomly selected points calculate distance from their nearest neighbor, and report the average distance. Compare the average distance for M = {1, 2, 5, 10, 100) and N = {100, 1000, 10000} Linear Regression. Assumes a . functional ... ................
................