Pytorch、Scikit-learn实现多种分类方法,包括逻辑回归(Logistic Regression)、多层感知机(MLP)、支持向量机(SVM)、K近邻(KNN)、CNN、RNN,极简代码适合新手小白入门,附英文实验报告(ACM模板)
☆447Oct 16, 2020Updated 5 years ago
Alternatives and similar repositories for mnist-classification
Users that are interested in mnist-classification are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 支持向量机的python实现☆49Jul 30, 2015Updated 10 years ago
- [大数据课程作业]分别采用神经网络、线性回归、SVM方法预测学生成绩☆48Dec 5, 2018Updated 7 years ago
- 用Python实现SVM多分类器☆437Apr 29, 2024Updated last year
- NLPIR tutorial: pretrain for IR. pre-train on raw textual corpus, fine-tune on MS MARCO Document Ranking☆13Sep 10, 2021Updated 4 years ago
- 支持向量机,Support Vector Machine(SVM),多类分类☆33Dec 16, 2016Updated 9 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting with the flexibility to host WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Cloudways by DigitalOcean.
- 2016-至今nlp/ir/recsys/ai相关顶会的论文清单paperlist列表含目录,方便直接搜索关键字。包括AAAI/ACL/EMNLP/IJCAI/SIGIR/CIKM/WSDM/WWW/NIPS/COLING☆18Nov 11, 2022Updated 3 years ago
- 利用Alexnet实现MNIST☆12Aug 27, 2018Updated 7 years ago
- 预训练模型知识量度量竞赛 Baseline F1 0.35 BERTForMaskedLM☆13Sep 2, 2021Updated 4 years ago
- 粒子群算法优化支持向量机☆143Jul 3, 2022Updated 3 years ago
- 通过阅读网上的资料代码,进行自我加工,努力实现常用的机器学习算法。实现算法有KNN、Kmeans、EM、Perceptron、决策树、逻辑回归、svm、adaboost 、朴素贝叶斯☆736Oct 22, 2019Updated 6 years ago
- Qt C++ 图书推荐与评论系统GUI 协同过滤推荐 collaborative filtering, book recommendation System, Book-Crossing Dataset☆24Jan 13, 2020Updated 6 years ago
- 使用决策树进行客户流失预测分析☆11Jan 17, 2018Updated 8 years ago
- 简单的中文文本情感分类 (MLP, CNN, RNN in PyTorch) - 2019 THU 人工智能导论作业☆156Dec 8, 2022Updated 3 years ago
- Official PyTorch implementation for the following KDD2022 paper: Variational Inference for Training Graph Neural Networks in Low-Data Re…☆20Oct 20, 2022Updated 3 years ago
- NordVPN Special Discount Offer • AdSave on top-rated NordVPN 1 or 2-year plans with secure browsing, privacy protection, and support for for all major platforms.
- 【Numpy 手写实现】SVM 支持向量机 | KNN K近邻 | Kmeans | Logistic Regression 逻辑回归 | Maximum Entropy 最大熵 | Naive Bayes 朴素贝叶斯 | Perception 感知机 | Decision…☆217Mar 29, 2020Updated 5 years ago
- This is a very simple implementation for the NIPS 2017 paper Prototypical Networks for Few-shot Learning.☆21Oct 4, 2021Updated 4 years ago
- 本程序实现决策树的建立与可视化,以及决策树的预剪枝与后剪枝,数据集为西瓜书4.2、4.3节中的西瓜数据集☆39Sep 6, 2019Updated 6 years ago
- Twitter US Airline数据集情感分析(sentiment Analysis),使用Bert Sentence encoding作为特征,实现了SVM、XGBoost、RandomForest(随机森林)若干分类器。☆21Jan 19, 2020Updated 6 years ago
- 利用pytorch实现图像分类的一个完整的代码,训练,预测,TTA,模型融合,模型部署,cnn提取特征,svm或者随机森林等进行分类,模型蒸馏,一个完整的代码☆1,462Feb 6, 2023Updated 3 years ago
- ☆41Apr 25, 2022Updated 3 years ago
- 使用scik-learn 实现k-means,KNN,SVM,贝叶斯,topic_extraction等算法,同时评估分类的准确率,召回率和F值。语料库是中文文本☆43Jul 23, 2017Updated 8 years ago
- 关于文本分类的许多方法,主要涉及到TextCNN,TextRNN, LEAM, Transformer,Attention, fasttext, HAN等☆77Jan 29, 2019Updated 7 years ago
- 整理记录本人担任课程助教设计的四个机器学习实验,主要涉及简单的线性回归、朴素贝叶斯分类器、支持向量机、CNN做文本分类。内附实验指导书、讲解PPT、参考代码,欢迎各位码友讨论交流。☆123Feb 21, 2018Updated 8 years ago
- DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- CNN 用来对向量进行特征提取,向量可以是文本的embedding、社交网络节点的embedding、图片等☆11Apr 25, 2020Updated 5 years ago
- Creating tabular GAN on credit card dataset☆20Apr 29, 2020Updated 5 years ago
- 将word2vec训练生成的词向量和BERT生成的词向量进行可视化对比☆15Jun 29, 2020Updated 5 years ago
- 数据预处理之缺失值处理,特征选择☆23Apr 3, 2019Updated 6 years ago
- 2018年全球程序员大赛参赛作品, 在给定的数据基础上,加上自己采集的飞机、天气等影响因子, 利用svm算法预测航班延误率.☆10Jul 6, 2023Updated 2 years ago
- This repository provides the official implementation for the following paper.☆10Dec 25, 2024Updated last year
- 本项目为Labview课程结课大作业,实现能够语音控制的贪吃蛇游戏☆10Oct 27, 2025Updated 5 months ago
- 利用CNN模型进行文本分类,包含双通道和单通道,是否使用词向量等多种方式☆12Jul 5, 2020Updated 5 years ago
- Differentially private learning on distributed data (NIPS 2017)☆12Dec 5, 2017Updated 8 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click and start building anything your business needs.
- ☆44Feb 4, 2019Updated 7 years ago
- svm_classification是一个通用的svm模型训练框架,稍加修改即可变成一个通用的机器学习模型训练框架。方便快速训练机器学习模型,可重复使用,避免重复写代码。☆15Aug 20, 2018Updated 7 years ago
- time series forecasting with TCN and RNN neural networks in Darts☆13Nov 1, 2021Updated 4 years ago
- 小样本学习的一些方法☆14Jul 28, 2019Updated 6 years ago
- Dataset☆13Feb 4, 2021Updated 5 years ago
- cnn lstm的关系识别 ,keras实现 网络结构简单.多分类☆20Jun 28, 2023Updated 2 years ago
- Inverse design of metasurface using Generative Adversarial Neural Network☆11Sep 8, 2022Updated 3 years ago