This repository contains a collection of machine learning models implemented in Python. The models cover various tasks, including clustering, regression, and classification, using popular libraries such as Scikit-learn, TensorFlow, and Keras.
Clustering Models:
- K-Means Clustering
- Hierarchical Clustering
Regression Models:
- Linear Regression
- Decision Tree Regression
- Random Forest Regression
Classification Models:
- Logistic Regression
- Support Vector Machines (SVM)
- Neural Networks
- Python (version 3.6 or higher)
- NumPy
- Pandas
- Scikit-learn
- Matplotlib
- TensorFlow or Keras (for neural networks)
Clone the repository:
git clone https://github.com/parth354/ML_Models.git
cd ML_Models