All Projects → liush5 → tensorflow-example

liush5 / tensorflow-example

Licence: other
Tensorflow-example:使用MNIST训练模型,并识别手写数字图片

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to tensorflow-example

PaperSynth
Handwritten text to synths!
Stars: ✭ 18 (-30.77%)
Mutual labels:  mnist, handwriting-recognition
standalone-configuration-management
Basic examples of how to use each of chef, puppet, salt and ansible as standalone configuration management systems.
Stars: ✭ 14 (-46.15%)
Mutual labels:  examples
tldr
Simplified and community-driven man pages (tldr-pages) in a single binary.
Stars: ✭ 33 (+26.92%)
Mutual labels:  examples
k6-example-data-generation
Example repository showing how to utilise k6 and faker to load test using generated data
Stars: ✭ 32 (+23.08%)
Mutual labels:  examples
stm8-bare-min
Tiny peripheral library for STM8 microcontrolles
Stars: ✭ 103 (+296.15%)
Mutual labels:  examples
GeoStatsTutorials
GeoStats.jl tutorials
Stars: ✭ 49 (+88.46%)
Mutual labels:  examples
understanding-gradle
The Understanding Gradle video series introduces the concepts of the Gradle Build Tool one-by-one in short videos.
Stars: ✭ 147 (+465.38%)
Mutual labels:  examples
hebi-matlab-examples
Examples for the HEBI Robotics API for MATLAB
Stars: ✭ 20 (-23.08%)
Mutual labels:  examples
community datasets
Example datasets and dashboards known to work well in OmniSci
Stars: ✭ 14 (-46.15%)
Mutual labels:  examples
react-samples
Multi-project repository containing examples to explain react concepts.
Stars: ✭ 25 (-3.85%)
Mutual labels:  examples
assembly-examples
assembly-examples
Stars: ✭ 23 (-11.54%)
Mutual labels:  examples
poc-github-actions
Various proofs of concept examples using Github Actions 🤖
Stars: ✭ 103 (+296.15%)
Mutual labels:  examples
vercel-examples
📦 Example projects using Vercel platform. Using Node.js, PHP and others.
Stars: ✭ 205 (+688.46%)
Mutual labels:  examples
DataScience ArtificialIntelligence Utils
Examples of Data Science projects and Artificial Intelligence use cases
Stars: ✭ 302 (+1061.54%)
Mutual labels:  examples
gans-2.0
Generative Adversarial Networks in TensorFlow 2.0
Stars: ✭ 76 (+192.31%)
Mutual labels:  mnist
design-patterns-cookbook
Design Patterns in simple words with examples on PHP
Stars: ✭ 26 (+0%)
Mutual labels:  examples
go-interfaces
This repos has lots of Go interface usage and best practice examples
Stars: ✭ 112 (+330.77%)
Mutual labels:  examples
elm-ui-examples
Examples applications for Elm-UI
Stars: ✭ 33 (+26.92%)
Mutual labels:  examples
tensorflow-mnist-AAE
Tensorflow implementation of adversarial auto-encoder for MNIST
Stars: ✭ 86 (+230.77%)
Mutual labels:  mnist
Game-Examples
Godot game examples for gotm.io - the Godot Platform!
Stars: ✭ 27 (+3.85%)
Mutual labels:  examples

tensorflow-example-by-MNIST

Two simple tensorflow examples:Predict handwriting images by using MNIST

参考博客内容,尝试写了2个用tensorflow 解析手写数字图片的示例。体验了一下tensorflow框架。

  • example1:
    1.先用model1.py使用MNIST数据集训练并保存模型。

    2.在用predict1.py 解析手写数字图片并调用模型文件识别图片中的数字。

  • example2:
    1.先用model2.py使用MNIST数据集训练并保存模型。

    2.在用predict2.py 解析手写数字图片并调用模型文件识别图片中的数字。

调试中遇到的主要问题:

使用Spyder IDE调试代码是遇到“python kernel died”问题,导致调用模型时一直打印找不到参数的error,后在CMD中直接敲python命令运行代码ok。

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