• Stars
    star
    5
  • Rank 2,861,937 (Top 57 %)
  • Language
    Jupyter Notebook
  • Created almost 7 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Building a model which can predict the number of online 'shares' an article will get based on a set of variables attached to it. (Python)

More Repositories

1

Twitter-moods-as-stock-price-predictors-on-Nasdaq

An attempt to predict next day's stock price movements using sentiments in tweets with cashtags. Six different ML algorithms were deployed (LogReg, KNN, SVM etc.). Main libraries used: Pandas & Numpy
Jupyter Notebook
23
star
2

Analysing-IMDB-reviews-using-GloVe-and-LSTM

Using the IMDB data found in Keras here a few algorithms built with Keras. The source code is from Francois Chollet's book Deep learning with Python. The aim is to predict whether a review is positive or negative just by analyzing the text. Both self-created as well as pre-trained (GloVe) word embeddings are used. Finally there's a LSTM model and the accuracies of the different algorithms are compared. For the LSTM model I had to cut the data sets of 25.000 sequences by 80% to 5.000, since my laptop's CPU was not able to run the data crunching, making the model's not fully comparable.
Jupyter Notebook
7
star
3

Star-Wars-opening-text-crawl

Mimic of Star Wars' opening title text crawl
Jupyter Notebook
4
star
4

K-means-clustering-on-US-crime-data

Unsupervised machine learning using U.S. crime data and k-means clustering. Crime categories: murder, assault & rape in all 50 states in 1973.
Jupyter Notebook
3
star
5

Predicting-Nordea-stock-price-using-an-LSTM-neural-network-

Using an 80/20 split in the historical data daily closing prices where predicted using a LSTM network based on data observed in the past 30 days for each prediction
Jupyter Notebook
2
star
6

Multivariate-Regression---King-County-House-Prices

Supervised Machine Learning Using Regression Analysis
Jupyter Notebook
2
star
7

Predicting-terrorism-in-Europe-through-Decision-Trees-and-Random-Forests

Given enough data, could we make predictions on whether a terrorist attack will be successful, or not? This analysis aims to do just that using Decision Trees and Random Forests created with scikit-learn. (Python)
Jupyter Notebook
1
star
8

House-Prices-Advanced-Regression-Techniques

This is my contribution to a competition on kaggle.com, where you have a dataset with 79 explanatory variables describing (almost) every aspect of c. 1500 residential homes in Ames, Iowa. The aim is to predict the final price of each home.
Jupyter Notebook
1
star
9

Sentiment-Analysis-on-Donald-Trump-s-tweets

Trump has been tweeting since December 2009, altogether more than 23000(!) tweets. Here I analyzed the last two years only, between May 2016 and April 2018, because that era covers the most active part of his presidential campaign, as well as his presidency so far.Full article available on my linkedin-page.
Jupyter Notebook
1
star