Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Evaluation künstlicher neuronaler Netze für eine OOS-Erkennung
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dennis Willers
Evaluation künstlicher neuronaler Netze für eine OOS-Erkennung
Commits
33862d94
Commit
33862d94
authored
Jan 21, 2023
by
Dennis Willers
🏀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
exception_activation_funktion_1 implemented
parent
345510d6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
main.py
main.py
+2
-0
config.yaml
ressources/config/config.yaml
+2
-0
No files found.
main.py
View file @
33862d94
...
...
@@ -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
=
[]
...
...
ressources/config/config.yaml
View file @
33862d94
...
...
@@ -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/"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment