Category: Advance Projects
-
Build and Deploy a Machine Learning Pipeline
While this is not a specific project, deploying and maintaining the other projects on this list is an incredibly useful skill to showcase to employers. In this tutorial, you’ll learn exactly how to do that.
-
Movie Genre Classification with Multi-Label Output
A movie can combine genres. With this Netflix movie dataset, you can apply multi-label classification to predict the many genres a movie may have based on its description, rating, and more.
-
Movie Similarity in Plot Summaries
With so many movies available, it’s easy to think of movies that are similar to each other. What if you can find natural language processing and machine learning to categorize movies based on their plot summaries? With this movie similarity dataset, you’ll do exactly that. This advanced Python project offers challenges in exploratory data analysis, text mining,…
-
Reducing Traffic Mortality with Machine Learning
In this traffic mortality project, you’ll dig through historical data on traffic mortality in the USA by state and apply machine learning to find similarities and differences between states and provide granular policy recommendations. You can check out our other machine learning projects in a separate article.
-
Network Analysis of Game of Thrones
While a bit dated at this point, Game of Thrones captured the world’s imagination, unlike any other show. With such a vast set of characters and lore, was the most important one of them of all? In this Network Analysis project, you’ll answer just this question.
-
SMS Spam Detection
Spam detection is a cornerstone of data science and requires a combination of natural language processing and machine learning techniques. Create a spam detection tool with this SMS dataset.
-
Real-time license plate recognition
An awesome project on recognizing license plate numbers in real-time using deep learning on video datasets. Check out the GitHub project containing the dataset and the code.
-
American Signal Language Recognition
American Sign Language is the primary language used by many deaf individuals in North America. In this image recognition project, you’ll use Deep learning to recognize ASL letters.
-
Build a Movie Recommender System
Streaming platforms provide granular recommendations based on how you and others like you interact with content. In this recommendation system project, you’ll learn how to build a movie recommender system.