aboutsummaryrefslogtreecommitdiff
path: root/Fundamentals_of_Deep_Learning/.md
diff options
context:
space:
mode:
authorleshe4ka46 <alex9102naid1@ya.ru>2025-12-25 21:28:30 +0300
committerleshe4ka46 <alex9102naid1@ya.ru>2025-12-25 21:28:30 +0300
commit53f20d58628171934c097dff5602fe17765eae99 (patch)
tree83f7344f76924ffd0aa81c2fdc4ee09fa3de9459 /Fundamentals_of_Deep_Learning/.md
parent175ac10904d0f31c3ffeeeed507c8914f13d0b15 (diff)
finishHEADmain
Diffstat (limited to 'Fundamentals_of_Deep_Learning/.md')
-rw-r--r--Fundamentals_of_Deep_Learning/.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/Fundamentals_of_Deep_Learning/.md b/Fundamentals_of_Deep_Learning/.md
new file mode 100644
index 0000000..26ea943
--- /dev/null
+++ b/Fundamentals_of_Deep_Learning/.md
@@ -0,0 +1,18 @@
+RNN = Recurrent Neural Network
+
+two passes
+
+
+Precision=TP/(TP+FP) - false positive -> 0
+Recall=TP/(TP+FN) - tp -> 0
+F1=2Precision⋅Recall​/(Precision + Recall)
+Accuracy = (TP+TN)/(TP+TN+FP+FN)
+
+
+false positive false negative
+
+true pred
+
+
+FP A = pred = A true != A
+FN A = true = A pred != A