Pinned Repositories
BP_regression
通用的BP神经网络回归代码
BPNN-regression-and-classify
1、BP-momentum神经网络numpy实现及Pytorch实现及各optim在AQI数据集的表现。2、BP网络分类
ChatGPT-Next-Web-1
One-Click to deploy well-designed ChatGPT web UI on Vercel. 一键拥有你自己的 ChatGPT 网页服务。
copper_price_forecast
copper price(time series) prediction using bpnn and lstm
EverydayWechat
微信助手:1.每日定时给好友(女友)发送定制消息。2.机器人自动回复好友。3.群助手功能(例如:查询垃圾分类、天气、日历、电影实时票房、快递物流、PM2.5等)
load-forecasting-algorithms
使用多种算法(线性回归、随机森林、支持向量机、BP神经网络、GRU、LSTM)进行电力系统负荷预测/电力预测。通过一个简单的例子。A variety of algorithms (linear regression, random forest, support vector machine, BP neural network, GRU, LSTM) are used for power system load forecasting / power forecasting.
stock-price-prediction-BPNN-LSTM
Use BPNN and LSTM to forecast stock price. 使用BP神经网络和LSTM预测股票价格,注释拉满。
tabnet
PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf
time_series_forecasting_pytorch
time series forecasting using pytorch,including ANN,RNN,LSTM,GRU and TSR-RNN,experimental code
TREX
Assimilate, process and analyse thermal dissipation sap flow data
MoMei1583's Repositories
MoMei1583/BP_regression
通用的BP神经网络回归代码
MoMei1583/BPNN-regression-and-classify
1、BP-momentum神经网络numpy实现及Pytorch实现及各optim在AQI数据集的表现。2、BP网络分类
MoMei1583/load-forecasting-algorithms
使用多种算法(线性回归、随机森林、支持向量机、BP神经网络、GRU、LSTM)进行电力系统负荷预测/电力预测。通过一个简单的例子。A variety of algorithms (linear regression, random forest, support vector machine, BP neural network, GRU, LSTM) are used for power system load forecasting / power forecasting.
MoMei1583/stock-price-prediction-BPNN-LSTM
Use BPNN and LSTM to forecast stock price. 使用BP神经网络和LSTM预测股票价格,注释拉满。
MoMei1583/tabnet
PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf
MoMei1583/time_series_forecasting_pytorch
time series forecasting using pytorch,including ANN,RNN,LSTM,GRU and TSR-RNN,experimental code
MoMei1583/TREX
Assimilate, process and analyse thermal dissipation sap flow data
MoMei1583/ChatGPT-Next-Web-1
One-Click to deploy well-designed ChatGPT web UI on Vercel. 一键拥有你自己的 ChatGPT 网页服务。
MoMei1583/copper_price_forecast
copper price(time series) prediction using bpnn and lstm
MoMei1583/EverydayWechat
微信助手:1.每日定时给好友(女友)发送定制消息。2.机器人自动回复好友。3.群助手功能(例如:查询垃圾分类、天气、日历、电影实时票房、快递物流、PM2.5等)
MoMei1583/Extract-Raster-values-from-geotif
How to extract raster point values from a geotif image file
MoMei1583/iDataV
大屏数据可视化 Big screen data visualization demo
MoMei1583/learn
MoMei1583/lstm-gru-pytorch
LSTM and GRU in PyTorch
MoMei1583/LSTM-SVM-RF-time-series
Regression prediction of time series data using LSTM, SVM and random forest. 使用LSTM、SVM、随机森林对时间序列数据进行回归预测,注释拉满。
MoMei1583/Pytorch-LSTM-Stock-Price-Predict
LSTM 实现的股票最高价预测
MoMei1583/Time-Series-Prediction
Exploring HMM, LSTM and Regression techniques to predict respiratory rate of an individual from accelerometer data.