Skip to content

suubh/Machine-Learning-in-Python

Repository files navigation

Machine Learning with Python

This repository contains Machine Learning Projects in Python programming language. All the projects are done on Jupyter Notebooks.

Libraries Required

The following libraries are required to successfully implement the projects.

  • Python 3.6+
  • NumPy (for Linear Algebra)
  • Pandas (for Data Preprocesssing)
  • Scikit-learn (for ML models)
  • Matplotlib (for Data Visualization)
  • Seaborn (for statistical data visualization)

The projects are divided into various categories listed below -

Supervised Learning

Unsupervised Learning

  • K Means Clustering K-Means clustering is used to find intrinsic groups within the unlabelled dataset and draw inferences.

NLP(Natural Language Processing)

Data Cleaning and Preprocessing