Getting started¶
To help you get started quickly in the field of XAI, specifically using the dimlpfidex algorithms, here is a recommended plan to follow:
- Install our algorithms following the installation guide.
- (Optional) Install our user interface following the GUI page.
- Take a moment to follow one of our notebooks. Here is a selection for you to dive into the use of
dimlpfidex
tools:
-
BCW Notebook
Dive into breast cancer classification and rule extraction with dimlpBT and various Fidex algorithms.
-
OCD Notebook
Dive into breast obesity risk classification and rule extraction with our random forest and various Fidex algorithms.
-
MNIST Notebook
Dive into handwritten digits classification and rule extraction with our CNN and various Fidex algorithms.
-
Cracks Notebook
Dive into surface cracks detection and rule extraction with our CNN using
VGG16
and various fidex algorithms. -
OmniXAI Notebook
Learn to use dimlpfidex within the OmniXAI library by exploring the heart attack prediction and extracting rules.
-
GUI Notebook
Learn to use our user interface to ease your interaction with configuration files.