Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 565 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 565 Bytes

Bias Variance Experiment

Problem 2.24, p. 75.

For each final hypotheisis g1, g2, ..., gk estimate the average hypothesis for any x by:
analytic expression of average hypothesis

Results of Experiment

Installation

See https://pipenv.readthedocs.io/en/latest/install/#installing-pipenv to install pipenv, if you do not have it.

Usage

To run this program:

pipenv run python main.py

Credits

  • Abu-Mostafa, Yaser S. Learning from Data: a Short Course. AMLBooks, 2012.