Página de Material sobre TensorFlow
Contents
Tutoriais
Instalação de TensorFlow e uso com Keras
- Deep Learning::Tensor Flow::Instalando em Linux
- Deep Learning::Preparando seu Computador para usar TensorFlow em GPU
- Deep Learning::Instalando Keras
Uso de tf.keras a emulação de Keras implementada por TensorFlow
- Documentação de tf.keras
tf.keras
is TensorFlow’s implementation of the Keras API specification.- https://www.tensorflow.org/guide/keras
- https://www.tensorflow.org/api_docs/python/tf/keras/models
- Medium::Multi-GPU training with Estimators, tf.keras and tf.data
Tutoriais de Deep Learning com TensorFlow
Interface de Alto Nível nativa de TF: TensorFlow Object Detection API
- GitHub: TensorFlow Object Detection API
- GitHub: Usando TensorFlow Object Detection API com OpenCV
- Medium: Step by Step TensorFlow Object Detection API Tutorial
- Becoming Human: TensorFlow Object Detection API tutorial — Training and Evaluating Custom Object Detector
- Introduction and Use – Tensorflow Object Detection API Tutorial
- TensorFlow Object Detection API tutorial em Read the Docs
- Towards Data Science: Detecting Pikachu on Android using Tensorflow Object Detection
Usando TensorFlow Object Detection API na Nuvem (Google Colab)
- Hackernoon::Object Detection in Google Colab with Custom Dataset
- Medium::TensorFlow Object Detection API in 5 clicks from Colaboratory
- Medium::Training Tensorflow for free: Pet Object Detection API Sample Trained On Google Colab
Links
Distribuições e compilações não-oficiais
Se você necessita de TensorFlow para ambientes customizados ou fora do pasrão, é aqui que você vai achar. Por exemplo: TensorFlow-GPU oficial é compilado para Ubuntu 16.04, CUDA 9.0, CUDNN 7.0 e versões também desatualizadas das bibliotecas de desenvolvimento. Se você instalou a última versão de tudo em seu Linux Ubuntu 18 novinho em folha (na data da escrita dessa página CUDA 9.2 e CUDNN 7.1), TensorFlow-GPU oficial não vai funcionar… Para isso existem essa distribuições aqui: para salvar a sua vida e você não ter de compilar tudo você mesmo!
- mind/wheels: Performance-optimized wheels for TensorFlow (SSE, AVX, FMA, XLA, MPI)
- Issues · yaroslavvb/tensorflow-community-wheels
Observe que são arquivos Python Wheel (.whl), para serem instalados usando pip ou pip3.
Mais coisas: Model Zoos e Cursos
- TensorFlow Blog
- TensorFlow Model Zoo & Datasets
- TensorFlow MOOC on Udacity
- TensorFlow Roadmap
- TensorFlow White Papers
- TensorFlow YouTube Channel
Copyright © 2018 Aldo von Wangenheim/INCoD/Universidade Federal de Santa Catarina