All Projects → ColeMurray → tensorflow-cnn-tutorial

ColeMurray / tensorflow-cnn-tutorial

Licence: other
Tensorflow tutorial on convolutional neural networks.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to tensorflow-cnn-tutorial

TensorFlow-Multiclass-Image-Classification-using-CNN-s
Balanced Multiclass Image Classification with TensorFlow on Python.
Stars: ✭ 57 (+46.15%)
Mutual labels:  tensorflow-tutorials
TF2-GAN
🐳 GAN implemented as Tensorflow 2.X
Stars: ✭ 61 (+56.41%)
Mutual labels:  tensorflow-tutorials
TF-Model-Deploy-Tutorial
A tutorial exploring multiple approaches to deploy a trained TensorFlow (or Keras) model or multiple models for prediction.
Stars: ✭ 51 (+30.77%)
Mutual labels:  tensorflow-tutorials
Traffic-Light-Classification
A detailed tutorial on how to build a traffic light classifier with TensorFlow for the capstone project of Udacity's Self-Driving Car Engineer Nanodegree Program.
Stars: ✭ 110 (+182.05%)
Mutual labels:  tensorflow-tutorials
learning ml
I am teaching a Learning ML workshop for some folks @ Belong.co. Creating this repo to organise the course material.
Stars: ✭ 23 (-41.03%)
Mutual labels:  tensorflow-tutorials
herokuobjectdetection
This is the code for Medium tutorial
Stars: ✭ 17 (-56.41%)
Mutual labels:  tensorflow-tutorials
tensorflow-fifo-queue-example
Example on how to use a Tensorflow Queue to feed data to your models.
Stars: ✭ 39 (+0%)
Mutual labels:  tensorflow-tutorials
Dog-or-Cat-TensorflowSharp-Example
An example for TensorflowSharp - classify an image as a dog or cat.
Stars: ✭ 15 (-61.54%)
Mutual labels:  tensorflow-tutorials
List-of-Differentiable--OPs-and-Non-differentiable-OPs--in-Tensorflow
No description or website provided.
Stars: ✭ 60 (+53.85%)
Mutual labels:  tensorflow-tutorials
tf-keras-tutorial
tf.keras + tf.data with Eager Execution
Stars: ✭ 75 (+92.31%)
Mutual labels:  tensorflow-tutorials
generative-art
🌈🎨 Generative Art is the idea realized as genetic code of artificial events, as construction of dynamic complex systems able to generate endless variations. This is also a nuxt-module (@luxdamore/nuxt-canvas-sketch) - [three.js, tensorflow.js and gsap are not included].
Stars: ✭ 41 (+5.13%)
Mutual labels:  tensorflow-tutorials
go-mnist-client
TensorFlow serving mnist example client in Go.
Stars: ✭ 16 (-58.97%)
Mutual labels:  tensorflow-tutorials
tensorflow-tutorial
郑泽宇等《TensorFlow实战Google深度学习框架》(第二版)学习
Stars: ✭ 40 (+2.56%)
Mutual labels:  tensorflow-tutorials
einstein
Python Tutorial with popular machine learning algorithms implementation. This tutorial helps you processing data like Einstein
Stars: ✭ 34 (-12.82%)
Mutual labels:  tensorflow-tutorials
tf2-transformer-chatbot
Transformer Chatbot in TensorFlow 2 with TPU support.
Stars: ✭ 94 (+141.03%)
Mutual labels:  tensorflow-tutorials
FaceGuard
Face Guard: Machine Learning + IoT Surveillance demo! Face recognition
Stars: ✭ 13 (-66.67%)
Mutual labels:  tensorflow-tutorials
TensorFlow20-Notes
TensorFlow 2.0 Various notes and tutorials
Stars: ✭ 14 (-64.1%)
Mutual labels:  tensorflow-tutorials
Tensorflow-Wide-Deep-Local-Prediction
This project demonstrates how to run and save predictions locally using exported tensorflow estimator model
Stars: ✭ 28 (-28.21%)
Mutual labels:  tensorflow-tutorials
TensorFlow-Roadmap
📡 Organized & Useful Resources about Deep Learning with TensorFlow
Stars: ✭ 71 (+82.05%)
Mutual labels:  tensorflow-tutorials
tensorflow documents zh
TensorFlow 正式版中文文档
Stars: ✭ 26 (-33.33%)
Mutual labels:  tensorflow-tutorials

Deep Learning CNN's in Tensorflow with GPUs

Tensorflow tutorial on convolutional neural networks.

In this tutorial, you’ll learn the architecture of a convolutional neural network (CNN), how to create a CNN in Tensorflow, and provide predictions on labels of images. Finally, you’ll learn how to run the model on a GPU so you can spend your time creating better models, not waiting for them to converge.

https://hackernoon.com/deep-learning-cnns-in-tensorflow-with-gpus-cba6efe0acc2

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].