Machine Learning With Python (IBM Data Science Specialization)

Data Analysis with Python

Linear Algebra for Machine Learning and Data Science (DeepLearning.ai)

Machine Learning Scientist with Python (DataCamp)

Building Deep Learning Models with TensorFlow  (IBM AI Engineering)

Introduction to Deep Learning & Neural Networks with Keras  (IBM AI Engineering)

Natural Language Processing with Classification and Vector Spaces (DeepLearning.AI)

Algorithms for Searching, Sorting, and Indexing (University of Colorado Boulder)

Spark and Python for Big Data with PySpark (Udemy)

SpaceX (IBM Data Science Specialization)

This project follows the IBM Data Science methodology involving data collection, data wrangling, exploratory data analysis, data visualization, model development, model evaluation, and reporting results to stakeholders. 

The project predicts if the first stage of the SpaceX Falcon 9 rocket will land successfully. 

SpaceX advertises Falcon 9 rocket launches on its website, with a cost of 62 million dollars; other providers cost upward of 165 million dollars each, much of the savings is because SpaceX can reuse the first stage.

Therefore to determine the cost of a launch, we have to accurately predict the likelihood of the first stage rocket landing successfully.

Project folder

Drug Classification (IBM Data Science Specialization)

Drug Classification

In this project, you assume the role of a medical researcher building a classification model to find out which drug might be appropriate for a future patient based on a study where data was collected and patients responded to one of the following 5 medications: Drug A, Drug B, Drug c, Drug x, and Drug y.

Decision Tree Algorithm