An open API service indexing awesome lists of open source software.

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

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