机器学习(Machine Learning, ML)python简洁实现,包括混合高斯模型,KMeans,决策树,随机森林,K近邻,线性判别分析,逻辑斯蒂回归(梯度下降法,牛顿法),多层感知机(分类+回归),Naive Bayes(离散+高斯),多分类SVM,线性回归,隐马尔可夫模型(包括前向算法,后向算法,Viterbi算法和BaumWelch算法),主成分分析等模型
☆156Jun 19, 2021Updated 5 years ago
Alternatives and similar repositories for MLTemplate
Users that are interested in MLTemplate are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 【Numpy 手写实现】SVM 支持向量机 | KNN K近邻 | Kmeans | Logistic Regression 逻辑回归 | Maximum Entropy 最大熵 | Naive Bayes 朴素贝叶斯 | Perception 感知机 | Decision…☆216Mar 29, 2020Updated 6 years ago
- 机器学习预测模型,分别用逻辑回归,决策树,随机森林,神经网络,XGBOOST和支持向量机算法建模,交叉验证,并选出AUC最优的模型。特征工程优化后,AUC值达到0.8259☆60Mar 26, 2020Updated 6 years ago
- 利用sklearn实现机器学习算法:线性回归、逻辑回归、决策树、随机森林、SVM等☆193May 14, 2020Updated 6 years ago
- 机器学习预测系统汇总:包括贝叶斯网络、马尔科夫模型、线性回归、岭回归、多项式回归、决策树回归、深度神经网络预测☆92Jun 28, 2020Updated 6 years ago
- 该仓库整理收录了北大陈斌教授的《Python语言基础与应用》课程的相关习题答案☆12Jan 26, 2021Updated 5 years ago
- AI Agents on 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.
- Monthly-Electricity-forecast use GPR-RFr 某区域月电量预测,采用高斯过程回归、随机森林回归预测日电量,通过日电量累加的方式来获得月电量的预测☆19Jan 13, 2019Updated 7 years ago
- program course for haidian fellowship☆10Apr 15, 2021Updated 5 years ago
- 基于论文《Do Industries Explain Momentum》对行业动量策略在A股市场的有效性进行探究☆12Jul 19, 2019Updated 7 years ago
- ☆14May 22, 2022Updated 4 years ago
- 数据特征工程、各种机器学习回归模型、回归数据预处理☆44Jan 14, 2020Updated 6 years ago
- 一个微型的基于 Python 的 HMM (隐马尔可夫模型) 包 | A micro python package for HMM (Hidden Markov Model)☆15Apr 13, 2026Updated 3 months ago
- This repository contains the experimental set up used for the paper: "Demand Response of Residential Houses Equipped with PV-Battery Syst…☆10Jan 28, 2021Updated 5 years ago
- phoenix 操作hbase和springboot的整合☆11Dec 7, 2017Updated 8 years ago
- 单维、多维时间序列数据预测☆11Jan 7, 2019Updated 7 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- python实现线性回归的最小二乘法和梯度下降法☆11Jun 6, 2018Updated 8 years ago
- 基于iris数据集进行四种机器学习算法(决策树、朴素贝叶斯、随机森林、支持向量机SVM)的训练,使用交叉检验(Cross-validation)对比了各算法的预测准确率。☆23Apr 13, 2020Updated 6 years ago
- ☆13Nov 20, 2023Updated 2 years ago
- A simple numpy-based genetic algorithm library for function parameter optimization.☆11Apr 7, 2016Updated 10 years ago
- 【项目文件】控制理论和控制方法。使用MATLAB搭建倒立摆验证各种控制方法。☆13Aug 24, 2021Updated 4 years ago
- 利用GA算法解决物流中的问题[考虑最大行驶距离限制、配送货物量]☆10Dec 5, 2019Updated 6 years ago
- Python实现经典分类回归、关联分析、聚类以及推荐算法等☆212Feb 22, 2019Updated 7 years ago
- COHORT: Coordination of Heterogeneous Thermostatically Controlled Loads for Demand Flexibility☆14Feb 3, 2021Updated 5 years ago
- 感知器、贝叶斯分类、决策树分类、K最近邻法、逻辑回归、支持向量机...☆131Sep 8, 2014Updated 11 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- This repository contains tutorial code and supplementary note for point cloud processing.☆12Jun 21, 2026Updated last month
- Modifying the Shiller CAPE Ratio to adjust for changing economic conditions.☆15Nov 5, 2022Updated 3 years ago
- 你见过凌晨四点的校园吗?☆11Feb 9, 2016Updated 10 years ago
- Indonesia's COVID-19 daily new cases prediction using LSTM-GCN method.☆15Oct 6, 2020Updated 5 years ago
- 此为中大南方《网络新媒体技术与协作》2018年秋季的课程作业,目标是让学生实践Github Pull Requests (简称PR)的发起及接纳操作☆18Apr 3, 2019Updated 7 years ago
- 本项目旨在设计和实现一个基于深度学习的加密恶意流量检测系统。通过将网络流量数据转换为图像数据,并利用图像分类模型进行检测,该系统能够有效地检测加密恶意流量。在数据集选取上使用了包含加密恶意和正常流量的数据集,以更好地反映实际网络环境中的特征和行为模式。在数据预处理方面,通过…☆14Feb 28, 2024Updated 2 years ago
- 使用LSTM预测回归问题,使用注意力机制自动提取特征的重要程度。Using LSTM to predict regression problems, Attention mechanism is used to automatically extract the impor…☆18Aug 30, 2020Updated 5 years ago
- A collection of numerical methods in Python. Includes root finding, interpolation, least squares, differentiation, integration, Monte Car…☆19Nov 28, 2015Updated 10 years ago
- Implementation and Performance Analysis of LSB Steganography Algorithm. The test shows that it has excellent imperceptibility (PSNR value …☆19May 25, 2020Updated 6 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- ☆12Aug 21, 2020Updated 5 years ago
- Code repository for the paper "Data-driven modelling of energy demand response behaviour based on a large-scale residential trial".☆14Jun 6, 2021Updated 5 years ago
- 情感分析系统,用于分析用户评论是积极还是消极。其中使用了逻辑回归函数、决策树、支持向量机、神经网络等不同的模型进行训练☆34Oct 25, 2018Updated 7 years ago
- This is my attempt at modeling an intraday energy trading scenario for three different locations. I use the Gurobi platform to optimize r…☆16Aug 25, 2020Updated 5 years ago
- ☆14Sep 23, 2025Updated 9 months ago
- The presented codes allow you to reconstruct a 3D face using three 2D images.☆10May 3, 2019Updated 7 years ago
- 吴恩达机器学习python版本代码(完结)☆18Apr 4, 2020Updated 6 years ago