Skip to content

Commit

Permalink
Update documents
Browse files Browse the repository at this point in the history
  • Loading branch information
lixfz committed Aug 13, 2021
1 parent 4021341 commit 7edc138
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ python -c "from examples import smoke_testing;"

![DataCanvas AutoML Toolkit](docs/source/images/datacanvas_automl_toolkit.png)

## Documents
* [Overview](https://hypernets.readthedocs.io/en/latest/overview.html)
* [QuickStart](https://hypernets.readthedocs.io/en/latest/quick_start.html)
* [Search Space](https://hypernets.readthedocs.io/en/latest/search_space.html)
* [Searcher](https://hypernets.readthedocs.io/en/latest/searchers.html)
* [HyperModel](https://hypernets.readthedocs.io/en/latest/hypermodels.html)
* [Experiment](https://hypernets.readthedocs.io/en/latest/experiment.html)
## Neural Architecture Search
* [Define A DNN Search Space](https://hypernets.readthedocs.io/en/latest/nas.html#define-a-dnn-search-space)
* [Define A CNN Search Space](https://hypernets.readthedocs.io/en/latest/nas.html#define-a-cnn-search-space)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/hypermodels.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ HyperModel is an abstract class that needs to implement a dedicated HyperModel f
Customize HyperModel
--------------

To customize HyerModel, two component are required:
To customize HyerModel, two components are required:

* HyperModel: subclass of *hypernets.model.HyperModel*, create newer Estimator instance with searched space sample, and load trained estimator from storage.

Expand Down

0 comments on commit 7edc138

Please sign in to comment.