设计 任务书 文档 开题 答辩 说明书 格式 模板 外文 翻译 范文 资料 作品 文献 课程 实习 指导 调研 下载 网络教育 计算机 网站 网页 小程序 商城 购物 订餐 电影 安卓 Android Html Html5 SSM SSH Python 爬虫 大数据 管理系统 图书 校园网 考试 选题 网络安全 推荐系统 机械 模具 夹具 自动化 数控 车床 汽车 故障 诊断 电机 建模 机械手 去壳机 千斤顶 变速器 减速器 图纸 电气 变电站 电子 Stm32 单片机 物联网 监控 密码锁 Plc 组态 控制 智能 Matlab 土木 建筑 结构 框架 教学楼 住宅楼 造价 施工 办公楼 给水 排水 桥梁 刚构桥 水利 重力坝 水库 采矿 环境 化工 固废 工厂 视觉传达 室内设计 产品设计 电子商务 物流 盈利 案例 分析 评估 报告 营销 报销 会计
 首 页 机械毕业设计 电子电气毕业设计 计算机毕业设计 土木工程毕业设计 视觉传达毕业设计 理工论文 文科论文 毕设资料 帮助中心 设计流程 
垫片
您现在所在的位置:首页 >>计算机毕业设计 >> 文章内容
                 
垫片
   我们提供全套毕业设计和毕业论文服务,联系微信号:biyezuopin QQ:2922748026   
基于机器学习TensorFlow人工智能框架实现的手写数字识别系统 毕业论文+任务书开题报告+外文翻译及原文+项目源码及数据集
文章来源:www.biyezuopin.vip   发布者:毕业作品网站  

摘 要

时下人工智能蔚然成风,作为新型生产要素,在各个领域都极大地推动了经济发展,预示着社会经济将取得巨大增长和和人类潜能将得到深度开发。实现人工智能的手段即为机器学习,而机器学习领域中的一个重要问题就是手写字符的识别。手写数字识别的应用包括邮件分拣,银行支票处理,表格数据输入等。问题的核心在于开发能够识别手写数字的有效算法的能力,并且用户通过该方式提交扫描仪,平板电脑和其他数字设备来完成手写数字的识别。但因个人手写数字特征的千差万别,造成了现有手写数字识别系统的识别准确率普遍较低。

本文旨在通过使用Google研发的Tensorflow人工智能框架,分别搭建Softmax回归模型和卷积神经网络模型,并比较两者的识别率高低。本系统使用的手写数字数据集是MNIST数据集,该数据集分为三部分:55000行训练数据集、10000 行测试数据集、以及5000行的验证数据集。每个测试集的图像的长和宽各为28个像素点,测试集的标签表示该图像是哪个数字。经过搭建、训练、使用两个模型,Softmax回归模型和卷积神经网络模型对手写数字的识别率分别为91.92%和99.13%,卷积神经网络的识别率已经达到了可以实际应用的程度。本文为人工智能的手写数字识别的发展提供了一定的理论价值和科研依据。

关键词:机器学习,手写数字识别,TensorFlow,Softmax,CNN


ABSTRACT

Nowadays, artificial intelligence has become a common and hottest trend. As a new type of production factor, it has greatly promoted economic development in various fields, indicating that the social economy will achieve tremendous growth and human potential will be deeply developed. The ways to achieve artificial intelligence is machine learning, and an important issue in the field of machine learning is the recognition of handwritten characters. Applications for handwritten digit recognition include mail sorting, bank check processing, form data entry, etc. At the core of the problem is the ability to develop efficient algorithms that recognize handwritten numbers, and in this way users submit it to scanners, tablets and other digital devices to perform handwritten digit recognition. However, due to the wide variety of personal handwritten digital features, the recognition accuracy of existing handwritten digit recognition systems is generally low.

This paper aims to build a Softmax regression model and a convolutional neural network model by using the Tensorflow artificial intelligence framework developed by Google, and compare the recognition rates of both model. The handwritten digital dataset used in this topic is the MNIST dataset. The dataset is divided into three parts: 55,000 rows of training datasets, 10,000 rows of test datasets, and 5000 rows of validation datasets. The length and width of the image for each test set are each 28 pixels, and the label of the test set indicates which number the image is. After constructin、training and applying those models, the recognition rates of handwritten numbers by Softmax regression model and convolutional neural network model are 91.92% and 99.13%, respectively. The recognition rate of convolutional neural network has reached the level of practical application. This paper provides a certain theoretical value and scientific research basis for the development of artificial intelligence handwritten digit recognition.

KEY WORDS: Machine Learning,Handwritten digits recognition, TensorFlow, Softmax, CNN,



3.5.1 Anaconda介绍

3.5.2 Conda介绍

3.6 本章小结

第四章 系统的设计与实现

4.1 Softmax Regression

4.1.1回归模型介绍

4.1.2 Softmax Regression算法介绍

4.1.3 Softmax Regression模型实现

4.1.4 Softmax Regression模型训练

4.1.5 Softmax Regression模型评估

4.1.6 Softmax Regression代码

4.2 Convolutional Neural Networks模型

4.2.1 CNN模型介绍

4.2.2 CNN结构

4.2.3 CNN的训练过程

4.2.4 CNN代码

4.3 Flask框架

4.3.1 JSON介绍

4.3.2 JSON in API

4.3.3 Request

4.4 WEB网页设计

4.5 Ajax

4.6 本章小结

第五章 系统测试

5.1软件测试介绍

5.2 QA介绍

5.3 系统测试

5.4本章小结

展望与总结

致 谢

参考文献

附 录































  全套毕业设计论文现成成品资料请咨询微信号:biyezuopin QQ:2922748026     返回首页 如转载请注明来源于www.biyezuopin.vip  

                 

打印本页 | 关闭窗口
本类最新文章
基于Python的在线自主考试系 基于腾讯云的个人知识库管理系统 基于Android的酒店预定系统
基于matlab变频器控制交流电 基于微信小程序的家校联动平台管理 基于时频分析与自适应滤波技术的多
| 关于我们 | 友情链接 | 毕业设计招聘 |

Email:biyeshejiba@163.com 微信号:biyezuopin QQ:2922748026  
本站毕业设计毕业论文资料均属原创者所有,仅供学习交流之用,请勿转载并做其他非法用途.如有侵犯您的版权有损您的利益,请联系我们会立即改正或删除有关内容!