Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terasakisatoshi/chainer-maguro
Collection of sample codes of Optuna
https://github.com/terasakisatoshi/chainer-maguro
Last synced: 3 days ago
JSON representation
Collection of sample codes of Optuna
- Host: GitHub
- URL: https://github.com/terasakisatoshi/chainer-maguro
- Owner: terasakisatoshi
- License: mit
- Created: 2018-12-16T12:52:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-16T12:58:04.000Z (almost 6 years ago)
- Last Synced: 2024-10-11T12:41:07.874Z (about 1 month ago)
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chainer-maguro
a collection of sample codes of [Optuna](https://github.com/pfnet/optuna) for my own study# Why did you name the repository `chainer-maguro` ?
```python
from your_sense_of_humor *
def sim(a,b):
"""
check similarity
"""
return your_abs(a-b)<1e-7assert sim('optuna','tuna')
assert sim('tuna','maguro')
```