https://github.com/deephyper/tutorials
A collection of tutorials for DeepHyper.
https://github.com/deephyper/tutorials
Last synced: 9 months ago
JSON representation
A collection of tutorials for DeepHyper.
- Host: GitHub
- URL: https://github.com/deephyper/tutorials
- Owner: deephyper
- License: bsd-2-clause
- Created: 2021-06-30T07:20:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-18T05:02:05.000Z (12 months ago)
- Last Synced: 2025-04-13T04:42:35.244Z (11 months ago)
- Language: Jupyter Notebook
- Size: 16.2 MB
- Stars: 3
- Watchers: 8
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tutorials
A collection of tutorials for DeepHyper.
## Requirements
```console
pip install -r requirements.txt
```
## Build and Preview the Documentation
First, build the documentation with:
```console
make html
```
Then open the `_build/html/index.html` file your browser.