Binary Classification Model for Parkinson’s Disease Using R Take 2

Template Credit: Adapted from a template made available by Dr. Jason Brownlee of Machine Learning Mastery. SUMMARY: The purpose of this project is to construct a prediction model using various machine learning algorithms and to document the end-to-end steps using a template. Parkinson’s Disease dataset is a binary classification situation where we are trying to… Read More

Web Scraping of AWS Documentation using BeautifulSoup

SUMMARY: The purpose of this project is to practice web scraping by extracting specific information from a website. Using the extracted information, the script further completes other tasks (downloading files in this case). The web scraping python code leverages the BeautifulSoup module. INTRODUCTION: On occasions, there is a need to download a batch of documents… Read More

Binary Classification Model for Parkinson’s Disease Using Python

Template Credit: Adapted from a template made available by Dr. Jason Brownlee of Machine Learning Mastery. SUMMARY: The purpose of this project is to construct a prediction model using various machine learning algorithms and to document the end-to-end steps using a template. Parkinson’s Disease dataset is a binary classification situation where we are trying to… Read More

Binary Classification Model for Parkinson’s Disease Using R

Template Credit: Adapted from a template made available by Dr. Jason Brownlee of Machine Learning Mastery. SUMMARY: The purpose of this project is to construct a prediction model using various machine learning algorithms and to document the end-to-end steps using a template. Parkinson’s Disease dataset is a binary classification situation where we are trying to… Read More

Binary Classification Model for Parkinson’s Disease Using Python

Template Credit: Adapted from a template made available by Dr. Jason Brownlee of Machine Learning Mastery. SUMMARY: The purpose of this project is to construct prediction model using various machine learning algorithms and to document the end-to-end steps using a template. The Parkinson’s Disease dataset is a binary classification situation where we are trying to… Read More

Multi-Class Classification Model for Song Year Prediction Using Python

Template Credit: Adapted from a template made available by Dr. Jason Brownlee of Machine Learning Mastery. SUMMARY: The purpose of this project is to construct prediction model using various machine learning algorithms and to document the end-to-end steps using a template. The Song Year Prediction dataset is a multi-class classification situation where we are trying… Read More

Machine Learning Templates for Google Colaboratory

Google’s Colaboratory (Colab) is a Jupyter-based research tool for machine learning education and research. The Colab Jupyter notebook environment is a standard virtual machine that requires no setup to provision and to use. The Colab environment’s virtual machine has access to 12 GB of RAM, which is sufficient to practice many machine learning problems. The… Read More

Regression Model for Song Year Prediction Using Python

Template Credit: Adapted from a template made available by Dr. Jason Brownlee of Machine Learning Mastery. SUMMARY: The purpose of this project is to construct prediction model using various machine learning algorithms and to document the end-to-end steps using a template. The Song Year Prediction dataset is a classic regression situation where we are trying… Read More

Web Scraping of Quotes from Famous People using BeautifulSoup Take 2

SUMMARY: The purpose of this project is to practice web scraping by gathering specific pieces of information from a website. The web scraping code was written in Python and leveraged the BeautifulSoup module. INTRODUCTION: A demo website, created by Scrapinghub, lists quotes from famous people. It has many endpoints showing the quotes in different ways,… Read More