jiang-congcong / Handwriting-Recognition-by-CNNLinks
卷积神经网络实现手写体识别
☆9Updated 6 years ago
Alternatives and similar repositories for Handwriting-Recognition-by-CNN
Users that are interested in Handwriting-Recognition-by-CNN are comparing it to the libraries listed below
Sorting:
- 【Numpy 手写实现】SVM 支持向量机 | KNN K近邻 | Kmeans | Logistic Regression 逻辑回归 | Maximum Entropy 最大熵 | Naive Bayes 朴素贝叶斯 | Perception 感知机 | Decision…☆208Updated 5 years ago
- 利用Python实现三层BP神经网络☆82Updated 7 years ago
- 这里主要存放做过的深度学习的一些实战项目☆34Updated 5 years ago
- 利用ID3决策树预测患糖尿病的可能性☆16Updated 4 years ago
- 支持向量机的python实现☆46Updated 9 years ago
- 机器学习预测系统汇总:包括贝叶斯网络、马尔科夫模型、线性回归、岭回归、多项式回归、决策树回归、深度神经网络预测☆76Updated 5 years ago
- 利用sklearn实现机器学习算法:线性回归、逻辑回归、决策树、随机森林、SVM等☆169Updated 5 years ago
- 数据特征工程、各种机器学习回归模型、回归数据预处理☆44Updated 5 years ago
- 用 jupyter notebook做的一些机器学习项目☆86Updated 5 years ago
- Regression prediction of time series data using LSTM, SVM and random forest. 使用LSTM、SVM、随机森林对时间序列数据进行回归预测,注释拉满。☆191Updated 5 years ago
- 一些机器学习算法的demo。普通最小二乘法,决策树(Iris鸢尾花数据集),KNN(mnist手写数字数据集),朴素贝叶斯分类西瓜数据集,trec06c数据集垃圾邮件分类(spam),逻辑斯蒂回归,随机梯度下降SGD与全梯度下降的对比,mnist中8和9的二分类,泰坦尼克号…☆181Updated 6 years ago
- Python 基于BP神经网络实现鸢尾花的分类☆350Updated 4 years ago
- 使用pyhton3语言对机器学习算法中的K近邻算法、线性回归、多项式回归、逻辑回归、PCA、SVM、决策树、随机森林、集成学习、boosting 等进行了算法的实现以及实验分析☆45Updated 6 years ago
- TensorFlow CNN卷积神经网络实现人脸性别检测☆177Updated 6 years ago
- 机器学习算法超参数的优化方法——基于hyperopt和bayes_opt☆14Updated 6 years ago
- 深度学习的实战项目☆320Updated 4 years ago
- 客流量时间序列预测模型☆125Updated 3 years ago
- 深度学习代码☆132Updated 5 years ago
- 支持向量机(SVM)——分类预测,包括多分类问题,核函数调参,不平衡数据问题,特征降维,网格搜索,管道机制,学习曲线,混淆矩阵,AUC曲线等☆52Updated 7 years ago
- [大数据课程作业]分别采用神经网络、线性回归、SVM方法预测学生成绩☆45Updated 6 years ago
- 记录小润了解的各种机器学习算法的实现以及基础概念,包括有监督学习,无监督学习,分类,聚类,回归;神经元模型,多层感知器,BP算法;损失函数,激活函数,梯度下降法;全连接网络、卷积神经网络、递归神经网络;训练集,测试集,交叉验证,欠拟合,过拟合;数据规范化等☆155Updated 8 years ago
- 基于TensorFlow的深度学习、深度增强学习代码:NN(传统神经网络)、CNN(卷积神经网络)、RNN(递归神经网络)、LSTM(长短期记忆网络)、GAN(生成对抗网络)、DRL(深度增强学习)☆54Updated 7 years ago
- 使用bp神经网络预测股票价格。BP neural network is used to predict the stock price.☆37Updated 5 years ago
- NLP自然语言处理学习汇总☆47Updated 4 years ago
- 数据预处理过程(属性选择, 异常值处理, 归一化, 标准化等)☆63Updated 4 years ago
- Python 建立的BP神经网络处理预测相关公交线路数据☆37Updated 7 years ago
- 集成学习Stacking方法详解☆75Updated 5 years ago
- 聚类算法k-means的简单实现☆39Updated 6 years ago
- 神经网络课程的实验,包括用感知器实现莺尾花分类,BP神经网络实现水果分类,RBF网络实现拟合函数,Hopfiled网络实现数字识别。里面包含一个简单的GUI,初学wxpython,只是实现一个事件绑定这样的功能,很简单。☆7Updated 4 years ago
- 统计分析课程实验作业/包含《统计分析方法》中因子分析,主成分分析,Kmeans聚类等典型算法的手写实现☆76Updated 5 years ago