r/Jokes Subreddit Analysis
📰 Reddit r/datascience
Analyze the r/Jokes subreddit to number and track joke origins, enabling a bot to identify and label repeated jokes
Action Steps
- Collect joke data from the r/Jokes subreddit using Reddit's API or web scraping techniques
- Preprocess the joke data by removing duplicates, handling missing values, and normalizing text formats
- Apply clustering algorithms to group similar jokes and identify potential duplicates
- Train a machine learning model to predict joke similarity and assign a unique identifier to each joke
- Develop a bot that can post the joke number below a joke if it matches a known joke in the database
Who Needs to Know This
Data scientists and machine learning engineers can benefit from this project to practice natural language processing and data analysis, while also contributing to the Reddit community
Key Insight
💡 By analyzing joke data and applying machine learning algorithms, we can create a system to identify and track repeated jokes on the r/Jokes subreddit
Share This
🤖 Analyze r/Jokes subreddit to track joke origins & create a bot to label repeated jokes! 📊
Full Article
I was reading a joke on r/jokes that I have seen many times and in the comments you always see “good old #67” or some such. Which got me thinking, we gotta be able to actually number these, right? Pull them all, analyze their history, figure out their origins, and actually number them? Then a bot can be made that would actually post the number below a joke if it knows the number? And God forbid an actual original joke makes it, the bot cou
DeepCamp AI