https://github.com/vwxyzjn/tensorflowbyexample
Make tensorflow more practical and less magical
https://github.com/vwxyzjn/tensorflowbyexample
machine-learning python tensorflow
Last synced: 3 months ago
JSON representation
Make tensorflow more practical and less magical
- Host: GitHub
- URL: https://github.com/vwxyzjn/tensorflowbyexample
- Owner: vwxyzjn
- License: mit
- Created: 2019-01-21T22:55:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-17T21:05:10.000Z (over 7 years ago)
- Last Synced: 2025-02-23T17:34:21.888Z (over 1 year ago)
- Topics: machine-learning, python, tensorflow
- Language: Python
- Homepage: https://tensorflowbyexample.com
- Size: 241 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tensorflow By Example
Make tensorflow more practical and less magical.
# How to build
Run the following command:
```bash
cd ui
pip install -e .
cd ..
python build.py
```