使用5-6个模型(可以是knn svm 贝叶斯等等)用投票的方式做一个集成学习对MNIST数据集进行分类。
☆24Feb 20, 2019Updated 7 years ago
Alternatives and similar repositories for Ensemble_Learning
Users that are interested in Ensemble_Learning 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与机器学习方向,《决策树与集成算法》课程仓库☆25Jun 13, 2018Updated 7 years ago
- 集成学习Stacking方法详解☆84Sep 20, 2019Updated 6 years ago
- 2021年研究生数学建模竞赛B题,全国二等奖,空气质量预报二次建模,时间序列数据分析与回归预测。Time Series Prediction&Air Quality Prediction.☆43Dec 23, 2021Updated 4 years ago
- My blogs and code for machine learning. http://cnblogs.com/pinard☆13Jul 12, 2019Updated 6 years ago
- Implemented an EEG processing toolkit; an Ensemble SVM; a stacked RNN and CNN.☆11Oct 23, 2019Updated 6 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.
- This is an official implementation of our CVPR 2020 paper "Non-Local Neural Networks With Grouped Bilinear Attentional Transforms".☆13Jan 30, 2021Updated 5 years ago
- 天池竞赛数据挖掘之二手车交易价格预测大赛☆10Mar 27, 2020Updated 6 years ago
- 机器学习集成模型之Stacking各类模型及工具源码☆121Sep 29, 2020Updated 5 years ago
- CCF BDCI 2022比赛 返乡发展人群预测赛题 Baseline 数据挖掘(特征工程+集成学习)队伍排名39/2297☆12Mar 15, 2024Updated 2 years ago
- Official Implementation of Interpretable Convolutional Neural Networks via Feedforward Design Arxiv: https://arxiv.org/abs/1810.02786☆12Aug 16, 2019Updated 6 years ago
- Fine-Grained Visual Classification via Simultaneously Learning of Multi-regional Multi-grained Features☆12Mar 2, 2021Updated 5 years ago
- Fine Grained Image Classification with Class Imbalance using Bilinear EfficientNet with Focal Loss and Label Smoothing☆10May 28, 2020Updated 5 years ago
- 麻雀算法优化支持向量机 python实现☆15Mar 26, 2022Updated 4 years ago
- 月球软着陆制导、能量/燃料最优控制、最优控制间接法、微分变换求解两点边值问题、月球着陆制导控制☆25May 18, 2023Updated 3 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- The implementation of FINER-MLLM, which is accepted by MM2024.☆18Oct 8, 2024Updated last year
- 基于SEIR传染病模型的延伸建模,加入了死亡人群,构建基本的SEIDR模型,加入疫苗影响、政府管控、病毒变异等因素,在原模型的基础上进行延伸☆20Apr 3, 2023Updated 3 years ago
- This repository not only contains experience about parameter finetune, but also other in-practice experience such as model ensemble (boos…☆16Oct 29, 2017Updated 8 years ago
- The implementation for "Salient Positions based Attention Network for Image Classification"☆17Jun 10, 2021Updated 4 years ago
- Parallel support implementation of "aggregated residual transformations for deep neural networks" using keras☆12Mar 3, 2021Updated 5 years ago
- Classify various radiology images into respective categories.Being done using various shape and texture features for feature extraction a…☆10May 20, 2016Updated 10 years ago
- Twin SVM implementation☆16Dec 5, 2018Updated 7 years ago
- Repository of the paper "Attention-based Dual-scale CNN In-Loop Filter for Versatile Video Coding"☆18Apr 2, 2020Updated 6 years ago
- Robust Ensemble of SVMs☆20Mar 10, 2014Updated 12 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- Classification of Cervical Cells Using Hybrid Deep Feature Fusion Techniques.☆15Oct 19, 2021Updated 4 years ago
- Segmentation of different types of bones using Thresholding and morphological operations and detected (located) fracture using Hough Tran…☆10Sep 23, 2019Updated 6 years ago
- 利用最小二乘支持向量机进行分类器建模,改进鲸鱼算法(基于冯洛伊曼拓扑的鲸鱼算法)进行超参数寻优☆50Jan 2, 2020Updated 6 years ago
- 对传统的NSGA2算法进行了改进,引入了自适应DE算子,并设计了新的多样性保持策略☆26Jun 6, 2019Updated 6 years ago
- Code of paper "Densely Connected Pyramidal Dilated Convolutional Network for Hyperspectral Image Classification"☆10Jun 21, 2022Updated 3 years ago
- Zoom in Lesions for Better Diagnosis: Attention Guided Deformation Network for WCE Image Classification☆13Aug 4, 2020Updated 5 years ago
- numpy实现常用的的机器学习库,分类模型实现:KNN,LDA,LR,Decision Tree(ID3,C4.5,CART),RF,perception,SVM,Neural network,GBDT,Xgboost,Adaboost;回归模型实现 :LASSO,Ridg…☆24Feb 19, 2022Updated 4 years ago
- Programs to detect clusters in data using GMM and compressed images (Color Quantization) using k-means clustering methods, detect bone fr…☆13Aug 22, 2019Updated 6 years ago
- 使用GCN实现mnist手写数字分类☆13Oct 24, 2021Updated 4 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 常见机器学习算法回归、分类应用示例,调参;包括基础的线性回归算法、集成学习、支持向量机等;调参包括网格搜索、随机搜索、贝叶斯优化、优化算法如GA优化等。☆26May 7, 2023Updated 3 years ago
- The code used fine-tuning of BERT(Transformer Neural Network Architecture)to accurately pick the correct answer among ten choices that be…☆12Dec 8, 2019Updated 6 years ago
- 强化学习论文复现☆11Nov 22, 2024Updated last year
- Algorithms for lung contour segmentation, lung trachea segmentation and pulmonary blood vessel segmentation based on CT images.☆15Nov 18, 2021Updated 4 years ago
- B站软色情视频检测(B站风纪委员)☆15May 10, 2018Updated 8 years ago
- Pytorch code for "CoinNet: Deep Ancient Roman Republican Coin Classification via Feature Fusion and Attention."☆16Apr 22, 2021Updated 5 years ago
- 2D and 3D(volume) verison of Residual Attention Network☆18Jul 6, 2021Updated 4 years ago