https://github.com/schafeld/tensorflow-intro
Tensorflow introduction and experiments
https://github.com/schafeld/tensorflow-intro
Last synced: over 1 year ago
JSON representation
Tensorflow introduction and experiments
- Host: GitHub
- URL: https://github.com/schafeld/tensorflow-intro
- Owner: schafeld
- Created: 2020-01-30T16:00:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-03T14:24:30.000Z (over 6 years ago)
- Last Synced: 2025-03-14T16:47:36.431Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 11.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting started with Tensorflow
Python Tensorflow experiments.
## Inspired by:
- [TensorFlow 2.0 Full Tutorial - Python Neural Networks for Beginners](https://www.youtube.com/watch?v=6g4O5UOH304)
## Topics
Additional information for specific topics:
### Image Classification
- [Basic classification: Classify images of clothing](https://www.tensorflow.org/tutorials/keras/classification)
used in tutorial01
### Text Classification
- [Text classification with movie reviews](https://www.tensorflow.org/tutorials/keras/text_classification)
used in tutorial02 and tutorial03