All Projects → MindorksOpenSource → Androidtensorflowmnistexample

MindorksOpenSource / Androidtensorflowmnistexample

Licence: apache-2.0
Android TensorFlow MachineLearning MNIST Example (Building Model with TensorFlow for Android)

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Androidtensorflowmnistexample

Androidtensorflowmachinelearningexample
Android TensorFlow MachineLearning Example (Building TensorFlow for Android)
Stars: ✭ 1,369 (+204.9%)
Mutual labels:  deep-neural-networks, deeplearning, tensorflow-tutorials, deep-learning-tutorial, tensorflow-models
Letslearnai.github.io
Lets Learn AI
Stars: ✭ 33 (-92.65%)
Mutual labels:  deep-neural-networks, tensorflow-tutorials, deep-learning-tutorial, tensorflow-models
Relativistic Average Gan Keras
The implementation of Relativistic average GAN with Keras
Stars: ✭ 36 (-91.98%)
Mutual labels:  deeplearning, mnist, deep-learning-tutorial
Dlpython course
Примеры для курса "Программирование глубоких нейронных сетей на Python"
Stars: ✭ 266 (-40.76%)
Mutual labels:  deep-neural-networks, tensorflow-tutorials, deep-learning-tutorial
Deeplearning.ai
deeplearning.ai , By Andrew Ng, All video link
Stars: ✭ 625 (+39.2%)
Mutual labels:  deep-neural-networks, deeplearning, deep-learning-tutorial
Machine learning lectures
Collection of lectures and lab lectures on machine learning and deep learning. Lab practices in Python and TensorFlow.
Stars: ✭ 118 (-73.72%)
Mutual labels:  deep-neural-networks, tensorflow-tutorials, deep-learning-tutorial
Machine Learning Tutorials
machine learning and deep learning tutorials, articles and other resources
Stars: ✭ 11,692 (+2504.01%)
Mutual labels:  deep-neural-networks, deeplearning, deep-learning-tutorial
Deep Learning In Production
In this repository, I will share some useful notes and references about deploying deep learning-based models in production.
Stars: ✭ 3,104 (+591.31%)
Mutual labels:  deep-neural-networks, tensorflow-models
Bmw Tensorflow Inference Api Gpu
This is a repository for an object detection inference API using the Tensorflow framework.
Stars: ✭ 277 (-38.31%)
Mutual labels:  deep-neural-networks, tensorflow-models
Yolo V2 Pytorch
YOLO for object detection tasks
Stars: ✭ 302 (-32.74%)
Mutual labels:  deep-neural-networks, deeplearning
Tensorflow Open nsfw
Tensorflow Implementation of Yahoo's Open NSFW Model
Stars: ✭ 338 (-24.72%)
Mutual labels:  deep-neural-networks, tensorflow-models
tensorflow-face-object-detector-tutorial
How to train a Tensorflow face object detection model
Stars: ✭ 63 (-85.97%)
Mutual labels:  tensorflow-tutorials, tensorflow-models
VAE-Gumbel-Softmax
An implementation of a Variational-Autoencoder using the Gumbel-Softmax reparametrization trick in TensorFlow (tested on r1.5 CPU and GPU) in ICLR 2017.
Stars: ✭ 66 (-85.3%)
Mutual labels:  mnist, deeplearning
tensorflow-basics
A few TensorFlow techniques I'm saving for future reference.
Stars: ✭ 13 (-97.1%)
Mutual labels:  tensorflow-tutorials, tensorflow-models
Tensorflow-Wide-Deep-Local-Prediction
This project demonstrates how to run and save predictions locally using exported tensorflow estimator model
Stars: ✭ 28 (-93.76%)
Mutual labels:  tensorflow-tutorials, tensorflow-models
Mnist Android Tensorflow
Handwritten digits classification from MNIST with TensorFlow on Android; Featuring Tutorial!
Stars: ✭ 328 (-26.95%)
Mutual labels:  tensorflow-tutorials, mnist
Pytorch Tutorials Examples And Books
PyTorch1.x tutorials, examples and some books I found 【不定期更新】整理的PyTorch 1.x 最新版教程、例子和书籍
Stars: ✭ 346 (-22.94%)
Mutual labels:  deeplearning, deep-learning-tutorial
Tensorflow Project Template
A best practice for tensorflow project template architecture.
Stars: ✭ 3,466 (+671.94%)
Mutual labels:  tensorflow-tutorials, deep-learning-tutorial
Magnet
Deep Learning Projects that Build Themselves
Stars: ✭ 351 (-21.83%)
Mutual labels:  deep-neural-networks, deeplearning
Action Recognition Visual Attention
Action recognition using soft attention based deep recurrent neural networks
Stars: ✭ 350 (-22.05%)
Mutual labels:  deep-neural-networks, deeplearning

Android TensorFlow MNIST Machine Learning Example

Mindorks Mindorks Community Open Source Love License

About Android TensorFlow Machine Learning MNIST Example

  • This is an example project for creating machine learning model for MNIST to detect hand written digits.
  • Check this project for building tensorFlow for Android.
  • Now, there is no need to build the library as the it is now available through maven. Check this pull request.

Read this article. It describes everything about creating custom model for Android using TensorFlow.

Check the Android TensorFlow Lite Machine Learning Example.


How to train model?

To create model by yourself, install TensorFlow and run python scripts like

    $ python mnist.py

Find this project useful ? ❤️

  • Support it by clicking the ⭐️ button on the upper right of this page. ✌️

Credits

  • The classifier example has been taken from Google TensorFlow example.
  • The custom drawing view used in this project is taken from here.

Check out Mindorks awesome open source projects here

License

   Copyright (C) 2017 MINDORKS NEXTGEN PRIVATE LIMITED

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

Contributing to Android TensorFlow MNIST Machine Learning Example

All pull requests are welcome, make sure to follow the contribution guidelines when you submit pull request.

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