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

https://github.com/aladdinpersson/aladdin

Functions and util functions that I use
https://github.com/aladdinpersson/aladdin

Last synced: 5 months ago
JSON representation

Functions and util functions that I use

Awesome Lists containing this project

README

          

# Useful deep learning functions

### Quickstart

Install with `pip install aladdin` and (for example) load check_accuracy:
```python
from aladdin import check_accuracy
accuracy = check_accuracy(loader, model)
```

Will develop and detail which are available later:)