laidefa / Keras_Minist_CNN
keras搭建卷积神经网络模型
☆11Updated 7 years ago
Alternatives and similar repositories for Keras_Minist_CNN:
Users that are interested in Keras_Minist_CNN are comparing it to the libraries listed below
- 支持向量机的python实现☆46Updated 9 years ago
- 机器学习部分算法实现,分类、聚类、回归(LR、Kmeans、GMM、PCA)☆11Updated 6 years ago
- 神经网络结构可变的BP回归☆12Updated 7 years ago
- 使用5-6个模型(可以是knn svm 贝叶斯等等)用投票的方式做一个集成学习对MNIST数据集进行分类。☆24Updated 6 years ago
- Python 基于BP神经网络实现鸢尾花的分类☆344Updated 4 years ago
- 智能优化算法☆27Updated 6 years ago
- 简单的BP神经网络Python实现,自定义神经元层数和数量,单次输入/输出均为一维列表☆10Updated 6 years ago
- 采用SVM实现图片的多分类☆19Updated 6 years ago
- 支持向量机(SVM)——分类预测,包括多分类问题,核函数调参,不平衡数据问题,特征降维,网格搜索,管道机制,学习曲线,混淆矩阵,AUC曲线等☆52Updated 7 years ago
- 使用HOG+SVM进行图像分类☆163Updated 6 years ago
- 利用Python实现三层BP神经网络☆81Updated 6 years ago
- 集成学习Stacking方法详解☆72Updated 5 years ago
- 支持向量机,Support Vector Machine(SVM),多类分类☆31Updated 8 years ago
- 基于iris数据集进行四种机器学习算法(决策树、朴素贝叶斯、随机森林、支持向量机SVM)的训练,使用交叉检验(Cross-validation)对比了各算法的预测准确率。☆21Updated 4 years ago
- 机器学习预测系统汇总:包括贝叶斯网络、马尔科夫模型、线性回归、岭回归、多项式回归、决策树回归、深度神经网络预测☆73Updated 4 years ago
- Implements of MATAB神经网络30个案例分析☆27Updated 6 years ago
- bp 神经网络算法☆121Updated last year
- AdaboostExample☆43Updated 5 years ago
- Artificial Intelligence☆77Updated 2 years ago
- Python 基于BP神经网络实现不同直径圆的分类☆26Updated 5 years ago
- PCA+SVM+KFold方法人脸识别(Face Detection using PCA+SVM)☆66Updated 6 years ago
- about how to use CNN with one dimensional signal☆29Updated 6 years ago
- 通用的BP神经网络回归代码☆22Updated 4 years ago
- 基于SVM的简单机器学习分类,可以使用svm, knn, 朴素贝叶斯,决策树四种机器学习方法进行分类☆113Updated 2 years ago
- 垃圾分类系统,基于DenseNet模型训练算法,系统服务端代码☆35Updated 3 years ago
- 基于TensorFlow的深度学习、深度增强学习代码:NN(传统神经网络)、CNN(卷积神经网络)、RNN(递归神经网络)、LSTM(长短期记忆网络)、GAN(生成对抗网络)、DRL(深度增强学习)☆51Updated 7 years ago
- 本设计为基于MATLAB的运动车辆跟踪检测系统。带有一个GUI界面,可以读取高速路车流视频,读取视频信息,并且统计每辆车经过左车道还是右车道,车速和平均速度检测,以及某一帧下的车流密度,以及最后总共经过的车辆总数。将运动检测到的目标用方框框起来。是一个非常不错的选题。☆11Updated 3 years ago
- matlab神经网络43个案例分析☆67Updated 6 years ago
- Use Genetic Algorithm and Simulate Anneal for feature selection. 用遗传算法/模拟退火算法进行特征选择.☆31Updated 4 years ago
- It is a project of SVM optimization algorithm which use the Grey Wolf Optimizer☆78Updated 5 years ago