Tagneural-networks
-
Twitter Sentiment Analysis using combined LSTM-CNN Models
Combining CNNs and LSTMs for tweet sentiment analysis — the intuition behind each network, two stacked architectures (CNN-LSTM vs. LSTM-CNN), and why ordering the LSTM first wins, trained on 1.5M+ labeled tweets.
Read the post -
SoundCloud Spam Analysis
Crawling 20 million SoundCloud users with a Docker crawler army (and a "borrowed" public API key), then using K-Means clustering and a Keras neural net to find and predict spam accounts — with dataset, paper, code, and PDF at the end.
Read the post -
Twitter Sentiment Analysis with Neural Networks
Hand-coding a Feed-Forward Neural Network from scratch to classify tweets as positive or negative, comparing Bayesian probabilities, Keras word embeddings, and a hand-built feature vector (~70% accuracy) against a Keras NN.
Read the post


