Skip to content

Simple example of Convolutional Neural Network, built by Tensorflow, with custom dataset as part of a blog post

Notifications You must be signed in to change notification settings

eManPrague/tensorflow-python-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple example of Convolutional Neural Network, built by Tensorflow, with custom dataset

Convolutional Neural Network are current state of the art for image classification. Let's look how we can build one. 👍 You can find here examples of high level and low level Tensorflow implementations.

The Convolutional Neural Network recognizes a dug toy from our custom dataset. Yes, you can change dataset and train your own CNN.

You'll find here

  • How to define Tensorflow graph
  • How to train the network with custom dataset
  • How to freeze the model to .tflite

Network Architecture

Note

About

Simple example of Convolutional Neural Network, built by Tensorflow, with custom dataset as part of a blog post

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages