All Projects → deepblacksky → Vgg_tensorflow

deepblacksky / Vgg_tensorflow

VGGNet implemented by tensorflow

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Vgg tensorflow

Tensorflow2.0 Examples
🙄 Difficult algorithm, Simple code.
Stars: ✭ 1,397 (+5074.07%)
Mutual labels:  tensorflow-examples, vgg16
Machine Learning Collection
A resource for learning about ML, DL, PyTorch and TensorFlow. Feedback always appreciated :)
Stars: ✭ 883 (+3170.37%)
Mutual labels:  tensorflow-examples
Cppflow
Run TensorFlow models in C++ without installation and without Bazel
Stars: ✭ 357 (+1222.22%)
Mutual labels:  tensorflow-examples
Examples
TensorFlow examples
Stars: ✭ 5,663 (+20874.07%)
Mutual labels:  tensorflow-examples
Dr.sure
🏫DeepLearning学习笔记以及Tensorflow、Pytorch的使用心得笔记。Dr. Sure会不定时往项目中添加他看到的最新的技术,欢迎批评指正。
Stars: ✭ 365 (+1251.85%)
Mutual labels:  tensorflow-examples
Android Tensorflow Lite Example
Android TensorFlow Lite Machine Learning Example
Stars: ✭ 681 (+2422.22%)
Mutual labels:  tensorflow-examples
Fire Detection Cnn
real-time fire detection in video imagery using a convolutional neural network (deep learning) - from our ICIP 2018 paper (Dunnings / Breckon) + ICMLA 2019 paper (Samarth / Bhowmik / Breckon)
Stars: ✭ 340 (+1159.26%)
Mutual labels:  tensorflow-examples
Tensorflow Find Object
📸 A simple application to demonstrate TensorflowJS using mobile net model to predict objects via camera API.
Stars: ✭ 12 (-55.56%)
Mutual labels:  tensorflow-examples
My Tensorflow Tutorials
This repo contains all of my TensorFlow tutorials
Stars: ✭ 795 (+2844.44%)
Mutual labels:  tensorflow-examples
Age Gender Estimate Tf
Face age and gender estimate using TensorFlow
Stars: ✭ 510 (+1788.89%)
Mutual labels:  tensorflow-examples
Docs
TensorFlow documentation
Stars: ✭ 4,999 (+18414.81%)
Mutual labels:  tensorflow-examples
Daily Deeplearning
🔥机器学习/深度学习/Python/算法面试/自然语言处理教程/剑指offer/machine learning/deeplearning/Python/Algorithm interview/NLP Tutorial
Stars: ✭ 381 (+1311.11%)
Mutual labels:  tensorflow-examples
Machine Learning
머신러닝 입문자 혹은 스터디를 준비하시는 분들에게 도움이 되고자 만든 repository입니다. (This repository is intented for helping whom are interested in machine learning study)
Stars: ✭ 705 (+2511.11%)
Mutual labels:  tensorflow-examples
Tensorflow chessbot
Predict chessboard FEN layouts from images using TensorFlow
Stars: ✭ 362 (+1240.74%)
Mutual labels:  tensorflow-examples
Tensorflow object detection tflite
This is a repo for training and implementing the mobilenet-ssd v2 to tflite with c++ on x86 and arm64
Stars: ✭ 24 (-11.11%)
Mutual labels:  tensorflow-examples
Cnn Models
ImageNet pre-trained models with batch normalization for the Caffe framework
Stars: ✭ 355 (+1214.81%)
Mutual labels:  vgg16
Food Recipe Cnn
food image to recipe with deep convolutional neural networks.
Stars: ✭ 448 (+1559.26%)
Mutual labels:  vgg16
Keras Yolov3 Mobilenet
I transfer the backend of yolov3 into Mobilenetv1,VGG16,ResNet101 and ResNeXt101
Stars: ✭ 552 (+1944.44%)
Mutual labels:  vgg16
Neural Image Captioning
Implementation of Neural Image Captioning model using Keras with Theano backend
Stars: ✭ 12 (-55.56%)
Mutual labels:  vgg16
Vgg16 Pytorch
VGG16 Net implementation from PyTorch Examples scripts for ImageNet dataset
Stars: ✭ 26 (-3.7%)
Mutual labels:  vgg16

VGG_tensorflow

this code implement VGG16 network by this paper.

graph

Training

first training

use the pre_trained convolution layer parameters, and train the FC layer parameters

Result

second training

Do not use the pre-trained parameter, the network train all parameters

Result

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