Pytorch、Scikit-learn实现多种分类方法,包括逻辑回归(Logistic Regression)、多层感知机(MLP)、支持向量机(SVM)、K近邻(KNN)、CNN、RNN,极简代码适合新手小白入门,附英文实验报告(ACM模板)
☆454Oct 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实现☆50Jul 30, 2015Updated 10 years ago
- 用Python实现SVM多分类器☆443Apr 29, 2024Updated 2 years ago
- 支持向量机,Support Vector Machine(SVM),多类分类☆33Dec 16, 2016Updated 9 years ago
- 疫情期间网民情绪识别比赛baseline,使用BERT进行端到端的fine-tuning,datafountain平台,平台评测F1值0.716。☆35Mar 7, 2020Updated 6 years ago
- 2016-至今nlp/ir/recsys/ai相关顶会的论文清单paperlist列表含目录,方便直接搜索关键字。包括AAAI/ACL/EMNLP/IJCAI/SIGIR/CIKM/WSDM/WWW/NIPS/COLING☆18Nov 11, 2022Updated 3 years ago
- GPUs on demand by Runpod - Special Offer Available • AdRun AI, ML, and HPC workloads on powerful cloud GPUs—without limits or wasted spend. Deploy GPUs in under a minute and pay by the second.
- 预训练模型知识量度量竞赛 Baseline F1 0.35 BERTForMaskedLM☆13Sep 2, 2021Updated 4 years ago
- 粒子群算法优化支持向量机☆145Jul 3, 2022Updated 3 years ago
- Code repository for the 2023 MICCAI Paper "TabAttention: Learning Attention Conditionally on Tabular Data"☆18Oct 30, 2023Updated 2 years ago
- Source code of CIKM2021 Paper 'Pre-training for Ad-hoc Retrieval: Hyperlink is Also You Need'☆16Aug 30, 2021Updated 4 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
- 【Numpy 手写实现】SVM 支持向量机 | KNN K近邻 | Kmeans | Logistic Regression 逻辑回归 | Maximum Entropy 最大熵 | Naive Bayes 朴素贝叶斯 | Perception 感知机 | Decision…☆216Mar 29, 2020Updated 6 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
- 二分类SVM与多分类SVM的实现☆14Jul 16, 2017Updated 8 years ago
- Serverless GPU API endpoints on Runpod - Get Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- 本程序实现决策树的建立与可视化,以及决策树的预剪枝与后剪枝,数据集为西瓜书4.2、4.3节中的西瓜数据集☆38Sep 6, 2019Updated 6 years ago
- Developed a PID control system for two-link robotic arm in SIMULINK/MATLAB☆15Jul 12, 2022Updated 3 years ago
- The source code of <A Fractional Total Variational CNN Approach for SAR Image Despeckling>☆17Oct 2, 2019Updated 6 years ago
- Twitter US Airline数据集情感分析(sentiment Analysis),使用Bert Sentence encoding作为特征,实现了SVM、XGBoost、RandomForest(随机森林)若干分类器。☆21Jan 19, 2020Updated 6 years ago
- Automated download and load entire flights data, and functions for generating NYC flights, delay and weather delay for 2014.☆15Jan 13, 2015Updated 11 years ago
- 利用pytorch实现图像分类的一个完整的代码,训练,预测,TTA,模型融合,模型部署,cnn提取特征,svm或者随机森林等进行分类,模型蒸馏,一个完整的代码☆1,466Feb 6, 2023Updated 3 years ago
- Materials for Differentiable Imaging works. Advanced Physics Research, 2023; Advanced Devices & Instrumentation, 2025.☆14Mar 3, 2026Updated 3 months ago
- 基于DTW与MFCC特征进行数字0-9的语音识别,DTW,MFCC,语音识别,中英数据,端点检测,Digital Voice Recognition。☆42Jul 29, 2021Updated 4 years ago
- 2019华为杯 第十六届研究生数学建模F题解决方案“基于最小代价与Dubins曲线的改进Dijkstra与A*算法航迹规划“源代码☆16Jan 16, 2020Updated 6 years ago
- Simple, predictable pricing with DigitalOcean hosting • AdAlways know what you'll pay with monthly caps and flat pricing. Enterprise-grade infrastructure trusted by 600k+ customers.
- Pytorch implementation of stacked denoising autoencoder☆26Mar 10, 2026Updated 3 months ago
- CNN 用来对向量进行特征提取,向量可以是文本的embedding、社交网络节点的embedding、图片等☆11Apr 25, 2020Updated 6 years ago
- Tensorflow 实现 AleNet、CNN、RNN、回归、自编码网络☆30Apr 13, 2018Updated 8 years ago
- Creating tabular GAN on credit card dataset☆20Apr 29, 2020Updated 6 years ago
- 2018年全球程序员大赛参赛作品, 在给定的数据基础上,加上自己采集的飞机、天气等影响因子, 利用svm算法预测航班延误率.☆10Jul 6, 2023Updated 2 years ago
- 利用CNN模型进行文本分类,包含双通道和单通道,是否使用词向量等多种方式☆12Jul 5, 2020Updated 5 years ago
- SSR: A Unifed Framework for Prediction in Secondary Structure of RNA. 整合了LinearFold, E2Efold, MXfold2算法,包含数据集,欢迎一键使用。☆10Dec 31, 2021Updated 4 years ago
- [ICML 25] "Preference Optimization for Combinatorial Optimization Problems"☆28Jun 6, 2025Updated last year
- Implementation of `Learning Fine-grained Image Similarity with Deep Ranking` using ResNet-101 and implemented in Pytorch☆22Aug 14, 2020Updated 5 years ago
- End-to-end encrypted cloud storage - Proton Drive • AdSpecial offer: 40% Off Yearly / 80% Off First Month. Protect your most important files, photos, and documents from prying eyes.
- A Dimension reduction case resolution with the help of PCA and t-SNE☆11Aug 13, 2019Updated 6 years ago
- simple tutorial of pytorch☆136Jun 6, 2019Updated 7 years ago
- Code / data for the paper "A Dual Approximate Dynamic Programming Approach for Multi-stage Stochastic Unit Commitment" http://www.optimiz…☆44Sep 22, 2019Updated 6 years ago
- Inverse design of metasurface using Generative Adversarial Neural Network☆11Sep 8, 2022Updated 3 years ago
- Random Walk with Restart on Multiplex and Heterogeneous Biological Networks☆38Mar 4, 2020Updated 6 years ago
- Cross Validation, Grid Search and Random Search for TensorFlow 2 Datasets☆14May 20, 2024Updated 2 years ago
- 2018年"达观杯"文本智能处理挑战赛-长文本分类:季军 (4st/3131)☆22Jan 22, 2019Updated 7 years ago