All Projects → jaehosung → Tensorflow Mnist Tutorial

jaehosung / Tensorflow Mnist Tutorial

MNIST classification in Tensorflow using Django

Projects that are alternatives of or similar to Tensorflow Mnist Tutorial

Tensorflow chessbot
Predict chessboard FEN layouts from images using TensorFlow
Stars: ✭ 362 (+905.56%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials
Docs
TensorFlow documentation
Stars: ✭ 4,999 (+13786.11%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials
Daily Deeplearning
🔥机器学习/深度学习/Python/算法面试/自然语言处理教程/剑指offer/machine learning/deeplearning/Python/Algorithm interview/NLP Tutorial
Stars: ✭ 381 (+958.33%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials
Dlpython course
Примеры для курса "Программирование глубоких нейронных сетей на Python"
Stars: ✭ 266 (+638.89%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials
Tensorflow 2.x Tutorials
TensorFlow 2.x version's Tutorials and Examples, including CNN, RNN, GAN, Auto-Encoders, FasterRCNN, GPT, BERT examples, etc. TF 2.0版入门实例代码,实战教程。
Stars: ✭ 6,088 (+16811.11%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials
Deep reinforcement learning course
Implementations from the free course Deep Reinforcement Learning with Tensorflow and PyTorch
Stars: ✭ 3,232 (+8877.78%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials
Introtodeeplearning
Lab Materials for MIT 6.S191: Introduction to Deep Learning
Stars: ✭ 4,955 (+13663.89%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials
Tensorflow 101
TensorFlow Tutorials
Stars: ✭ 2,565 (+7025%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials
Machine Learning
머신러닝 입문자 혹은 스터디를 준비하시는 분들에게 도움이 되고자 만든 repository입니다. (This repository is intented for helping whom are interested in machine learning study)
Stars: ✭ 705 (+1858.33%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials
Machine Learning Book
《机器学习宝典》包含:谷歌机器学习速成课程(招式)+机器学习术语表(口诀)+机器学习规则(心得)+机器学习中的常识性问题 (内功)。该资源适用于机器学习、深度学习研究人员和爱好者参考!
Stars: ✭ 616 (+1611.11%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials
Presentations
Collection of presentations for advanced Python topics
Stars: ✭ 264 (+633.33%)
Mutual labels:  jupyter-notebook, django
Tensorflow Tutorial
Some interesting TensorFlow tutorials for beginners.
Stars: ✭ 893 (+2380.56%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials
Docs L10n
Translations of TensorFlow documentation
Stars: ✭ 262 (+627.78%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials
Tf tutorial plus
Tutorials for TensorFlow APIs the official documentation doesn't cover
Stars: ✭ 293 (+713.89%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials
Deeppicar
Deep Learning Autonomous Car based on Raspberry Pi, SunFounder PiCar-V Kit, TensorFlow, and Google's EdgeTPU Co-Processor
Stars: ✭ 242 (+572.22%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials
Tensorflow learning notes
tensorflow学习笔记,来源于电子书:《Tensorflow实战Google深度学习框架》
Stars: ✭ 403 (+1019.44%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials
Tensorflow Deep Learning
All course materials for the Zero to Mastery Deep Learning with TensorFlow course.
Stars: ✭ 170 (+372.22%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials
Ownphotos
Self hosted alternative to Google Photos
Stars: ✭ 2,587 (+7086.11%)
Mutual labels:  jupyter-notebook, django
Generative Adversarial Networks
Introduction to generative adversarial networks, with code to accompany the O'Reilly tutorial on GANs
Stars: ✭ 505 (+1302.78%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials
Seq2seq Signal Prediction
Signal forecasting with a Sequence-to-Sequence (seq2seq) Recurrent Neural Network (RNN) model in TensorFlow - Guillaume Chevalier
Stars: ✭ 890 (+2372.22%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials

tensorflow-mnist-tutorial

MNIST classification in Tensorflow using Django

https://tensorflow-mnist-tutorial.herokuapp.com/ => It might take some time to load this webpage. Please wait :)

https://www.youtube.com/watch?v=oaSu3NjladU

Requirements

  • Python 3
  • Tensorflow > 0.12
  • Numpy
  • Django (2, 0, 1, 'final', 0)

Training

python train.py

Run Server

python manage.py runserver 0.0.0.0:8000

Deploy to Heroku

$ heroku apps:create [NAME]
$ git push heroku master

References

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