https://github.com/thomd/on-tensorflow
some experiments with TensorFlow
https://github.com/thomd/on-tensorflow
computer-vision machine-learning tensorflow
Last synced: 20 days ago
JSON representation
some experiments with TensorFlow
- Host: GitHub
- URL: https://github.com/thomd/on-tensorflow
- Owner: thomd
- Created: 2020-03-24T21:21:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-25T21:37:29.000Z (about 6 years ago)
- Last Synced: 2025-08-01T21:30:33.797Z (10 months ago)
- Topics: computer-vision, machine-learning, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# On TensorFlow
* [MNIST Classification](mnist-classification.ipynb)
## Setup
conda env create --file environment.yaml
conda activate tensorflow
jupyter lab