From a398e9771f4650acbe03db0314aa59f19eb20e87 Mon Sep 17 00:00:00 2001 From: igraf <igraf@cl.uni-heidelberg.de> Date: Fri, 23 Feb 2024 22:53:40 +0100 Subject: [PATCH] Add README --- project/figures/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 project/figures/README.md diff --git a/project/figures/README.md b/project/figures/README.md new file mode 100644 index 0000000..7f7d4fa --- /dev/null +++ b/project/figures/README.md @@ -0,0 +1,17 @@ +# Figures + +This folder contains several figures that are used in the project. These are: +- folders for each of the classifiers, containing the figures for the confusion matrices, learning curves, grid search results, ... + - `cnn` + - `decision_tree` + - `naive_bayes` + - `random_forest` +- the folders `correctly_classified` and `misclassified` containing examples of correctly and misclassified images +- the folder `examples_from_dataset` containing examples of images from the dataset, with applied filters and resizing +- as well as the following figures: + - `baselines.png` => a figure comparing the performance of the baseline models + - `class_distribution_histogram.png` and `class_distribution_histogram` => histograms of the class distribution in the dataset + - `data_reduction.png` => a diagram showing the results for training on a reduced dataset + - `dataset_split.png` => a pie chart showing the split of the dataset into training, validation and test set + - `final_results.png` => a plot showing the final results of the classifiers on the test set + - `image_features.png` => a visualization of the features extracted from an image -- GitLab