Looking for a job or want to excel in Machine Learning as a student? Then, this list of awesome Machine Learning portfolio projects with source code will definitely help you!
1. Blog Article Generator using Python and Machine Learning – Video Tutorial, Written Tutorial
Learn to perform text generation for creating automatic blog posts using the GPT-2 pre-trained model in just 3 lines of code with Python.
GPT-2 is a large transformer-based Machine Learning model created by OpenAI with 1.5 billion parameters and trained on a dataset of 8 million web pages. It is trained with a simple objective: predict the next word, given all of the previous words within some text.
You can find the source code for this project here: ‘Blog Article Generator using Python and Machine Learning Tutorial’.
2. Language Translation using Python and Machine Learning – Video Tutorial, Written Tutorial
Learn to perform language translation using the transformers library from Hugging Face in just 3 lines of code.
The transformers Python library provides thousands of pre-trained models to perform tasks on texts such as classification, information extraction, question answering, summarization, translation, text generation, and more in over 100 languages. Its aim is to make cutting-edge NLP easier to use for everyone.
You can find the source code for this project here: ‘Language Translation using Python and Machine Learning Tutorial’.
3. Semantic and Instance Segmentation on Videos using PixelLib in Python – Video Tutorial, Written Tutorial
Learn to perform semantic and instance segmentation on videos with few lines of code using PixelLib in Python.
You can find the source code for this project here: ‘Semantic and Instance Segmentation on Videos using PixelLib in Python‘
4. Face Mask Detection using Python and Machine Learning – Video Tutorial, Written Tutorial
Learn to perform Face Mask Detection using Python and Machine Learning in this episode of Kaggle Tutorials brought to you by The Click Reader.
The overarching objective of the project is quite simple: Given an input image, a face mask detection model should be able to detect if a person is wearing a face mask or not with a good amount of accuracy.
You can find the source code for this project here: ‘Face Mask Detection using Python and Machine Learning Tutorial’.
5. Sentiment Analysis using Python and Deep Learning (DistilBERT) – Video Tutorial, Written Tutorial
Learn to perform sentiment analysis using the transformers
library from Hugging Face in just 3 lines of code with Python and Deep Learning.
Sentiment analysis is the process of determining whether a piece of writing is positive, negative, or neutral. This kind of analysis is very helpful when trying to extract insights from product or service reviews, customer feedbacks, and much more.
You can find the source code for this project here: ‘Sentiment Analysis using Python and Deep Learning (DistilBERT)‘.
Make sure to bookmark this article since we will be adding more projects in the future.
Do you want to learn Python, Data Science, and Machine Learning while getting certified? Here are some best selling Datacamp courses that we recommend you enroll in:
- Introduction to Python (Free Course) - 1,000,000+ students already enrolled!
- Introduction to Data Science in Python- 400,000+ students already enrolled!
- Introduction to TensorFlow for Deep Learning with Python - 90,000+ students already enrolled!
- Data Science and Machine Learning Bootcamp with R - 70,000+ students already enrolled!