Training a Machine Learning Model to Detect Sarcasm using Twitter

By Lewis Gavin - 2016-09-22

Description

Big Data & Software Engineer

Summary

  • In the last post a model was trained to detect sarcasm using just a small amount of sample data.
  • This is so the model understands many different types of sarcasm.
  • To solve this problem, twitter can be used to train the model by using any tweets that contain #sarcasm or #sarcastic as my sarcastic training data.
  • The tweets need to be labelled correctly too.

 

Topics

  1. Backend (0.37)
  2. Database (0.16)
  3. Security (0.12)

Similar Articles

How to put machine learning models into production

By Stack Overflow Blog - 2020-10-12

The goal of building a machine learning model is to solve a problem, and a machine learning model can only do so when it is in production and actively in use by consumers. As such, model deployment is ...