Programming

Machine Learning - Parameter Tuning
0 Comments

In this Video I will show you how you can easily tune the crap out of your model… using python and scikit-learn. 

The model we will be using in this video is again the model from the Video about sentiment analysis.. but slightly changed…. so if you haven’t watched the video yet…now would be a good time to go for it!

Teaser Image for sentiment analysis part 1
0 Comments

Deutsche Version: Sentiment Analyse mit Python

This Video shows how to implement a basic sentiment analysis with python. Sentiment analysis is a machine learining algorithm to analyse the mood of something. In this Video we will use it to predict whether a review is positive or negative.