常见机器学习算法回归、分类应用示例,调参;包括基础的线性回归算法、集成学习、支持向量机等;调参包括网格搜索、随机搜索、贝叶斯优化、优化算法如GA优化等。
☆29May 7, 2023Updated 3 years ago
Alternatives and similar repositories for machine-learning
Users that are interested in machine-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:
- A practice of Recursive Feature Elimination (RFE) using Titanic dataset☆10Sep 5, 2021Updated 5 years ago
- 机器学习预测模型,分别用逻辑回归,决策树,随机森林,神经网络,XGBOOST和支持向量机算法建模,交叉验证,并选出AUC最优的模型。特征工程优化后,AUC值达到0.8259☆59Mar 26, 2020Updated 6 years ago
- 机器学习算法超参数的优化方法——基于hyperopt和bayes_opt☆14Sep 14, 2018Updated 8 years ago
- My blogs and code for machine learning. http://cnblogs.com/pinard☆13Jul 12, 2019Updated 7 years ago
- 为了深入了解一些机器学习算法,把一些经典算法的代码都过一遍。包括决策树、集成学习(Adaboost、GBDT、XgBoost、RandomForest)、支持向量机、EM算法(GMM)、极大似然估计、降维算法(PCA、LDA、T-SNE)、聚类算法(K-Mean)、kNN。☆16Apr 1, 2022Updated 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.
- Estimate PM2.5/PM10 from satellite imagery☆11Sep 18, 2025Updated last year
- Code and notebooks for reproducing the method of "DIY hyperspectral imaging via polarization-induced spectral filters." Katherine Salesin…☆12Aug 1, 2022Updated 4 years ago
- CCF BDCI 2022比赛 返乡发展人群预测赛题 Baseline 数据挖掘(特征工程+集成学习)队伍排名39/2297☆12Mar 15, 2024Updated 2 years ago
- A simple implementation to regression problems using Python 2.7, scikit-learn and XGBoost☆19Jul 20, 2022Updated 4 years ago
- Qgis plugin to estimate nearshore bathymetry using multispectral images☆13Jan 6, 2023Updated 3 years ago
- 智慧物流算法大赛简介: 根据包括货值、路程和油价等字段的数据集,对每趟货物运送的运价进行回归预测。 本项目为我的参赛代码,分为四个主要的部分:1.数据预处理;2.特征工程;3.建模调参训练;4.数据可视化。 最终获得了大赛的二等奖。☆39Mar 19, 2019Updated 7 years ago
- A physics-based satellite-derived bathymetry model☆12Aug 30, 2024Updated 2 years ago
- Reproduced the process of extracting ground elevation from ATL03 photon cloud data. Developed Python scripts based on the theoretical fou…☆12Jun 8, 2025Updated last year
- Python utilities for computing properties of ocean waves☆12Jan 7, 2022Updated 4 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- The project aims at comparing results achieved by Particle Swarm Optimization (PSO) and Whale Optimization Algorithm (WOA) in segmentatio…☆14Apr 22, 2018Updated 8 years ago
- A list of bathymetry survey software tools☆11Feb 25, 2019Updated 7 years ago
- ☆15Dec 22, 2020Updated 5 years ago
- ICESat-2 ATL03/ATL08 Processing and Analysis☆15Jun 12, 2023Updated 3 years ago
- PyCESAT2 Python Library for reading, processing, and visualizing ATL03 data from NASA's ICESat-2 ATLAS space borne LiDAR☆12Dec 8, 2022Updated 3 years ago
- MATLAB数字信号仿真系统。类似一个教学仿真软件,把枯燥的,抽象的,不具体的内容做进GUI界面,通过调节参数即可汇出出对应波形,让学生了解具体的,有趣的数字信号。课题包括信号发生器,时域频域方法,抽象信号,滤波器,声音信号处理等模块。可以进行二次拓展增加。☆13Jan 18, 2022Updated 4 years ago
- 2023北京理工大学数字信号处理和雷达课程的matlab代码☆22Nov 10, 2025Updated 10 months ago
- Rapid Analysis of ICESat-2 Data☆16May 17, 2023Updated 3 years ago
- Example hyperspectral notebooks☆17Jun 28, 2023Updated 3 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- Python wrapper for the C implementation of the Generic Sensor Format library.☆12Aug 22, 2025Updated last year
- 使用5-6个模型(可以是knn svm 贝叶斯等等)用投票的方式做一个集成学习对MNIST数据集进行分类。☆24Feb 20, 2019Updated 7 years ago
- This paper studies how a machine learning algorithm can generate tactical allocation which outperforms returns for a pre-defined benchmar…☆16Dec 3, 2020Updated 5 years ago
- Use total, upper, down, relative volatility factors to find Alpha. Implement whole trading process & back-test with visualization.☆13May 30, 2021Updated 5 years ago
- A simple MATLAB regression toolbox☆17Feb 11, 2022Updated 4 years ago
- 卷积神经网络提取特征并用于SVM//www.cnblogs.com/chuxiuhong/p/6132814.html☆16May 10, 2018Updated 8 years ago
- ☆12Apr 17, 2021Updated 5 years ago
- End-to-end tool for performing portfolio optimization on a given set of assets and historical stock data.☆12Sep 17, 2023Updated 3 years ago
- High Frequency Trading Strategy☆12Dec 20, 2018Updated 7 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.
- 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
- Comparison of quantum-enhanced SVM with classical SVM using the well-known Iris dataset.☆15Jul 20, 2019Updated 7 years ago
- Emotion Recognition using PSO and SVM☆15Jun 9, 2021Updated 5 years ago
- ☆11Oct 24, 2025Updated 10 months ago
- This repository basically covers Python implementation of different machine learning algorithms like Linear Regression, Logistic regressi…☆21Nov 7, 2016Updated 9 years ago
- Replication of "Taming the Factor Zoo: A Test of New Factors (Feng, Giglio, and Xiu, 2020, JF)"☆10Mar 4, 2024Updated 2 years ago
- ☆12Jul 19, 2020Updated 6 years ago