Skip to content

nalsil/TensorflowSimApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Learning for Mobile::DL4Mobile

This app was implemented using a learned model from TensorFlow. The basic implementation uses the educational sample of Professor Kim Sung-hoon, professor of "Deep Learning for Everyone(DeepLearningZeroToAll)" (https://hunkim.github.io/ml/) to create a model file, and provides a sample using the optimized model. Machine learning algorithms that are not part of the lecture are also implemented step-by-step on mobile.

Google play store: https://play.google.com/store/apps/details?id=com.nalsil.tensorflowsimapp

Reference free ebook: Building Mobile Applications with TensorFlow(http://www.oreilly.com/data/free/building-mobile-applications-with-tensorflow.csp\)

The source implemented with Tensorflow is as follows.