验证码识别matlab代码DC-DOPF-CET的双重共识ADMM 这个项目/研究怎么样? This study is using alternating direction method of multipliers (ADMM) approach for solving the direct current dynamic optimal power flow with carbon emission trading (DC-DOPF-CET) problem. In this study, we focus on the impact of parameter rou and miu, the number of elements in the consensus variable, the number of subsystems and the scale of power systems on the convergence performance. In order to verify the performance of our proposed algorithms
2022-01-11 19:45:13 6.9MB 系统开源
1
基于 LibSVM 的验证码识别
2022-01-06 18:12:30 1.12MB 识别 验证码 验证码识别
MATLAB数字验证码。GUI界面。数字验证码为测试对象。源码。
2022-01-04 11:29:53 825KB matlab
1
四川大学本科教务系统验证码识别 具体使用详见 。 使用1000个样本测试,准确率有60%,由于输错验证码不会导致账号被锁定,故可作登录用途。 下载: 应用实例: 登录免验证码(书签)(脚本文件链接,建议下载脚本后再修改使用) [removed] function login_without_captcha ( c ) { if ( c > 20 ) { alert ( 'fail to recognize!' ) ; } else { c ++ ; var usr = document . getElementById ( 'input_username' ) . value ; var pwd = document . getElementById ( 'input_password' ) . value ; getCaptcha ( ) . then ( res => getL
2021-12-30 11:46:37 3.29MB 系统开源
1
项目介绍 该项目基于CNN + BLSTM + CTC实现验证码识别。 该项目仅适用于部署模型,如果您需要训练模型,请转到 知情的 默认的require.txt将安装CPU版本,将“ requirements.txt”从“ TensorFlow”更改为“ TensorFlow-GPU”以切换到GPU版本,使用GPU版本安装相应的CUDA和cuDNN。 demo.py:有关如何调用预测方法的示例。 模型文件夹文件夹用于存储模型配置文件,例如model.yaml。 graph文件夹用于存储编译的模型,例如model.pb 部署服务将自动加载模型配置中的所有模型。 添加新模型配置后,将自动加
2021-12-26 19:06:46 1.39MB ocr tensorflow captcha verification-code
1
用于制作验证码识别库,包含了各种语言调用识别的例子,我自己也用这个,会用的话,普遍的验证码识别能达到80-90左右,而且是完全免费!!
2021-12-25 18:20:28 15.62MB 验证码 识别库 易语言 完美
1
该为人工智能课堂上演讲的,内容为基于卷积神经网络的验证码识别。
2021-12-24 16:15:05 1.73MB 人工智能 验证码识别
1
本资源是 https://github.com/nickliqian/cnn_captcha 这个github项目的代码的一个实现,修改了一些参数,并把模型一同放出,(github项目中没有模型)
2021-12-17 11:26:22 213.87MB 验证码识别 深度学习
1