From 0189c0814c6eef30e29a96cb7ca6cc041ddde715 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20M=C3=BCller?= <daniel.q.mueller@stud.h-da.de>
Date: Thu, 27 Jan 2022 22:30:24 +0000
Subject: [PATCH] Change network to model

---
 book/src/AI-Models/Logistic_Regression/Logistic_Regression.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/book/src/AI-Models/Logistic_Regression/Logistic_Regression.md b/book/src/AI-Models/Logistic_Regression/Logistic_Regression.md
index b67b843..0833d38 100644
--- a/book/src/AI-Models/Logistic_Regression/Logistic_Regression.md
+++ b/book/src/AI-Models/Logistic_Regression/Logistic_Regression.md
@@ -43,7 +43,7 @@ $$
 \\( +b_x \\) is the positive the probability increases that the student will pass the exam. \\(-b_x\\) is the negative the probability decreases that the student will pass the exam.
 In addition you can take a look at the odds ratio. The odds ratio describes the change in the ratio of the probability.
 
-## Training the network
+## Training the model
 
 Logistic regression is a supervised learning algorithm. The training data is used to train the network. The network is trained by minimizing the error function. The error function or accuracy is the difference between the predicted and the actual value. The error function or accuracy function is used to measure the quality of the network.
 
@@ -57,4 +57,4 @@ If you want to learn more about logistic regression, checkout the scikit-learn [
 ## References
 {{#include ../../References.md:Logistic_Regression}}
 
-*Written by Kai-Philipp Nosper*
\ No newline at end of file
+*Written by Kai-Philipp Nosper*
-- 
GitLab