Welcome to my IBM Machine Learning Course repository! Here you'll find all the notebooks, datasets, and resources related to the course completed on Coursera. This repository contains a comprehensive collection of machine learning models and exercises covering various topics and techniques.
- K_means.ipynb: Implementation of K-means clustering algorithm.
- KKN.ipynb: K-nearest neighbors algorithm.
- logistic_regression.ipynb: Logistic regression model.
- multiclass.ipynb: Multiclass classification techniques.
- multi_regression.ipynb: Multivariate regression analysis.
- regression_trees.ipynb: Decision trees for regression problems.
- simple_regression.ipynb: Simple linear regression example.
- svm.ipynb: Support Vector Machines (SVM) implementation.
- decision_trees.ipynb: Decision trees algorithm.
- Taxi_tip_exercise.ipynb: Exercise on predicting taxi tips.
- credit_card_fraud_detection.ipynb: Fraud detection using machine learning.
- Cell_samples.csv: Dataset for cell samples analysis.
- ChurnData.csv: Dataset for customer churn analysis.
- Cust_Segmentation.csv: Customer segmentation dataset.
- drug200.csv: Dataset for drug effectiveness analysis.
- Fuelconsumption.csv: Dataset for vehicle fuel consumption analysis.
- teleCust1000t.csv: Telecom customer dataset.
- creditcardfraud.csv: Credit card fraud dataset.
- Yellow_tripdata_2019-06.csv: Yellow taxi trip data for June 2019.
- Final_Rain_Solved.ipynb: Final assignment solved with screenshots included.
-
Clone the Repository:
git clone tps://github.com/mostafa7arafa/MachineLearning_Python_IBM
-
Navigate to the Project Directory:
cd MachineLearning_Python_IBM
-
Open Jupyter Notebooks: Launch Jupyter Notebook or JupyterLab to explore the notebooks.
jupyter notebook
or
jupyter lab
-
Explore Notebooks: Open the desired notebook from the list and run the cells to understand the implementations and analyses.
-
Utilize Datasets: Access the datasets in the
data
directory for practicing with the notebooks or for your own analyses. -
Review Final Assignment: Open the
Final_Rain_Solved.ipynb
notebook for the solved final assignment with detailed explanations and screenshots.
Certificate of completion for the IBM Machine Learning Course on Coursera.