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
- Host: GitHub
- URL: https://github.com/aladdinpersson/aladdin
- Owner: aladdinpersson
- License: mit
- Created: 2021-03-28T10:12:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-15T10:39:14.000Z (over 4 years ago)
- Last Synced: 2025-03-31T04:37:27.717Z (6 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 14
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
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:)