Commit 33862d94 authored by Dennis Willers's avatar Dennis Willers 🏀

exception_activation_funktion_1 implemented

parent 345510d6
......@@ -24,6 +24,8 @@ def run_cross_validation():
# Initialisieren der KNN-Modellbau Eigenschaften
for optimization_method in Optimierungsverfahren:
for activation_function_1 in Aktivierungsfunktion:
if activation_function_1.name in config['knn']['exception_activation_funktion_1']:
continue
for activation_function_128 in Aktivierungsfunktion:
model_evaluate_metrics = []
training_duration_models = []
......
......@@ -4,6 +4,8 @@ bilder:
knn_path: "assets/Bilder/AktuelleTrainingsUndTestdaten/"
knn:
epochs: 10
exception_activation_funktion_1:
['ReLU']
result:
plot_path: "ressources/results/plot/"
excel_path: "ressources/results/excel/"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment