Matlab source code
You can grab the code here: src.tar.gz. The tarball contains the following five matlab files:
- src/weather.m
- src/zeroOneLoss.m
- src/loadWeatherData.m
- src/squaredLoss.m
- src/gd.m
To run the example, download the sources and the
matlab-readable data below. Run weather within matlab
after making sure that the training and test files point to the
correct locations.