Predicting Stroke with an Neural Network
Objective: Train my own neural network using ml5.js to predict the likelihood of a stroke I trained my neural network using Healthcare Dataset Stroke data from Kaggle. The data has 10 main columns that can serve as inputs: gender, age, hypertension, heart_disease, ever_married, work_type, Residence_type, avg_glucose_level, bmi, smoking_status. It has one column labeled “stroke” with […]
Read More Predicting Stroke with an Neural Network