https://github.com/sepmein/oyou
Build and make use of tensorflow model with pleasure and flexibility
https://github.com/sepmein/oyou
machine-learning tensorflow
Last synced: 3 months ago
JSON representation
Build and make use of tensorflow model with pleasure and flexibility
- Host: GitHub
- URL: https://github.com/sepmein/oyou
- Owner: sepmein
- License: mit
- Created: 2017-11-21T02:24:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-17T08:02:18.000Z (about 7 years ago)
- Last Synced: 2025-02-26T02:19:25.895Z (4 months ago)
- Topics: machine-learning, tensorflow
- Language: Python
- Size: 70.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oYou
Build low level tensorflow model with pleasure and flexibility## Why?
Low level tensorflow api is powerful and flexible, but lacks code reuse.
High level tensorflow api is simple and elegant, but lacks flexibility.oYou balance benefits and deficits of the high level and low level frameworks.
Using oYou## Get started with oYou
### install
```terminal
pip install oyou
```### import
```python
import oyou
```