Recurrent Neural Networks (RNN, GRU, LSTM) and their Bidirectional versions (BiRNN, BiGRU, BiLSTM) for word & character level language modelling in Theano
-
Updated
Sep 16, 2016 - Python
Recurrent Neural Networks (RNN, GRU, LSTM) and their Bidirectional versions (BiRNN, BiGRU, BiLSTM) for word & character level language modelling in Theano
TensorFlow implementation of Z. Hu et al. "Listening to Chaotic Whispers: A Deep Learning Framework for News-oriented Stock Trend Prediction", WSDM 2018
Deep Learning model to tackle the Fake News Challenge
Learn to code deep learning algorithms
Can sarcastic sentences be identified?
Scorpion Anti-malware official repository
Deep Learning for Approximate String Matching
This project is about to detecting the text generated by different LLM given prompt. The instance is labeled by Human and Machine, and this project utilised both traditional machine learning method and deep learning method to classify the instance.
Siamese Manhattan Bi-GRU for semantic similarity between sentences
Build Bi-directional GRU to predict the degradation rates at each base of an RNA molecule which can be useful to develop models and design rules for RNA degradation to accelerate mRNA vaccine research and deliver a refrigerator-stable vaccine against SARS-CoV-2, the virus behind COVID-19.
"Detect toxic content to improve online conversations"
Sentiment analysis (text mining and opinion mining) uses Natural Language Processing to determine whether data is positive, negative or neutral. Sentiment analysis is often performed on textual data to help businesses monitor brand and product sentiment in customer feedback, and understand customer needs.
Sentiment analysis on the IMDb dataset through a custom multivariate Bernoulli Naive Bayes implementation and a rudimentary BiGRU RNN.
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
Developing a Sarcasm Detection Solution using Machine Learning and Deep Learning Approaches
Sentiment analysis using different types of Bidirectional Recurrent Neural Networks on Amazon reviews dataset. The results are confronted with two baseline models which are an SVM and a RF model.
Add a description, image, and links to the bidirectional-gru topic page so that developers can more easily learn about it.
To associate your repository with the bidirectional-gru topic, visit your repo's landing page and select "manage topics."