Tag: healthtech
-
ANOVA-OLS Prediction of Surgical Volumes
Operating rooms (ORs) are some of the most valuable hospital assets, generating a large part of hospital revenue. Statistical models have been developed using datasets to predict daily surgical volumes weeks in advance. We focus on the VUMC dataset for evaluation of our statistical models. We use the ANOVA null-hypothesis test for the total number…
-
Drug Review Data Analytics
UCI Drag Review Data Analytics An AI assisted medication recommender framework is truly vital with the goal that it can assist specialists and help patients to build their knowledge of drugs on specific health conditions. We Build a Drug Recommendation System that recommends the most effective drug for a certain condition based on available reviews…
-
AI-Driven Skin Cancer Diagnosis

Using TensorFlow library in Python, we can implement an image recognition skin cancer classifier that tries to distinguish between benign (nevus and seborrheic keratosis) and malignant (melanoma) skin diseases from only photographic 2D RGB images
-
The Application of ML/AI in Diabetes
The study uses machine learning (ML) to predict diabetes in patients. Classifying diabetics is complex, but ML can offer quick and accurate predictions. The study focuses on type 2 diabetes and uses the Pima Indians database for diagnostic measurements. Models were trained with Python and the Anaconda library. Feature engineering and exploratory data analysis revealed…
-
Diabetes Prediction using ML/AI in Python
The post focuses on developing a machine-learning model to predict diabetes using patient diagnostic data from the UCI Machine Learning Repository, featuring blood tests and obesity metrics. Implemented classifiers include a random forest, decision tree, XGBoost, and an SVM. The model is trained on this data, achieving highest accuracy with the random forest method (approx.…
-
HealthTech ML/AI Use-Cases
About Supervised ML/AI Breast Cancer Diagnostics Python Use-Case Supervised ML/AI in Breast Cancer (BC) Classification Heart Failure Prediction using Supervised ML/AI Technique Diabetes Prediction using ML/AI in Python
-
Heart Failure Prediction using Supervised ML/AI Technique
-
Supervised ML/AI Breast Cancer Diagnostics (BCD) – The Power of HealthTech
Pilots Related to HealthTech Infographic These plots illustrate the most basic application of ML/AI in BCD as the binary classification problem. Classification usually refers to any kind of problem where a specific type of class label is the result to be predicted from the given input field of data. This is a task which assigns a label value…
-
Supervised ML/AI Breast Cancer Diagnostics – The Power of HealthTech
Problem Breast cancer (BC) is the uncontrollable growth of malignant cells in the breasts [1]. BC is the most common cancer with the highest mortality rate. The exact cause of breast cancer is unknown, but some women have a higher risk than others. This includes women with a personal or family history of breast cancer and…