Machine Learning

Diabetes Detection using a Neuro-Fuzzy System

Combines fuzzy-c-means feature generation with a neural-network classifier to predict diabetes outcomes on the Pima Indians dataset.

Mar 2025 Eng. Ameen Qahtan

Project Overview

The notebook loads the Pima Indians Diabetes dataset into a DataFrame (768 × 9) via pandas , applies standard scaling, then generates fuzzy membership features using a C-means clustering implementation . It concatenates these fuzzy features with the original scaled inputs to train both a baseline MLP (via TensorFlow/Keras) and a hybrid Neuro-Fuzzy model, comparing their performance through accuracy and other classification metrics.

File / Project Preview

View Only — Download & Print disabled
Diabetes Detection using a Neuro-Fuzzy System
Project Details
Category
Machine Learning
Completed
Mar 27, 2025
Technologies
Python 3 pandas NumPy scikit-learn skfuzzy matplotlib