All Projects → zhengyima → Mnist Classification

zhengyima / Mnist Classification

Pytorch、Scikit-learn实现多种分类方法,包括逻辑回归(Logistic Regression)、多层感知机(MLP)、支持向量机(SVM)、K近邻(KNN)、CNN、RNN,极简代码适合新手小白入门,附英文实验报告(ACM模板)

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Mnist Classification

text-classification-cn
中文文本分类实践,基于搜狗新闻语料库,采用传统机器学习方法以及预训练模型等方法
Stars: ✭ 81 (-25.69%)
Mutual labels:  svm, scikit-learn, logistic-regression
Ml code
A repository for recording the machine learning code
Stars: ✭ 75 (-31.19%)
Mutual labels:  scikit-learn, mnist, logistic-regression
100 Days Of Ml Code
100 Days of ML Coding
Stars: ✭ 33,641 (+30763.3%)
Mutual labels:  scikit-learn, svm, logistic-regression
Tensorflow cookbook
Code for Tensorflow Machine Learning Cookbook
Stars: ✭ 5,984 (+5389.91%)
Mutual labels:  cnn, rnn, svm
Tensorflow Tutorials
텐서플로우를 기초부터 응용까지 단계별로 연습할 수 있는 소스 코드를 제공합니다
Stars: ✭ 2,096 (+1822.94%)
Mutual labels:  cnn, rnn, mnist
Ailearning
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
Stars: ✭ 32,316 (+29547.71%)
Mutual labels:  scikit-learn, rnn, svm
Svhn Cnn
Google Street View House Number(SVHN) Dataset, and classifying them through CNN
Stars: ✭ 44 (-59.63%)
Mutual labels:  cnn, mnist
Deepseqslam
The Official Deep Learning Framework for Route-based Place Recognition
Stars: ✭ 49 (-55.05%)
Mutual labels:  cnn, rnn
Codesearchnet
Datasets, tools, and benchmarks for representation learning of code.
Stars: ✭ 1,378 (+1164.22%)
Mutual labels:  cnn, rnn
Nlp overview
Overview of Modern Deep Learning Techniques Applied to Natural Language Processing
Stars: ✭ 1,104 (+912.84%)
Mutual labels:  cnn, rnn
Deeplearning
Deep Learning From Scratch
Stars: ✭ 66 (-39.45%)
Mutual labels:  mnist, logistic-regression
Gru Svm
[ICMLC 2018] A Neural Network Architecture Combining Gated Recurrent Unit (GRU) and Support Vector Machine (SVM) for Intrusion Detection
Stars: ✭ 76 (-30.28%)
Mutual labels:  rnn, svm
Neural Networks
All about Neural Networks!
Stars: ✭ 34 (-68.81%)
Mutual labels:  cnn, rnn
The Deep Learning With Keras Workshop
An Interactive Approach to Understanding Deep Learning with Keras
Stars: ✭ 34 (-68.81%)
Mutual labels:  scikit-learn, logistic-regression
Ds and ml projects
Data Science & Machine Learning projects and tutorials in python from beginner to advanced level.
Stars: ✭ 56 (-48.62%)
Mutual labels:  scikit-learn, logistic-regression
Rnn Theano
使用Theano实现的一些RNN代码,包括最基本的RNN,LSTM,以及部分Attention模型,如论文MLSTM等
Stars: ✭ 31 (-71.56%)
Mutual labels:  cnn, rnn
Textclf
TextClf :基于Pytorch/Sklearn的文本分类框架,包括逻辑回归、SVM、TextCNN、TextRNN、TextRCNN、DRNN、DPCNN、Bert等多种模型,通过简单配置即可完成数据处理、模型训练、测试等过程。
Stars: ✭ 105 (-3.67%)
Mutual labels:  svm, logistic-regression
Sleepeegnet
SleepEEGNet: Automated Sleep Stage Scoring with Sequence to Sequence Deep Learning Approach
Stars: ✭ 89 (-18.35%)
Mutual labels:  cnn, rnn
Cnn lstm for text classify
CNN, LSTM, NBOW, fasttext 中文文本分类
Stars: ✭ 90 (-17.43%)
Mutual labels:  cnn, rnn
Deepfakes video classification
Deepfakes Video classification via CNN, LSTM, C3D and triplets
Stars: ✭ 24 (-77.98%)
Mutual labels:  cnn, rnn

mnist-classification

使用多种方法完成MNIST分类任务

Python 3.6

Pytorch 1.0

Scikit-learn 0.21

无需下载数据直接跑,代码自动下载

模型

  • 逻辑回归 Logistic Regression
  • 多层感知机 MLP
  • K近邻 KNN
  • 支持向量机 SVM
  • 卷积神经网络 CNN
  • 循环神经网络 RNN

实验报告

mnistClassification.pdf

对应的latex源码:https://github.com/zhengyima/mnist-classification-latex

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].