All Projects → Tony607 → Keras_catVSdog_tf_estimator

Tony607 / Keras_catVSdog_tf_estimator

Licence: other
Source for post "An Easy Guide to build new TensorFlow Datasets and Estimator with Keras Model"

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Keras catVSdog tf estimator

Tensorflow-Wide-Deep-Local-Prediction
This project demonstrates how to run and save predictions locally using exported tensorflow estimator model
Stars: ✭ 28 (-12.5%)
Mutual labels:  estimator
machine learning course
Artificial intelligence/machine learning course at UCF in Spring 2020 (Fall 2019 and Spring 2019)
Stars: ✭ 47 (+46.88%)
Mutual labels:  keras-tensorflow
GTAV-Self-driving-car
Self driving car in GTAV with Deep Learning
Stars: ✭ 15 (-53.12%)
Mutual labels:  keras-tensorflow
TF2DeepFloorplan
TF2 Deep FloorPlan Recognition using a Multi-task Network with Room-boundary-Guided Attention. Enable tensorboard, quantization, flask, tflite, docker, github actions and google colab.
Stars: ✭ 98 (+206.25%)
Mutual labels:  keras-tensorflow
Kervolution
Kervolution implementation using TF2.0
Stars: ✭ 20 (-37.5%)
Mutual labels:  keras-tensorflow
NeuralNetworks
Implementation of a Neural Network that can detect whether a video is in-game or not
Stars: ✭ 64 (+100%)
Mutual labels:  keras-tensorflow
FluxUtils.jl
Sklearn Interface and Distributed Training for Flux.jl
Stars: ✭ 12 (-62.5%)
Mutual labels:  estimator
faster rcnn
An implementation of Faster R-CNN applied to vehicle detection.
Stars: ✭ 22 (-31.25%)
Mutual labels:  keras-tensorflow
WGAN GP
Keras model and tensorflow optimization of 'improved Training of Wasserstein GANs'
Stars: ✭ 16 (-50%)
Mutual labels:  keras-tensorflow
deep-blueberry
If you've always wanted to learn about deep-learning but don't know where to start, then you might have stumbled upon the right place!
Stars: ✭ 17 (-46.87%)
Mutual labels:  keras-tensorflow
COVID-19-DETECTION
Detect Covid-19 with Chest X-Ray Data
Stars: ✭ 43 (+34.38%)
Mutual labels:  keras-tensorflow
Xtreme-Vision
A High Level Python Library to empower students, developers to build applications and systems enabled with computer vision capabilities.
Stars: ✭ 77 (+140.63%)
Mutual labels:  keras-tensorflow
CRNN-OCR-lite
Lightweight CRNN for OCR (including handwritten text) with depthwise separable convolutions and spatial transformer module [keras+tf]
Stars: ✭ 130 (+306.25%)
Mutual labels:  keras-tensorflow
Yellowbrick
Visual analysis and diagnostic tools to facilitate machine learning model selection.
Stars: ✭ 3,439 (+10646.88%)
Mutual labels:  estimator
Machine-Learning-Notebooks
15+ Machine/Deep Learning Projects in Ipython Notebooks
Stars: ✭ 66 (+106.25%)
Mutual labels:  keras-tensorflow
go-estimate
State estimation and filtering algorithms in Go
Stars: ✭ 98 (+206.25%)
Mutual labels:  estimator
KerasMNIST
Keras MNIST for Handwriting Detection
Stars: ✭ 25 (-21.87%)
Mutual labels:  keras-tensorflow
potato-disease-classification
Potato Disease Classification - Training, Rest APIs, and Frontend to test.
Stars: ✭ 95 (+196.88%)
Mutual labels:  keras-tensorflow
cnn-visualization-keras-tf2
Filter visualization, Feature map visualization, Guided Backprop, GradCAM, Guided-GradCAM, Deep Dream
Stars: ✭ 21 (-34.37%)
Mutual labels:  keras-tensorflow
uncertainty-wizard
Uncertainty-Wizard is a plugin on top of tensorflow.keras, allowing to easily and efficiently create uncertainty-aware deep neural networks. Also useful if you want to train multiple small models in parallel.
Stars: ✭ 39 (+21.88%)
Mutual labels:  keras-tensorflow

An Easy Guide to build new TensorFlow Datasets and Estimator with Keras Model

The repo contains the jupyter notebook for 2 related the blog posts

An Easy Guide to build new TensorFlow Datasets and Estimator with Keras Model keras_estimator_vgg16-cat_vs_dog.ipynb

How to leverage TensorFlow's TFRecord to train Keras model keras_estimator_vgg16-cat_vs_dog-TFRecord.ipynb

Dependencies

Python 3.5, numpy, tensorflow, pillow

How to Run

Run the python notebook by cd into the directory in command line then run

jupyter notebook

Select any of the two *.ipynb files in the browser

Happy coding! Leave a comment in my post if you have any question.

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