Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hartikainen/tensorflow-tutorial
Simple Jyputer notebook setup for testing Tensorflow and Numpy
https://github.com/hartikainen/tensorflow-tutorial
Last synced: 9 days ago
JSON representation
Simple Jyputer notebook setup for testing Tensorflow and Numpy
- Host: GitHub
- URL: https://github.com/hartikainen/tensorflow-tutorial
- Owner: hartikainen
- Created: 2017-09-17T23:12:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-30T22:51:35.000Z (about 7 years ago)
- Last Synced: 2024-12-17T02:44:21.979Z (2 months ago)
- Language: Jupyter Notebook
- Size: 127 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tensorflow-tutorial
Simple Jupyter notebook setup for testing Tensorflow and Numpy## Getting Started
### PrerequisitesYou will need to have [Docker](https://docs.docker.com/engine/installation/) and [Docker Compose](https://docs.docker.com/compose/install/) installed unless you want to run this locally.
### Running
Using docker:
```
docker-compose up
```