You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project forecasts the total wind and solar electricity production using Long Short-Term Memory (LSTM) neural networks implemented in PyTorch. The model leverages time-series data to predict future renewable energy generation, helping to optimize energy management and grid stability.
This project leverages Long Short-Term Memory (LSTM) neural networks to predict metro interstate traffic volume. The model is built using PyTorch and trained on historical traffic data to forecast future traffic patterns.
This project utilizes Long Short-Term Memory (LSTM) networks in PyTorch to forecast green energy production based on historical data. The model is designed to predict energy output from renewable sources like solar and wind by capturing time-dependent patterns in the data.
This project explores emotion recognition in audio data, focusing on feature extraction techniques while also comparing the performance of LSTM and 1D CNN models.
NFT market analyses using Bi-directional LSTM Recurrent Neural Network (RNN), BERT (transformer) based model & Long Short-Term Memory Network using Text Data from Amazon to classify Negative/Positive Reviews
This repo covers the source code for training and testing PyTorch models for various tasks such as regression, classification, text generation, image classification, etc. Major types of neural networks have been covered including ANN, CNN, RNN and LSTM.