All Projects → hereismari → Tensorflow Brasil

hereismari / Tensorflow Brasil

Licence: apache-2.0
Códigos e materiais sobre TensorFlow em Português

Projects that are alternatives of or similar to Tensorflow Brasil

Yolov3 Tf2
YoloV3 Implemented in Tensorflow 2.0
Stars: ✭ 2,327 (+3044.59%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials, tensorflow-examples
Tensorflow 2.x Tutorials
TensorFlow 2.x version's Tutorials and Examples, including CNN, RNN, GAN, Auto-Encoders, FasterRCNN, GPT, BERT examples, etc. TF 2.0版入门实例代码,实战教程。
Stars: ✭ 6,088 (+8127.03%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials, tensorflow-examples
Daily Deeplearning
🔥机器学习/深度学习/Python/算法面试/自然语言处理教程/剑指offer/machine learning/deeplearning/Python/Algorithm interview/NLP Tutorial
Stars: ✭ 381 (+414.86%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials, tensorflow-examples
Machine Learning
머신러닝 입문자 혹은 스터디를 준비하시는 분들에게 도움이 되고자 만든 repository입니다. (This repository is intented for helping whom are interested in machine learning study)
Stars: ✭ 705 (+852.7%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials, tensorflow-examples
Tf tutorial plus
Tutorials for TensorFlow APIs the official documentation doesn't cover
Stars: ✭ 293 (+295.95%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials, tensorflow-examples
Tensorflow chessbot
Predict chessboard FEN layouts from images using TensorFlow
Stars: ✭ 362 (+389.19%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials, tensorflow-examples
Docs
TensorFlow documentation
Stars: ✭ 4,999 (+6655.41%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials, tensorflow-examples
My Tensorflow Tutorials
This repo contains all of my TensorFlow tutorials
Stars: ✭ 795 (+974.32%)
Mutual labels:  tensorflow-tutorials, tensorflow-examples
Seq2seq Signal Prediction
Signal forecasting with a Sequence-to-Sequence (seq2seq) Recurrent Neural Network (RNN) model in TensorFlow - Guillaume Chevalier
Stars: ✭ 890 (+1102.7%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials
Machine Learning Collection
A resource for learning about ML, DL, PyTorch and TensorFlow. Feedback always appreciated :)
Stars: ✭ 883 (+1093.24%)
Mutual labels:  tensorflow-tutorials, tensorflow-examples
Letslearnai.github.io
Lets Learn AI
Stars: ✭ 33 (-55.41%)
Mutual labels:  tensorflow-tutorials, tensorflow-examples
Machine Learning Book
《机器学习宝典》包含:谷歌机器学习速成课程(招式)+机器学习术语表(口诀)+机器学习规则(心得)+机器学习中的常识性问题 (内功)。该资源适用于机器学习、深度学习研究人员和爱好者参考!
Stars: ✭ 616 (+732.43%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials
Tensorflow Find Object
📸 A simple application to demonstrate TensorflowJS using mobile net model to predict objects via camera API.
Stars: ✭ 12 (-83.78%)
Mutual labels:  tensorflow-tutorials, tensorflow-examples
Tensorflow Sentiment Analysis On Amazon Reviews Data
Implementing different RNN models (LSTM,GRU) & Convolution models (Conv1D, Conv2D) on a subset of Amazon Reviews data with TensorFlow on Python 3. A sentiment analysis project.
Stars: ✭ 34 (-54.05%)
Mutual labels:  tensorflow-tutorials, tensorflow-examples
Tensorflow Tutorial
Some interesting TensorFlow tutorials for beginners.
Stars: ✭ 893 (+1106.76%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials
Android Tensorflow Lite Example
Android TensorFlow Lite Machine Learning Example
Stars: ✭ 681 (+820.27%)
Mutual labels:  tensorflow-tutorials, tensorflow-examples
Tensorflow In Practice Specialization
DeepLearning.AI TensorFlow Developer Professional Certificate Specialization
Stars: ✭ 29 (-60.81%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials
Tensorflow From Zero To One
TensorFlow 最佳学习资源大全(含课程、书籍、博客、公开课等内容)
Stars: ✭ 1,052 (+1321.62%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials
Deeptrading
Deep Neural Network Trading collection of Tensorflow Jupyter notebooks
Stars: ✭ 41 (-44.59%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials
Math object detection
An image recognition/object detection model that detects handwritten digits and simple math operators. The output of the predicted objects (numbers & math operators) is then evaluated and solved.
Stars: ✭ 52 (-29.73%)
Mutual labels:  tensorflow-tutorials, tensorflow-examples

TensorFlow Brasil 🇧🇷

Esse repositório contém códigos e materiais sobre TensorFlow em português escritos por brasileiros a fim de ajudar pessoas interessadas a aprender sobre Machine Learning, Deep Learning e TensorFlow.

Todos os exemplos são implementados em Python (compatíveis com Python2 e Python3), no formato de Jupyter Notebooks para fins didáticos.

Outros materiais recomendados

Aqui você encontra materiais e recursos, em sua grande maioria em inglês, sobre TensorFlow e Deep Learning. Os materiais em português são apresentados em negrito.

Materiais mais específicos (ex: GANs, Reinforcement Learning, ...) podem ser acessados neste nesse link. Bom aprendizado!

Materiais

Vídeos

Blogs

TensorFlow

Deep Learning

O que preciso para executar o código?

Considerando que você já tenha Python 2 ou 3 instalado na sua máquina...

TensorFlow

Há vários modos de instalar o TensorFlow, para simplificar aconselho usar o site de instalação.

Caso queira (recomendado) você pode instalar TensorFlow e as demais depedências num ambiente virtual para melhor gerenciar as bibliotecas e suas versões, para tal você pode utilizar o Virtualenv como mostrado no tutorial de instalação do TensorFlow. Outras opções como Docker ou conda também podem ser utilizadas.

Instalar dependências

As principais dependências são:

  • Jupyter Notebooks
  • Numpy
  • Pandas
  • Matplotlib

Essas bibliotecas ser instaladas localmente com os comandos a seguir:

# python 2
python2 -m pip install jupyter numpy pandas matplotlib
# python 3
python3 -m pip install jupyter numpy pandas matplotlib

Jupyter notebooks

Se você não tiver familiariade com Jupyter notebooks visite o link da sessão anterior e tente se familiarizar com os conceitos, nada muito complicado, é suficiente instalar e rodar 😄.

Outa dica é utilizar Colaboratory (Colab) que é uma ferramenta desenvolvida pela Google para ajudar a compartilhar o ensino e pesquisa de Machine Learning. O colab é um jupyter notebook que roda na nuvem e portanto não requer nenhum tipo de configuração local, os notebooks são salvos no Google Drive e podem ser importardos/exportados facilmente. Uma ótima solução e gratuita! Consulte o FAQ para mais informações.

Como contribuir?

Contribuições são muito bem vindas!

Melhorar ou consertar materiais já existentes

Criar uma issue é suficiente, fique a vontade para resolver o problema através de um Pull Request após a criação da issue.

Novos Materiais

Caso queira contribuir com um novo material siga o padrão/formato dos materiais já existentes e coloque todos os links de referência no início dos notebooks.

Todo material:

  • Deve conter qual versão do TensorFlow deve ser usada para rodar o notebook no topo do notebook.
  • Contém todas as dependências importadas juntas no início do notebook para facilitar a execução.

The code and resources available in this repository are not related to TensorFlow or Google in anyway.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].