[大数据课程作业]分别采用神经网络、线性回归、SVM方法预测学生成绩
☆47Dec 5, 2018Updated 7 years ago
Alternatives and similar repositories for StudentGradeRegression
Users that are interested in StudentGradeRegression are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 未来杯房产租金预测算法竞赛,房产租金预测,LightGBM,XGBoost,回归,机器学习☆13Feb 13, 2021Updated 5 years ago
- 排名(成绩)预测(入门Python和机器学习)☆54Jul 5, 2022Updated 3 years ago
- 机器学习之回归问题:线性回归、逻辑回归等等☆18Jul 21, 2014Updated 11 years ago
- 🤖机器学习实战🤖:决策树、随机森林线性回归、逻辑回归、贝叶斯、kNN等☆24Jul 21, 2019Updated 6 years ago
- Python 建立的BP神经网络处理预测相关公交线路数据☆37Nov 5, 2017Updated 8 years ago
- Bare Metal GPUs on DigitalOcean Gradient AI • AdPurpose-built for serious AI teams training foundational models, running large-scale inference, and pushing the boundaries of what's possible.
- 基于OpenCV和Tkinter的指纹识别系统,使用的硬件为AS608☆15Mar 3, 2025Updated last year
- Regression prediction of time series data using LSTM, SVM and random forest. 使用LSTM、SVM、随机森林对时间序列数据进行回归预测,注释拉满。☆200Apr 29, 2020Updated 6 years ago
- 分别使用三种图卷积做一个简单的交通流量预测模型。☆43Sep 5, 2020Updated 5 years ago
- 本课题完成了对5日均线涨跌的预测,运用支持向量机与逻辑回归的机器学习方法☆10May 10, 2017Updated 9 years ago
- DIPformer: A Deep Invert Patching Transformer for Battery State of Health Estimation☆19Jun 27, 2024Updated last year
- Contains models developed for capacity estimation of batteries using EIS Impedance Curves and CC-CV Charging curves☆10Nov 3, 2022Updated 3 years ago
- 关于租金预测的一个机器学习比赛项目,XGBoost调优☆13Apr 26, 2019Updated 7 years ago
- 广州大学羽毛球场地预约脚本☆13Sep 14, 2023Updated 2 years ago
- Multivariate Electricity Consumption Prediction with Extreme Learning Machine☆10Jun 25, 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.
- We propose to continuously predict the whole $station \times feature$ map in the next 1 to 48 hours with a convolutional LSTM (ConvLSTM, …☆10Mar 10, 2020Updated 6 years ago
- 整理记录本人担任课程助教设计的四个机器学习实验,主要涉及简单的线性回归、朴素贝叶斯分类器、支持向量机、CNN做文本分类。内附实验指导书、讲解PPT、参考代码,欢迎各位码友讨论交流。☆125Feb 21, 2018Updated 8 years ago
- 多项式拟合曲线--使用最小二乘法(回归曲线),批量递归下降法和稳定双共轭梯度法☆23Oct 19, 2016Updated 9 years ago
- PyTorch code for 3DV 2021 paper: "Multi-Category Mesh Reconstruction From Image Collections"☆18Dec 7, 2022Updated 3 years ago
- 利用CNN模型进行文本分类,包含双通道和单通道,是否使用词向量等多种方式☆12Jul 5, 2020Updated 5 years ago
- A simple C++ template class for 3 element vectors.☆10Jul 15, 2013Updated 12 years ago
- 基于Transformer的机器翻译系统☆12Jun 28, 2022Updated 3 years ago
- This repository is the ROS2 Gazebo simulation part of my master thesis, named 'Modelling, Simulation, and Control of a Novel Aerial Cable…☆15Dec 5, 2022Updated 3 years ago
- PSO-CNN☆11Dec 3, 2016Updated 9 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.
- Hacks for working with drake in ROS 2, inspired by https://github.com/EricCousineau-TRI/repro/tree/master/ros/drake_ros1_hacks - Most of …☆15Sep 8, 2021Updated 4 years ago
- gzhu图书馆自习室自动预约☆12Mar 2, 2023Updated 3 years ago
- A Gazebo Visual Plugin for contact forces monitoring☆10Apr 4, 2026Updated 2 months ago
- Use of Particle Swarm optimization to train Neural netwrok on Matlab / Octave☆15Nov 28, 2016Updated 9 years ago
- 洛杉矶房价预测☆17Jul 29, 2020Updated 5 years ago
- 使用决策树实现预测人才招聘市场的最低薪酬预测 | C4.5分类 | CART回归 | 剪枝 | 随机森林☆19Feb 20, 2019Updated 7 years ago
- A new framework, collaborative cascade prediction based on graph neural networks (CCasGNN) to jointly utilize the structural characterist…☆10Dec 8, 2021Updated 4 years ago
- 启发式算法包括动态规划(DP) 、遗传算法(GA)、 粒子群算法(PSO)、 模拟退火算法(SA) 、蚁群算法(ACO)、 自适应神经网络(SOM) 、禁忌搜索算法(TS)☆20Dec 16, 2023Updated 2 years ago
- 用多层BLSTM模型同时进行中文分词和标点符号预测☆18Nov 8, 2024Updated last year
- 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.
- 本项目是一个由我个人开发的python机器学习项目,基于BP、SVR、随机森林的农业粮食产量预测,对比了三种机器学习算法的预测效果。☆23Jun 27, 2025Updated 11 months ago
- 基于BP神经网络的股票价格预测☆25Mar 9, 2025Updated last year
- 房价预测完整项目:1.爬取链家网数据 2.处理后,用sklearn中几个逻辑回归机器学习模型和keras神经网络搭建模型预测房价 最终结果神经网络效果更好,R^2值0.75左右☆249Jan 2, 2019Updated 7 years ago
- pytorch,cnn,数据挖掘,天气预测☆17Dec 20, 2020Updated 5 years ago
- Quadratic Autoencoder based on new types of neurons and its application in low-dose CT☆20Dec 3, 2020Updated 5 years ago
- 基于波士顿房屋租赁价格数据,使用lasso回归算法做特征选择后,分别使用线性回归、Lasso回归、Ridge回归、Elasitic Net四类回归算法构建模型(分别测试1,2,3阶)☆13Aug 15, 2019Updated 6 years ago
- XGB、LSTM、KNNR、SVR预测☆13Dec 30, 2024Updated last year