-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
12 lines (12 loc) · 1.32 KB
/
Copy pathindex.html
File metadata and controls
12 lines (12 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head>
<meta name="google-site-verification" content="53zXwdpHtnCBJxxkWX5QBlSIKIWlFkxkJSGl0MSFgQM" />
<title>Time series Analysis using LSTM, RNN, and GRU with PyTorch</title>
</head>
<body>
<h1>Time Series Analysis</h1>
<p>Here I am implementing some of the RNN structures, such as RNN, LSTM, and GRU to build an understanding of deep learning models for time-series forecasting. I have worked on some of the feature engineering techniques that are widely applied in time-series forecasting, such as one-hot encoding, lagging, and cyclical time features. The libraries used are Scikit-learn, Pandas, and PyTorch, an open-source machine learning library. I have followed this great article you can find more details over here link. It will give you extensive detail about this. Time Series Dataset I am using is from PJM’s Hourly Energy Consumption data, a univariate time-series dataset of 10+ years of hourly observations collected from different US regions. From all files, I am working with the PJM East region data, which originally has the hourly energy consumption data from 2001 to 2018, but you can use any dataset.
python machine-learning deep-learning prediction sequence gpt lstm-neural-networks time-series-analysis rnn-pytorch pytorch-implementation</p>
</body>
</html>