Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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-7

assert sim('optuna','tuna')
assert sim('tuna','maguro')
```