liqy2019 / CNN-for-MNIST_PytorchLinks
使用CNN实现对手写数字的识别(Pytorch)
☆79Updated 4 years ago
Alternatives and similar repositories for CNN-for-MNIST_Pytorch
Users that are interested in CNN-for-MNIST_Pytorch are comparing it to the libraries listed below
Sorting:
- 基于Pytorch的卷积神经网络MNIST手写数字识别 适用于Pytorch与神经网络入门学习☆73Updated 5 years ago
- pytorch+MINIST实现手写数字识别☆235Updated 5 years ago
- 深度学习实战: 1. BP神经网络函数逼近2. 基于LeNet-5的MNIST字符识别 3. 基于ResNet-18的CIFAR-10图像分类4. 基于选择性搜索(Selective Search)选择候选区域 5.基于YoloV3算法的车辆目标检测 6. YoloV3算法…☆43Updated 2 years ago
- Python实现神经网络算法识别手写数字集☆62Updated 5 years ago
- Pytorch实现:使用ResNet18网络训练Cifar10数据集,测试集准确率达到95.46%(从0开始,不使用预训练模型)☆276Updated 6 months ago
- 人工智能结课作业(A星八数码/广度优先/深度优先/粒子群寻优算法/遗传算法/蚁群算法/BP神经网络/卷积神经网络)☆459Updated 3 years ago
- 基于tensorflow的手写数字识别☆88Updated 5 years ago
- Python 基于BP神经网络实现鸢尾花的分类☆363Updated 5 years ago
- 用于pytorch的图像分类,包含多种模型方法,比如AlexNet,VGG,GoogleNet,ResNet,DenseNet等等,包含可完整运行的代码。除此之 外,也有colab的在线运行代码,可以直接在colab在线运行查看结果。也可以迁移到自己的数据集进行迁移学习。☆243Updated last year
- 利用BP神经网络实现手写数字识别☆49Updated 7 years ago
- pytorch入门项目,包括线性回归、垃圾分类、水果目标检测、ssd☆126Updated 5 years ago
- 吴恩达机器学习作业☆661Updated last year
- coursera中Andrew Ng的meachine learning的所有编程测验的原文件☆583Updated 7 years ago
- PyTorch实现MNIST手写数字识别☆39Updated 4 years ago
- Pytorch、Scikit-learn实现多种分类方法,包括逻辑回归(Logistic Regression)、多层感知机(MLP)、支持向量机(SVM)、K近邻(KNN)、CNN、RNN,极简代码适合新手小白入门,附英文实验报告(ACM模板)☆433Updated 5 years ago
- 用Python实现SVM多分类器☆429Updated last year
- 基于卷积神经网络的猫狗识别 web 应用