-
Notifications
You must be signed in to change notification settings - Fork 3
Assignments
Spiridonov Andrey edited this page Feb 26, 2018
·
19 revisions
Each assignment should be completed and submitted as a pull request(PR) into the current repository.
- All functionality should be covered with unit tests. Number and quality of tests will be taken into account during grading.
- Code should be reasonably commented as well as documented on a separate wiki page.
- PR should be approved by you supervisor, not necessarily merged. Solution should be adjusted with comments and suggestions from PR's thread.
- Automatic detection of the dependant variable's type
- Sampling strategies
- Strategies of splitting search process into timeboxes
- Implement benchmarks for Glass and Balance data sets
- Implement benchmarks for Breast and Ecoli data sets
- Implementing base algorithms: Sigmoid Perceptron
- Implementing base algorithms: Gaussian Perceptron
- Implementing base algorithms: SigmoidNorm Perceptron
- Implementing base algorithms: Sine Perceptron
- Implementing base algorithms: Exponential Perceptron
- Implementing base algorithms: Polynomial Perceptron