**🚀 Machine Learning Project Code 🚀 is a collection of popular Machine Learning projects which are a part of Machine Learning Course at EnjoyAlgorithms along with their Python codes.
- All Fundamentals of Machine Learning is discussed thoroughly.
- Hands-on experience with all forms of Data: Structured and Unstructured.
- All popular ML algorithms are discussed with mathematical details.
- 20+ industrial applications of Machine Learning.
- Guidance from Industry professionals to crack ML interviews.
python3 -m venv ~/venv_enjoyalgorithm_projects
source ~/venv_enjoyalgorithm_projects/bin/activate
pip3 install --upgrade pip
git clone https://github.com/enjoyalgorithms/Machine-learning-project-code.git
cd Machine-learning-project-code
pip3 install -r requirements.txt
jupyter-notebook
As a part of the ML curriculum, there are 15+ ML projects along with their Python codes. List of all the projects are:
Supervised Learning Projects | Algorithm Used | Code |
---|---|---|
Life Expectancy Predictio | Linear Regression | Code |
Optical Character Recognition | Logistic Regression | Code |
Breast Cancer Prediction | SVM | Code |
Email Spam Classification | KNN | Code |
Wine Quality Prediction | KNN | [Code] |
Sentiment Analysis | Naive Bayes | Code |
How Uber Uses ML? | Random Forest | Code |
Pubg Cheater Detection | Random Forest | Code |
Drug Discovery | XG-Boost | Code |
Unsupervised Learning Projects | Algorithm Used | Code |
---|---|---|
Personality Prediction | k-means | Code |
Customer Segmentation | Hierarchical Clustering | [Code] |
Image Compression | PCA | Code |
We welcome community contributions to expand the scope of Industry Based ML Projects
. Please follow the famous fork-and-pull
Git workflow to add new projects.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes
NOTE: Be sure to merge the latest from "upstream" before making a pull request!