基于卷积神经网络的4位字母数字混合的验证码识别(可以部分识别手写字体,需要手写字训练集)
☆10Jun 17, 2018Updated 8 years ago
Alternatives and similar repositories for captchas_extract_recongnize
Users that are interested in captchas_extract_recongnize are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 手写体数字识别 卷积神经网络☆13Nov 27, 2019Updated 6 years ago
- 基于深度学习-卷积神经网络训练而成的模型来动态识别手写体数字识别, 准确率达到:99.64%☆12Mar 23, 2020Updated 6 years ago
- 经典推荐算法的python实现或使用,涵盖协同过滤、矩阵分解、gbdt+lr,以及Wide&Deep等深度推荐模型。☆10Feb 9, 2022Updated 4 years ago
- 采用了单纯的Softmax和CNN网络进行手写体数字识别,采用Keras框架的Sequential模型,里面涉及了卷积,池化,dropout,Dense,Flatten;对于手写数据集 获取方式也有说明,而不再不是用已经被官方弃用的方法;数据处理以及可视化数据和结果;模型的编…☆12Feb 19, 2019Updated 7 years ago
- Face Verification API☆11Sep 27, 2021Updated 4 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 毕设,人脸识别,ar贴纸,滤镜☆12May 23, 2018Updated 8 years ago
- huaweictf2020-xctf高校网络安全挑战赛☆17Dec 28, 2020Updated 5 years ago
- 英文手写体识别,如输入数据为手写英语作文扫描图片,经过模型给出该篇作文的文本形式。技术:OCR技术。应用场景:a) 高考等应试教育英语作文电子阅卷 ;b) 英文手写电子笔记的上传☆43Jan 3, 2019Updated 7 years ago
- 迎新系统。包括教务系统管理、学生信息管理、财务管理、宿舍管理、学校信息公布、管理员管理咨询、咨询者咨询、学生功能、现场迎新管理、迎新统计、权限管理 十一个模块。123☆12Aug 31, 2016Updated 10 years ago
- 本科毕设:基于金融知识图谱的推荐系统☆13May 11, 2024Updated 2 years ago
- 精通Matlab数字图像处理与识别配套 代码☆10Apr 20, 2019Updated 7 years ago
- 人脸识别系统数字图像处理大作业☆10Jan 8, 2020Updated 6 years ago
- 运用tensorflow2简单实现基于emnist数据集的手写英文字母和数字识别,同时是ResNet在tf2上的简单实现。☆26Feb 17, 2021Updated 5 years ago
- 基于用户的协同过滤(UserCF)与基于内容(CB)的推荐算法的后融合☆13Nov 20, 2020Updated 5 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- 网络安全课程作业收集☆15May 3, 2018Updated 8 years ago
- 基于知识图谱和推荐系统的药物靶标相互作用预测框架☆20Nov 26, 2022Updated 3 years ago
- e企查 | 金融科技服务平台企业数据的无监督分类系统-2020年第十一届中国大学生服务外包创新创业大赛A10赛题☆18Mar 8, 2023Updated 3 years ago
- 学生成绩管理系统,大二写的数据结构课程设计,用单向链表实现。编码格式是GB2312,目前实现功能:初始化、插入、修改、删除、排序、显示补考名单、显示优秀学生、输出、析构。后续也许会增加文件功能,补充流程图☆15Dec 5, 2020Updated 5 years ago
- 使用BERT预训练语言模型获取评论文本的向量表示,通过Bi-GRU网络学习其中的语义特征,分别采用情感权重和注意力机制来为评论向量分配权重,动态调节其对用户特征和产品特征的影响程度,并以加权求和的方式获得用户特征和产品特征,最后利用DeepFM算法对用户特征和产品特征进行深…☆16Mar 28, 2023Updated 3 years ago
- 毕业设计,人脸识别与跟踪☆16May 4, 2016Updated 10 years ago
- springboot280基于Springboot+Vue的旅游推荐系统设计与实现-毕业源码案例设计☆22Mar 14, 2024Updated 2 years ago
- This repository is for the Computer Vision Nano-degree Program from Udacity.☆11Aug 30, 2024Updated 2 years ago
- 本课题为基于MATLAB的不变矩答题卡识别。可识别学号,学科,答案,并进行分数统计,以及判断是否及格。后台可设置标准excel答案。经过灰度变换形成灰度图像、二值化处理、图像滤波、边缘检测、hough变换等预处理。带GUI交互式界面。 3、识别原理:计算出了单选选择答案后,…☆14Oct 13, 2021Updated 4 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- 把jsp的cmdshell升级为冰蝎一句话☆10Sep 23, 2019Updated 6 years ago
- 股吧情绪倾向量化DEMO(毕业设计+机器学习课程project)☆15Apr 11, 2015Updated 11 years ago
- AI 闭环开发 ESP32 固件,创意到硬件轻松实现 /AI Closed-Loop Development of ESP32 Firmware: From Idea to Hardware with Ease.☆25Updated this week
- GAN Step By Step -- GSBS,顾名思义,我希望我自己能够一步一步的学习GAN。GAN 又名 生成对抗网络,是最近几年很热门的一种无监督算法,他能生成出非常逼真的照片,图像甚至视频。GAN是一个图像的全新的领域,从2014的GAN的发展现在,在计算机视觉中…☆11Jan 11, 2023Updated 3 years ago
- 基于深度学习的推荐系统算法库☆17Dec 28, 2018Updated 7 years ago
- 书籍《Python3 反爬虫原理与绕过实战》中基于卷积神经网络实现的验证码识别案例☆25May 7, 2019Updated 7 years ago
- 图书推荐系统比赛技术报告、代码及文档☆18Mar 2, 2022Updated 4 years ago
- 基于知识图谱的出版物检索和推荐系统☆23Aug 10, 2018Updated 8 years ago
- 很好用的tnn classify demo☆11Mar 24, 2021Updated 5 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- ☆10Mar 24, 2024Updated 2 years ago
- 2020srp project in SCUT!!!!!!!!!☆29May 15, 2021Updated 5 years ago
- 交通标志识别 本科毕设☆25May 5, 2016Updated 10 years ago
- 动手学推荐系统-源代码.rar☆29Jan 15, 2024Updated 2 years ago
- 医学图像识别(二分类)☆25Apr 10, 2020Updated 6 years ago
- extractor chinese synonyms in large corpus☆11Jul 20, 2016Updated 10 years ago
- An E2E tutorial to create a video game controller by creating a custom pose classifier using TF Lite.☆12Feb 6, 2024Updated 2 years ago