There are 0 repository under rnn-gru topic.
RNN architectures trained with Backpropagation and Reservoir Computing (RC) methods for forecasting high-dimensional chaotic dynamical systems.
A data-driven method to calculate the Lyapunov exponent of a dynamical system employing a GRU-RNN.
Deep Learning notes and practical implementation with Tensorflow and keras. Text Analytics and practical application implementation with NLTK, Spacy and Gensim.
Weather forecasting using recurrent neural network
The final project for ECE C147/C247, which evaluates the performance of CNN + Transformer and CNN + GRU + SimpleRNN models on an EEG dataset.
Multiclass Multilabel prediction for stack overflow Questions using NLP
Clean, documented implementations of PPO-based algorithms for cooperative multi-agent reinforcement learning, focusing on SMAC environments. Features MLP and RNN-based MAPPO with various normalization techniques.
Trigger word detection is the technology that allows devices like Amazon Alexa, Google Home, Apple Siri, and Baidu DuerOS to wake up upon hearing a certain word
Clean, documented implementations of PPO-based algorithms for cooperative multi-agent reinforcement learning, focusing on SMAC environments. Features MLP and RNN-based MAPPO and HAPPO with various techniques.
Code and data for the NLLP 2021 paper: `Multi-granular Legal topic Classification on Greek Legislation`
Used RNN architectures to classify the respiratory sound samples into four different categories. This will in turn help detect respiratory diseases in patients.
Siamese Manhattan Bi-GRU for semantic similarity between sentences
:robot: :capital_abcd: Making the vaccine sentiment classifier using tweets as datasets with the help of Pytorch Neural Networks and Glove word embeddings. Using both feed-forward nets and bidirectional stacked RNNs.
Collection of my Deep Learning and Machine Learning notebooks.
An attempt to collect and use data to find a player's "Patterns of Play". These can be exploited in a match.
Gated Recurrent Units (GRUs) are a type of RNN designed to capture long-term dependencies in sequential data
My repo of assignments for the AUEB M.Sc. in Data Science (2018-2020)
Seq2Seq model that restores punctuation on English input text.
Comparison between RNNs and Attention in Document Classification
Recurrent neural network with GRUs for trigger word detection from an audio clip
GRU-Gated Attention Model Implementation in order to train it to translate over Cap-verdian criole to English.
Stock price prediction using LSTM, GRU and LSTM + GRU (base on VNINDEX)
This project focuses on the development of a Recurrent Neural Network (RNN) model using Gated Recurrent Units (GRUs) for Twitter sentiment analysis, along with hyperparameter tuning. The performance of the RNN-GRU model is compared against two pre-existing models
Music Generation using Multi-Layer Gradient Recurrent Units. This involves using many-to-many type of RNN for input-output mapping.
Sentence Autocompletion Project with GRU based RNN using Alice in Wonderland text dataset and NYT comments dataset
Recurrent Neural Networks (RNNs) to classify Stack Overflow posts using PyTorch
Introduction to Neural Quantum States
Develop a Recurrent Neural Network (RNN) that can learn the lyrics and melodies of songs
Étude et évaluation de différents modèles de Machine Learning et Deep Learning pour l'analyse des sentiments des critiques IMDB
Implemented neuroevolutionary algorithm (Genetic Algorithm) onto Street Fighter 2 Turbo
A machine learning project for detecting hand gestures for Smart TVs using CNN and RNN
Experiment for understanding RNN architecture
A modular AutoML framework for text classification using the IMDB dataset. The project compares CNN and RNN architectures for sentiment analysis and leverages Optuna for hyperparameter optimization. Built with TensorFlow/Keras, the pipeline is designed to be reusable, and extensible.