Skip to content

Generating jokes using a LSTM and classify them to a category using logistic regression

Notifications You must be signed in to change notification settings

Tourgito/Joke-Generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Joke-Generation

A project that I created with two clasmmates for my postgraduate, more precisely, the course of Natural Language Processing (NLP).

Objective

Generate jokes and classify them to predifined categories.

Solution

In order to implement our objective, we had to solve two tasks: 1) joke generation and 2) joke classification

Joke generation

  • LSTM

Joke classifiaction

  • Logistic regression

Files

  • data -> Contains the jokes datasets
  • preprocessing -> Contains the code that preprocess the jokes datasets
  • generation -> Contains the code that creates the LSTM, which generates the new jokes
  • classification -> Contains the code that creates the logistic regression model, which classifies the generated jokes to categories

About

Generating jokes using a LSTM and classify them to a category using logistic regression

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages