[大数据课程作业]分别采用神经网络、线性回归、SVM方法预测学生成绩
☆48Dec 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:
- 排名(成绩)预测(入门Python和机器学习)☆55Jul 5, 2022Updated 3 years ago
- 🤖机器学习实战🤖:决策树、随机森林线性回归、逻辑回归、贝叶斯、kNN等☆24Jul 21, 2019Updated 6 years ago
- Regression prediction of time series data using LSTM, SVM and random forest. 使用LSTM、SVM、随机森林对时间序列数据进行回归预测,注释拉满。☆201Apr 29, 2020Updated 5 years ago
- 本课题完成了对5日均线涨跌的预测,运用支持向量机与逻辑回归的机器学习方法☆10May 10, 2017Updated 8 years ago
- 回归问题是数据挖掘和机器学习中常常出现的问题----本专题以 中国移动用户信用分预测 为例,对比分析几类 常见的回归算法,包括:线性回归、岭回归、贝叶斯岭回归、前馈神经网络、迭代提升树等。☆18Mar 28, 2019Updated 7 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.
- We propose to continuously predict the whole $station \times feature$ map in the next 1 to 48 hours with a convolutional LSTM (ConvLSTM, …☆11Mar 10, 2020Updated 6 years ago
- 用LSTM模型来预测时间序列数据☆14Nov 6, 2020Updated 5 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
- This implementation for the paper: Learning Neural Representations for Network Anomaly Detection. If you have questions, please do not he…☆18Aug 20, 2019Updated 6 years ago
- A simple C++ template class for 3 element vectors.☆10Jul 15, 2013Updated 12 years ago
- 使用去噪深度卷积自动编码器对MNIST图像进行去噪☆16Mar 26, 2019Updated 7 years ago
- 基于Transformer的机器翻译系统☆12Jun 28, 2022Updated 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.
- 洛杉矶房价预测☆18Jul 29, 2020Updated 5 years ago
- 使用决策树实现预测人才招聘市场的最低薪酬预测 | C4.5分类 | CART回归 | 剪枝 | 随机森林☆19Feb 20, 2019Updated 7 years ago
- 使用scik-learn 实现k-means,KNN,SVM,贝叶斯,topic_extraction等算法,同时评估分类的准确率,召回率和F值。语料库是中文文本☆43Jul 23, 2017Updated 8 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
- 本项目是一个由我个人开发的python机器学习项目,基于BP、SVR、随机森林的农业粮食产量预测,对比了三种机器学习算法的预测效果。☆22Jun 27, 2025Updated 9 months ago
- pytorch,cnn,数据挖掘,天气预测☆17Dec 20, 2020Updated 5 years ago
- 房价预测完整项目:1.爬取链家网数据 2.处理后,用sklearn中几个逻辑回归机器学习模型和keras神经网络搭建模型预测房价 最终结果神经网络效果更好,R^2值0.75左右☆248Jan 2, 2019Updated 7 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
- 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.
- 基于多特征融合模型音乐情感分类器的实现☆25Jun 4, 2018Updated 7 years ago
- 天池-人工智能辅助糖尿病预测Rank42/2522☆23Jul 7, 2019Updated 6 years ago
- Pytorch、Scikit-learn实现多种分类方法,包括逻辑回归(Logistic Regression)、多层感知机(MLP)、支持向量机(SVM)、K近邻(KNN)、CNN、RNN,极简代码适合新手小白入门,附英文实验报告(ACM模板)☆450Oct 16, 2020Updated 5 years ago
- 基于BiLSTM-CRF网络的中文电子病历命名实体识别☆35Feb 18, 2019Updated 7 years ago
- ☆14May 21, 2024Updated last year
- Rewirte for python 3.6 edition.☆11Dec 6, 2019Updated 6 years ago
- 本项目由三个模块构成。意图识别:判断用户的意图是业务型还是闲聊型;模型检索:该部分构建一个语料库,当用户 发起新的query(通过意图识别判断为业务型对话)时,为用户匹配query检索的最佳response,使用HSWN进行召回(粗排), 然后构建句子的相似度,并利用Lig…☆12Feb 18, 2021Updated 5 years ago
- Use machine learning model for intense rainfall prediction. 基于深度学习的天气预报系统研究应用☆12Nov 7, 2020Updated 5 years ago
- 基于LSTM的预测模型,支持多维数据的预测☆17Mar 20, 2019Updated 7 years ago
- Wordpress hosting with auto-scaling - Free Trial • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- SparkSQL慕课网日志分析及可视化展示☆21Sep 20, 2018Updated 7 years ago
- ☆15Jul 14, 2019Updated 6 years ago
- sougou医学词库爬取☆13Nov 21, 2019Updated 6 years ago
- 本项目采用transformers模块,使用bert-base-chinese模型实现文本多分类。☆41Jan 16, 2021Updated 5 years ago
- Node.JS client for Nameko microservice framework.☆12Dec 4, 2018Updated 7 years ago
- An Interactive Causal Analysis Tool☆19Jun 16, 2023Updated 2 years ago
- ☆10Apr 6, 2022Updated 4 years ago