Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 531 Bytes

File metadata and controls

22 lines (13 loc) · 531 Bytes

- Neural Networks: Brain Cancer Detection -

Repository with implemented MLP, DNN and CNN models for the DataSet Brain Tumor (MRI Scans)

Dependencies

To run the codes you must have the following libraries installed:

Keras == 2.9.0

tensorflow == 2.9.0

matplotlib == 3.7.5

numpy == 1.24.4

OpenCV == 4.10.0.84

scikit-learn == 1.3.2

Note:

The libraries versions are the ones used when making the code.

Python known supported version: 3.8.10