Skip to content

Commit

Permalink
Start tuning documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
prcastro committed Sep 7, 2015
1 parent af51c4c commit f4c4f41
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/usage/tuning.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Grid Tuning
===========

Sometimes you want to check different meta-parameter, and learn whats the best set for your model. Do do this, you can perform a grid tuning, where you visit every combination of parameters and evaluate the model. The best one is chosen.

To do this, you can use the **MLBase** package.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ pages:
- 'Creating the network': 'usage/network.md'
- 'Predicting and training': 'usage/training.md'
- 'Measuring performance': 'usage/performance.md'
- 'Model tuning': 'usage/tuning.md'
- Worked Examples:
- 'XOR': 'examples/xor.md'
- Reference:
Expand Down

0 comments on commit f4c4f41

Please sign in to comment.