diff --git a/.gitignore b/.gitignore
index 8579342..3bdc019 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,5 @@
/node_modules
# 11ty
-/_site
\ No newline at end of file
+/_site
+/public
\ No newline at end of file
diff --git a/_assets/img/2020-07-28_23-39.png b/_assets/img/2020-07-28_23-39.png
deleted file mode 100644
index 30f898d..0000000
Binary files a/_assets/img/2020-07-28_23-39.png and /dev/null differ
diff --git a/admin/config.yml b/admin/config.yml
index 21458be..d05a887 100644
--- a/admin/config.yml
+++ b/admin/config.yml
@@ -6,7 +6,7 @@ backend:
# Uncomment below to enable drafts
# publish_mode: editorial_workflow
-media_folder: "_assets/img" # Media files will be stored in the repo under static/images/uploads
+media_folder: "/assets/img" # Media files will be stored in the repo under static/images/uploads
public_folder: "/assets/img" # The src attribute for uploaded media will begin with /images/uploads
collections:
@@ -17,7 +17,7 @@ collections:
folder: words
path: "{{tags}}/{{word}}"
create: true
- media_folder: "_assets/img"
+ media_folder: "/assets/img"
public_folder: "/assets/img"
# adding a nested object will show the collection folder structure
fields: # The fields for each document, usually in front matter
diff --git a/public/A/a-b_testing/index.html b/public/A/a-b_testing/index.html
deleted file mode 100644
index 1a6c016..0000000
--- a/public/A/a-b_testing/index.html
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
آزمایش A/B
-
A/B Testing
-
-
یک روش آماری است که به کمک آن میتوان یک یا دو شیوه (تکنیک) را مقایسه کرد. به طور معمول یک وظیفه لازم در برابر رقیب جدید است که هدف آن تنها تعیین عملکرد بهتر نیست؛ بلکه برای اینکه درک کنیم آیا این تفاوت از نظر آماری معنادار است یا خیر نیز کاربرد دارد.
-
آزمایش A/B معمولاً تنها دو شیوه (تکنیک) را با استفاده از یک اندازه گیری در نظر میگیرد ، اما میتواند برای هر تعداد محدودی از تکنیکها و اقدامات استفاده شود.
-
-
-
\ No newline at end of file
diff --git a/public/A/accuracy/index.html b/public/A/accuracy/index.html
deleted file mode 100644
index 9b84c4d..0000000
--- a/public/A/accuracy/index.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
یک روش آماری است که به کمک آن میتوان یک یا دو شیوه (تکنیک) را مقایسه کرد. به طور معمول یک وظیفه لازم در برابر رقیب جدید است که هدف آن تنها تعیین عملکرد بهتر نیست؛ بلکه برای اینکه درک کنیم آیا این تفاوت از نظر آماری معنادار است یا خیر نیز کاربرد دارد.
-
آزمایش A/B معمولاً تنها دو شیوه (تکنیک) را با استفاده از یک اندازه گیری در نظر میگیرد ، اما میتواند برای هر تعداد محدودی از تکنیکها و اقدامات استفاده شود.
\ No newline at end of file
diff --git a/public/C/candidate_generation/index.html b/public/C/candidate_generation/index.html
deleted file mode 100644
index eea4961..0000000
--- a/public/C/candidate_generation/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
candidate_generation
-
-
-
-
\ No newline at end of file
diff --git a/public/C/candidate_sampling/index.html b/public/C/candidate_sampling/index.html
deleted file mode 100644
index db2d92c..0000000
--- a/public/C/candidate_sampling/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
candidate_sampling
-
-
-
-
\ No newline at end of file
diff --git a/public/C/categorical_data/index.html b/public/C/categorical_data/index.html
deleted file mode 100644
index b7390ab..0000000
--- a/public/C/categorical_data/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
categorical_data
-
-
-
-
\ No newline at end of file
diff --git a/public/C/centroid-based_clustering/index.html b/public/C/centroid-based_clustering/index.html
deleted file mode 100644
index 507de4c..0000000
--- a/public/C/centroid-based_clustering/index.html
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
centroid-based_clustering
-
-
شاخهای از الگوریتمهای خوشهبندی یا clustering که دادهها را در خوشههای غیرسلسله مراتبی سازماندهی میکند. k-means از پراستفادهترین الگوریتمهای این شاخه است.
\ No newline at end of file
diff --git a/public/C/centroid/index.html b/public/C/centroid/index.html
deleted file mode 100644
index 15895af..0000000
--- a/public/C/centroid/index.html
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
مرکز خوشه
-
centroid
-
-
مرکز خوشههایی که توسط الگوریتمهای k-means یا k-median مشخص میشوند. به عنوان مثال، اگر k برابر ۳ باشد، الگوریتمهای k-means یا k-median سه مرکز خوشه یا centroid پیدا خواهند کرد.
-
-
-
\ No newline at end of file
diff --git a/public/C/checkpoint/index.html b/public/C/checkpoint/index.html
deleted file mode 100644
index ccfc00b..0000000
--- a/public/C/checkpoint/index.html
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
نقطه وارسی
-
checkpoint
-
-
دادههایی که وضعیت متغیرهای یک مدل را در یک زمان مشخص ذخیره میکنند. با استفاده از این دادهها، امکان خروجی گرفتن از وزنهای مدل را در حالی که در نشستهای (session) مختلف در حال آموزش است فراهم میشود. آنها همچنین این اجازه را میدهند که فرآیند آموزش پس از مواجه شدن با خطا (مثلا گرفتن سختافزار مورد نیاز آموزش توسط دیگر برنامهها) ادامه پیدا کند. توجه کنید که گراف به خودی خود در نقطه وارسی (checkpoint) ذخیره نمیشود.
-
-
-
\ No newline at end of file
diff --git a/public/C/class-imbalanced_dataset/index.html b/public/C/class-imbalanced_dataset/index.html
deleted file mode 100644
index 61c6929..0000000
--- a/public/C/class-imbalanced_dataset/index.html
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
مجموعه داده نامتوازن
-
class-imbalanced_dataset
-
-
مشکلی است که در مسالههای دستهبندی دوتایی (binary classification) پیش میآید که در آن تعداد برچسبهای یک دسته با دیگری تفاوت زیادی دارد. به عنوان مثال، مجموعه دادهای مربوط به یک بیماری که در آن ۰.۰۰۰۱ دادهها برچسب مثبت و بقیه دادهها برچسب منفی دارند دچار مشکل مجموعه داده نامتوازن است؛ اما مجموعه دادههای مربوط به یک پیشگوی بازی فوتبال که در آن ۰.۵۱ دادهها برچسب برد یک تیم و ۰.۴۹ دادهها برچسب برد تیم دیگر را دارند دارای این مشکل نیست.
-
-
-
\ No newline at end of file
diff --git a/public/C/class/index.html b/public/C/class/index.html
deleted file mode 100644
index f144673..0000000
--- a/public/C/class/index.html
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
دسته
-
class
-
-
هر کدام از مجموعه مقادیر ذکر شده که یک برچسب میتواند بپذیرد. برای مثال، در یک مدل دستهبندی دوتایی که هرزنامهها را تشخیص میدهد، «هرزنامه» و «غیر هرزنامه» دو دسته هستند. یا در یک مدل دستهبندی چندتایی که نژاد سگ را تشخیص میدهد، دستهها پودل، بیگل، پاگ و ... خواهند بود.
-
-
-
\ No newline at end of file
diff --git a/public/C/classification_model/index.html b/public/C/classification_model/index.html
deleted file mode 100644
index 1aa331e..0000000
--- a/public/C/classification_model/index.html
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
مدل دستهبندی
-
classification_model
-
-
نوعی از مدلهای یادگیری ماشین که برای تمایز قائل شدن میان دو یا چند دسته مجزا استفاده میشوند. به عنوان مثال، یک مدل دستهبندی پردازش زبان طبیعی میتواند تشخیص دهد که جمله ورودی به کدام یک از زبانهای فرانسوی، اسپانیایی یا ایتالیایی تعلق دارد. این لغت را با مدلهای وایازشی (regression model) مقایسه کنید.
-
-
-
\ No newline at end of file
diff --git a/public/C/classification_threshold/index.html b/public/C/classification_threshold/index.html
deleted file mode 100644
index 03c7af4..0000000
--- a/public/C/classification_threshold/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
classification_threshold
-
-
-
-
\ No newline at end of file
diff --git a/public/C/clipping/index.html b/public/C/clipping/index.html
deleted file mode 100644
index c32bd9d..0000000
--- a/public/C/clipping/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
clipping
-
-
-
-
\ No newline at end of file
diff --git a/public/C/cloud_tpu/index.html b/public/C/cloud_tpu/index.html
deleted file mode 100644
index dd8bb5b..0000000
--- a/public/C/cloud_tpu/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
cloud_tpu
-
-
-
-
\ No newline at end of file
diff --git a/public/C/clustering/index.html b/public/C/clustering/index.html
deleted file mode 100644
index f126184..0000000
--- a/public/C/clustering/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
clustering
-
-
-
-
\ No newline at end of file
diff --git a/public/C/co-adaptation/index.html b/public/C/co-adaptation/index.html
deleted file mode 100644
index 905196f..0000000
--- a/public/C/co-adaptation/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
co-adaptation
-
-
-
-
\ No newline at end of file
diff --git a/public/C/collaborative_filtering/index.html b/public/C/collaborative_filtering/index.html
deleted file mode 100644
index a664d23..0000000
--- a/public/C/collaborative_filtering/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
collaborative_filtering
-
-
-
-
\ No newline at end of file
diff --git a/public/C/confirmation_bias/index.html b/public/C/confirmation_bias/index.html
deleted file mode 100644
index 9f51e0b..0000000
--- a/public/C/confirmation_bias/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
confirmation_bias
-
-
-
-
\ No newline at end of file
diff --git a/public/C/confusion_matrix/index.html b/public/C/confusion_matrix/index.html
deleted file mode 100644
index 3886b78..0000000
--- a/public/C/confusion_matrix/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
confusion_matrix
-
-
-
-
\ No newline at end of file
diff --git a/public/C/continuous_feature/index.html b/public/C/continuous_feature/index.html
deleted file mode 100644
index 93c04b3..0000000
--- a/public/C/continuous_feature/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
continuous_feature
-
-
-
-
\ No newline at end of file
diff --git a/public/C/convenience_sampling/index.html b/public/C/convenience_sampling/index.html
deleted file mode 100644
index d67c327..0000000
--- a/public/C/convenience_sampling/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
convenience_sampling
-
-
-
-
\ No newline at end of file
diff --git a/public/C/convergence/index.html b/public/C/convergence/index.html
deleted file mode 100644
index 31de2bc..0000000
--- a/public/C/convergence/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
convergence
-
-
-
-
\ No newline at end of file
diff --git a/public/C/convex_function/index.html b/public/C/convex_function/index.html
deleted file mode 100644
index 8e9660d..0000000
--- a/public/C/convex_function/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
convex_function
-
-
-
-
\ No newline at end of file
diff --git a/public/C/convex_optimization/index.html b/public/C/convex_optimization/index.html
deleted file mode 100644
index 76d326f..0000000
--- a/public/C/convex_optimization/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
convex_optimization
-
-
-
-
\ No newline at end of file
diff --git a/public/C/convex_set/index.html b/public/C/convex_set/index.html
deleted file mode 100644
index bcba80f..0000000
--- a/public/C/convex_set/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
convex_set
-
-
-
-
\ No newline at end of file
diff --git a/public/C/convolution/index.html b/public/C/convolution/index.html
deleted file mode 100644
index b8c4cdb..0000000
--- a/public/C/convolution/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
convolution
-
-
-
-
\ No newline at end of file
diff --git a/public/C/convolutional_filter/index.html b/public/C/convolutional_filter/index.html
deleted file mode 100644
index bf292e8..0000000
--- a/public/C/convolutional_filter/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
convolutional_filter
-
-
-
-
\ No newline at end of file
diff --git a/public/C/convolutional_layer/index.html b/public/C/convolutional_layer/index.html
deleted file mode 100644
index 72f498b..0000000
--- a/public/C/convolutional_layer/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
convolutional_layer
-
-
-
-
\ No newline at end of file
diff --git a/public/C/convolutional_neural_network/index.html b/public/C/convolutional_neural_network/index.html
deleted file mode 100644
index b699d20..0000000
--- a/public/C/convolutional_neural_network/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
convolutional_neural_network
-
-
-
-
\ No newline at end of file
diff --git a/public/C/convolutional_operation/index.html b/public/C/convolutional_operation/index.html
deleted file mode 100644
index 07acb7c..0000000
--- a/public/C/convolutional_operation/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
convolutional_operation
-
-
-
-
\ No newline at end of file
diff --git a/public/C/cost/index.html b/public/C/cost/index.html
deleted file mode 100644
index c1fc3ce..0000000
--- a/public/C/cost/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
cost
-
-
-
-
\ No newline at end of file
diff --git a/public/C/counterfactual_fairness/index.html b/public/C/counterfactual_fairness/index.html
deleted file mode 100644
index 60061c4..0000000
--- a/public/C/counterfactual_fairness/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
counterfactual_fairness
-
-
-
-
\ No newline at end of file
diff --git a/public/C/coverage_bias/index.html b/public/C/coverage_bias/index.html
deleted file mode 100644
index 675c795..0000000
--- a/public/C/coverage_bias/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
coverage_bias
-
-
-
-
\ No newline at end of file
diff --git a/public/C/crash_blossom/index.html b/public/C/crash_blossom/index.html
deleted file mode 100644
index 2c7cdec..0000000
--- a/public/C/crash_blossom/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
crash_blossom
-
-
-
-
\ No newline at end of file
diff --git a/public/C/critic/index.html b/public/C/critic/index.html
deleted file mode 100644
index 1610920..0000000
--- a/public/C/critic/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
critic
-
-
-
-
\ No newline at end of file
diff --git a/public/C/cross-entropy/index.html b/public/C/cross-entropy/index.html
deleted file mode 100644
index 604bc01..0000000
--- a/public/C/cross-entropy/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
cross-entropy
-
-
-
-
\ No newline at end of file
diff --git a/public/C/cross-validation/index.html b/public/C/cross-validation/index.html
deleted file mode 100644
index c06fbcf..0000000
--- a/public/C/cross-validation/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
cross-validation
-
-
-
-
\ No newline at end of file
diff --git a/public/C/custom_estimator/index.html b/public/C/custom_estimator/index.html
deleted file mode 100644
index 6c469d5..0000000
--- a/public/C/custom_estimator/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
شاخهای از الگوریتمهای خوشهبندی یا clustering که دادهها را در خوشههای غیرسلسله مراتبی سازماندهی میکند. k-means از پراستفادهترین الگوریتمهای این شاخه است.
مرکز خوشههایی که توسط الگوریتمهای k-means یا k-median مشخص میشوند. به عنوان مثال، اگر k برابر ۳ باشد، الگوریتمهای k-means یا k-median سه مرکز خوشه یا centroid پیدا خواهند کرد.
دادههایی که وضعیت متغیرهای یک مدل را در یک زمان مشخص ذخیره میکنند. با استفاده از این دادهها، امکان خروجی گرفتن از وزنهای مدل را در حالی که در نشستهای (session) مختلف در حال آموزش است فراهم میشود. آنها همچنین این اجازه را میدهند که فرآیند آموزش پس از مواجه شدن با خطا (مثلا گرفتن سختافزار مورد نیاز آموزش توسط دیگر برنامهها) ادامه پیدا کند. توجه کنید که گراف به خودی خود در نقطه وارسی (checkpoint) ذخیره نمیشود.
مشکلی است که در مسالههای دستهبندی دوتایی (binary classification) پیش میآید که در آن تعداد برچسبهای یک دسته با دیگری تفاوت زیادی دارد. به عنوان مثال، مجموعه دادهای مربوط به یک بیماری که در آن ۰.۰۰۰۱ دادهها برچسب مثبت و بقیه دادهها برچسب منفی دارند دچار مشکل مجموعه داده نامتوازن است؛ اما مجموعه دادههای مربوط به یک پیشگوی بازی فوتبال که در آن ۰.۵۱ دادهها برچسب برد یک تیم و ۰.۴۹ دادهها برچسب برد تیم دیگر را دارند دارای این مشکل نیست.
هر کدام از مجموعه مقادیر ذکر شده که یک برچسب میتواند بپذیرد. برای مثال، در یک مدل دستهبندی دوتایی که هرزنامهها را تشخیص میدهد، «هرزنامه» و «غیر هرزنامه» دو دسته هستند. یا در یک مدل دستهبندی چندتایی که نژاد سگ را تشخیص میدهد، دستهها پودل، بیگل، پاگ و ... خواهند بود.
نوعی از مدلهای یادگیری ماشین که برای تمایز قائل شدن میان دو یا چند دسته مجزا استفاده میشوند. به عنوان مثال، یک مدل دستهبندی پردازش زبان طبیعی میتواند تشخیص دهد که جمله ورودی به کدام یک از زبانهای فرانسوی، اسپانیایی یا ایتالیایی تعلق دارد. این لغت را با مدلهای وایازشی (regression model) مقایسه کنید.
-
-
-
\ No newline at end of file
diff --git a/public/D/data_analysis/index.html b/public/D/data_analysis/index.html
deleted file mode 100644
index fda400f..0000000
--- a/public/D/data_analysis/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
data_analysis
-
-
-
-
\ No newline at end of file
diff --git a/public/D/data_augmentation/index.html b/public/D/data_augmentation/index.html
deleted file mode 100644
index bc7b153..0000000
--- a/public/D/data_augmentation/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
data_augmentation
-
-
-
-
\ No newline at end of file
diff --git a/public/D/data_set_or_dataset/index.html b/public/D/data_set_or_dataset/index.html
deleted file mode 100644
index 66d720a..0000000
--- a/public/D/data_set_or_dataset/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
data_set_or_dataset
-
-
-
-
\ No newline at end of file
diff --git a/public/D/dataframe/index.html b/public/D/dataframe/index.html
deleted file mode 100644
index 8b41507..0000000
--- a/public/D/dataframe/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
dataframe
-
-
-
-
\ No newline at end of file
diff --git a/public/D/dataset_api_(tf.data)/index.html b/public/D/dataset_api_(tf.data)/index.html
deleted file mode 100644
index 7118eaf..0000000
--- a/public/D/dataset_api_(tf.data)/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
dataset_api_(tf.data)
-
-
-
-
\ No newline at end of file
diff --git a/public/D/decision_boundary/index.html b/public/D/decision_boundary/index.html
deleted file mode 100644
index 705742c..0000000
--- a/public/D/decision_boundary/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
decision_boundary
-
-
-
-
\ No newline at end of file
diff --git a/public/D/decision_threshold/index.html b/public/D/decision_threshold/index.html
deleted file mode 100644
index 203b373..0000000
--- a/public/D/decision_threshold/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
decision_threshold
-
-
-
-
\ No newline at end of file
diff --git a/public/D/decision_tree/index.html b/public/D/decision_tree/index.html
deleted file mode 100644
index 7a3c772..0000000
--- a/public/D/decision_tree/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
decision_tree
-
-
-
-
\ No newline at end of file
diff --git a/public/D/deep_model/index.html b/public/D/deep_model/index.html
deleted file mode 100644
index ff27675..0000000
--- a/public/D/deep_model/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
deep_model
-
-
-
-
\ No newline at end of file
diff --git a/public/D/deep_neural_network/index.html b/public/D/deep_neural_network/index.html
deleted file mode 100644
index 2c86646..0000000
--- a/public/D/deep_neural_network/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
deep_neural_network
-
-
-
-
\ No newline at end of file
diff --git a/public/D/deep_q-network_(dqn)/index.html b/public/D/deep_q-network_(dqn)/index.html
deleted file mode 100644
index 1c656a3..0000000
--- a/public/D/deep_q-network_(dqn)/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
deep_q-network_(dqn)
-
-
-
-
\ No newline at end of file
diff --git a/public/D/demographic_parity/index.html b/public/D/demographic_parity/index.html
deleted file mode 100644
index 735710c..0000000
--- a/public/D/demographic_parity/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
demographic_parity
-
-
-
-
\ No newline at end of file
diff --git a/public/D/dense_feature/index.html b/public/D/dense_feature/index.html
deleted file mode 100644
index 73bff3a..0000000
--- a/public/D/dense_feature/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
dense_feature
-
-
-
-
\ No newline at end of file
diff --git a/public/D/dense_layer/index.html b/public/D/dense_layer/index.html
deleted file mode 100644
index cf66cbc..0000000
--- a/public/D/dense_layer/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
dense_layer
-
-
-
-
\ No newline at end of file
diff --git a/public/D/depth/index.html b/public/D/depth/index.html
deleted file mode 100644
index c3c7bdc..0000000
--- a/public/D/depth/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
depth
-
-
-
-
\ No newline at end of file
diff --git a/public/D/depthwise_separable_convolutional_neural_network_(sepcnn)/index.html b/public/D/depthwise_separable_convolutional_neural_network_(sepcnn)/index.html
deleted file mode 100644
index 2c5548e..0000000
--- a/public/D/depthwise_separable_convolutional_neural_network_(sepcnn)/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
مثالی که در آن مدل کلاس منفی را به درستی پیشبینی کرده است. به عنوان مثال، این مدل استنباط میکند که یک پیام الکترونیکی خاص اسپم نیست و آن پیام واقعا اسپم نبوده است.
مثالی که در آن مدل به درستی کلاس مثبت را پیشبینی کرده است. به عنوان مثال، این مدل استنباط میکند که یک پیام الکترونیکی خاص هرزنامه است و آن پیام واقعا هرزنامه بوده است.
-
-
-
\ No newline at end of file
diff --git a/public/T/tabular_q-learning/index.html b/public/T/tabular_q-learning/index.html
deleted file mode 100644
index 2c4666b..0000000
--- a/public/T/tabular_q-learning/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
tabular_q-learning
-
-
-
-
\ No newline at end of file
diff --git a/public/T/target/index.html b/public/T/target/index.html
deleted file mode 100644
index 3e85b3b..0000000
--- a/public/T/target/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
target
-
-
-
-
\ No newline at end of file
diff --git a/public/T/target_network/index.html b/public/T/target_network/index.html
deleted file mode 100644
index b1b6b3f..0000000
--- a/public/T/target_network/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
target_network
-
-
-
-
\ No newline at end of file
diff --git a/public/T/temporal_data/index.html b/public/T/temporal_data/index.html
deleted file mode 100644
index aef7195..0000000
--- a/public/T/temporal_data/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
temporal_data
-
-
-
-
\ No newline at end of file
diff --git a/public/T/tensor/index.html b/public/T/tensor/index.html
deleted file mode 100644
index b2ff0d1..0000000
--- a/public/T/tensor/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
tensor
-
-
-
-
\ No newline at end of file
diff --git a/public/T/tensor_processing_unit_(tpu)/index.html b/public/T/tensor_processing_unit_(tpu)/index.html
deleted file mode 100644
index 6c423e7..0000000
--- a/public/T/tensor_processing_unit_(tpu)/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
tensor_processing_unit_(tpu)
-
-
-
-
\ No newline at end of file
diff --git a/public/T/tensor_rank/index.html b/public/T/tensor_rank/index.html
deleted file mode 100644
index e8d6884..0000000
--- a/public/T/tensor_rank/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
tensor_rank
-
-
-
-
\ No newline at end of file
diff --git a/public/T/tensor_shape/index.html b/public/T/tensor_shape/index.html
deleted file mode 100644
index 43d8beb..0000000
--- a/public/T/tensor_shape/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
tensor_shape
-
-
-
-
\ No newline at end of file
diff --git a/public/T/tensor_size/index.html b/public/T/tensor_size/index.html
deleted file mode 100644
index f1c6062..0000000
--- a/public/T/tensor_size/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
tensor_size
-
-
-
-
\ No newline at end of file
diff --git a/public/T/tensorboard/index.html b/public/T/tensorboard/index.html
deleted file mode 100644
index 7d8fb38..0000000
--- a/public/T/tensorboard/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
tensorboard
-
-
-
-
\ No newline at end of file
diff --git a/public/T/tensorflow/index.html b/public/T/tensorflow/index.html
deleted file mode 100644
index a212a1c..0000000
--- a/public/T/tensorflow/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
tensorflow
-
-
-
-
\ No newline at end of file
diff --git a/public/T/tensorflow_playground/index.html b/public/T/tensorflow_playground/index.html
deleted file mode 100644
index 718572b..0000000
--- a/public/T/tensorflow_playground/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
tensorflow_playground
-
-
-
-
\ No newline at end of file
diff --git a/public/T/tensorflow_serving/index.html b/public/T/tensorflow_serving/index.html
deleted file mode 100644
index 8115465..0000000
--- a/public/T/tensorflow_serving/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
tensorflow_serving
-
-
-
-
\ No newline at end of file
diff --git a/public/T/termination_condition/index.html b/public/T/termination_condition/index.html
deleted file mode 100644
index 41af8c6..0000000
--- a/public/T/termination_condition/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
termination_condition
-
-
-
-
\ No newline at end of file
diff --git a/public/T/test_set/index.html b/public/T/test_set/index.html
deleted file mode 100644
index eb00abf..0000000
--- a/public/T/test_set/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
test_set
-
-
-
-
\ No newline at end of file
diff --git a/public/T/tf.example/index.html b/public/T/tf.example/index.html
deleted file mode 100644
index 5df612d..0000000
--- a/public/T/tf.example/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
tf.example
-
-
-
-
\ No newline at end of file
diff --git a/public/T/tf.keras/index.html b/public/T/tf.keras/index.html
deleted file mode 100644
index 0267a15..0000000
--- a/public/T/tf.keras/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
tf.keras
-
-
-
-
\ No newline at end of file
diff --git a/public/T/time_series_analysis/index.html b/public/T/time_series_analysis/index.html
deleted file mode 100644
index 7862716..0000000
--- a/public/T/time_series_analysis/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
time_series_analysis
-
-
-
-
\ No newline at end of file
diff --git a/public/T/timestep/index.html b/public/T/timestep/index.html
deleted file mode 100644
index 5799f01..0000000
--- a/public/T/timestep/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
timestep
-
-
-
-
\ No newline at end of file
diff --git a/public/T/tower/index.html b/public/T/tower/index.html
deleted file mode 100644
index 9a7b0ac..0000000
--- a/public/T/tower/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
tower
-
-
-
-
\ No newline at end of file
diff --git a/public/T/tpu/index.html b/public/T/tpu/index.html
deleted file mode 100644
index ef4c8b5..0000000
--- a/public/T/tpu/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
tpu
-
-
-
-
\ No newline at end of file
diff --git a/public/T/tpu_chip/index.html b/public/T/tpu_chip/index.html
deleted file mode 100644
index d04d7d9..0000000
--- a/public/T/tpu_chip/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
tpu_chip
-
-
-
-
\ No newline at end of file
diff --git a/public/T/tpu_device/index.html b/public/T/tpu_device/index.html
deleted file mode 100644
index 8d7848c..0000000
--- a/public/T/tpu_device/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
tpu_device
-
-
-
-
\ No newline at end of file
diff --git a/public/T/tpu_master/index.html b/public/T/tpu_master/index.html
deleted file mode 100644
index 5cca7b3..0000000
--- a/public/T/tpu_master/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
tpu_master
-
-
-
-
\ No newline at end of file
diff --git a/public/T/tpu_node/index.html b/public/T/tpu_node/index.html
deleted file mode 100644
index 3031ac0..0000000
--- a/public/T/tpu_node/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
tpu_node
-
-
-
-
\ No newline at end of file
diff --git a/public/T/tpu_pod/index.html b/public/T/tpu_pod/index.html
deleted file mode 100644
index 35a0cf1..0000000
--- a/public/T/tpu_pod/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
tpu_pod
-
-
-
-
\ No newline at end of file
diff --git a/public/T/tpu_resource/index.html b/public/T/tpu_resource/index.html
deleted file mode 100644
index 71f2669..0000000
--- a/public/T/tpu_resource/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
tpu_resource
-
-
-
-
\ No newline at end of file
diff --git a/public/T/tpu_slice/index.html b/public/T/tpu_slice/index.html
deleted file mode 100644
index 9b756e3..0000000
--- a/public/T/tpu_slice/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
tpu_slice
-
-
-
-
\ No newline at end of file
diff --git a/public/T/tpu_type/index.html b/public/T/tpu_type/index.html
deleted file mode 100644
index 8bc2fa1..0000000
--- a/public/T/tpu_type/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
tpu_type
-
-
-
-
\ No newline at end of file
diff --git a/public/T/tpu_worker/index.html b/public/T/tpu_worker/index.html
deleted file mode 100644
index 74fa408..0000000
--- a/public/T/tpu_worker/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
tpu_worker
-
-
-
-
\ No newline at end of file
diff --git a/public/T/training/index.html b/public/T/training/index.html
deleted file mode 100644
index 86b6137..0000000
--- a/public/T/training/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
training
-
-
-
-
\ No newline at end of file
diff --git a/public/T/training_set/index.html b/public/T/training_set/index.html
deleted file mode 100644
index 66cca37..0000000
--- a/public/T/training_set/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
training_set
-
-
-
-
\ No newline at end of file
diff --git a/public/T/trajectory/index.html b/public/T/trajectory/index.html
deleted file mode 100644
index 09f89f2..0000000
--- a/public/T/trajectory/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
trajectory
-
-
-
-
\ No newline at end of file
diff --git a/public/T/transfer_learning/index.html b/public/T/transfer_learning/index.html
deleted file mode 100644
index 1410685..0000000
--- a/public/T/transfer_learning/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
transfer_learning
-
-
-
-
\ No newline at end of file
diff --git a/public/T/translational_invariance/index.html b/public/T/translational_invariance/index.html
deleted file mode 100644
index 41b36e2..0000000
--- a/public/T/translational_invariance/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
translational_invariance
-
-
-
-
\ No newline at end of file
diff --git a/public/T/trigram/index.html b/public/T/trigram/index.html
deleted file mode 100644
index 7ee71f7..0000000
--- a/public/T/trigram/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
trigram
-
-
-
-
\ No newline at end of file
diff --git a/public/T/true_negative_(tn)/index.html b/public/T/true_negative_(tn)/index.html
deleted file mode 100644
index e3aa85a..0000000
--- a/public/T/true_negative_(tn)/index.html
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
منفی واقعی
-
True Negative (TN)
-
-
مثالی که در آن مدل کلاس منفی را به درستی پیشبینی کرده است. به عنوان مثال، این مدل استنباط میکند که یک پیام الکترونیکی خاص اسپم نیست و آن پیام واقعا اسپم نبوده است.
-
-
-
\ No newline at end of file
diff --git a/public/T/true_positive_(tp)/index.html b/public/T/true_positive_(tp)/index.html
deleted file mode 100644
index cbee067..0000000
--- a/public/T/true_positive_(tp)/index.html
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
مثبت واقعی
-
True Positive (TP)
-
-
مثالی که در آن مدل به درستی کلاس مثبت را پیشبینی کرده است. به عنوان مثال، این مدل استنباط میکند که یک پیام الکترونیکی خاص هرزنامه است و آن پیام واقعا هرزنامه بوده است.
-
-
-
\ No newline at end of file
diff --git a/public/T/true_positive_rate_(tpr)/index.html b/public/T/true_positive_rate_(tpr)/index.html
deleted file mode 100644
index ac65c2f..0000000
--- a/public/T/true_positive_rate_(tpr)/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
true_positive_rate_(tpr)
-
-
-
-
\ No newline at end of file
diff --git a/public/U/index.html b/public/U/index.html
deleted file mode 100644
index b8c3c06..0000000
--- a/public/U/index.html
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
- unawareness_(to_a_sensitive_attribute)
-
-
یک روش آماری است که به کمک آن میتوان یک یا دو شیوه (تکنیک) را مقایسه کرد. به طور معمول یک وظیفه لازم در برابر رقیب جدید است که هدف آن تنها تعیین عملکرد بهتر نیست؛ بلکه برای اینکه درک کنیم آیا این تفاوت از نظر آماری معنادار است یا خیر نیز کاربرد دارد.
-
آزمایش A/B معمولاً تنها دو شیوه (تکنیک) را با استفاده از یک اندازه گیری در نظر میگیرد ، اما میتواند برای هر تعداد محدودی از تکنیکها و اقدامات استفاده شود.
شاخهای از الگوریتمهای خوشهبندی یا clustering که دادهها را در خوشههای غیرسلسله مراتبی سازماندهی میکند. k-means از پراستفادهترین الگوریتمهای این شاخه است.
مرکز خوشههایی که توسط الگوریتمهای k-means یا k-median مشخص میشوند. به عنوان مثال، اگر k برابر ۳ باشد، الگوریتمهای k-means یا k-median سه مرکز خوشه یا centroid پیدا خواهند کرد.
دادههایی که وضعیت متغیرهای یک مدل را در یک زمان مشخص ذخیره میکنند. با استفاده از این دادهها، امکان خروجی گرفتن از وزنهای مدل را در حالی که در نشستهای (session) مختلف در حال آموزش است فراهم میشود. آنها همچنین این اجازه را میدهند که فرآیند آموزش پس از مواجه شدن با خطا (مثلا گرفتن سختافزار مورد نیاز آموزش توسط دیگر برنامهها) ادامه پیدا کند. توجه کنید که گراف به خودی خود در نقطه وارسی (checkpoint) ذخیره نمیشود.
مشکلی است که در مسالههای دستهبندی دوتایی (binary classification) پیش میآید که در آن تعداد برچسبهای یک دسته با دیگری تفاوت زیادی دارد. به عنوان مثال، مجموعه دادهای مربوط به یک بیماری که در آن ۰.۰۰۰۱ دادهها برچسب مثبت و بقیه دادهها برچسب منفی دارند دچار مشکل مجموعه داده نامتوازن است؛ اما مجموعه دادههای مربوط به یک پیشگوی بازی فوتبال که در آن ۰.۵۱ دادهها برچسب برد یک تیم و ۰.۴۹ دادهها برچسب برد تیم دیگر را دارند دارای این مشکل نیست.
هر کدام از مجموعه مقادیر ذکر شده که یک برچسب میتواند بپذیرد. برای مثال، در یک مدل دستهبندی دوتایی که هرزنامهها را تشخیص میدهد، «هرزنامه» و «غیر هرزنامه» دو دسته هستند. یا در یک مدل دستهبندی چندتایی که نژاد سگ را تشخیص میدهد، دستهها پودل، بیگل، پاگ و ... خواهند بود.
نوعی از مدلهای یادگیری ماشین که برای تمایز قائل شدن میان دو یا چند دسته مجزا استفاده میشوند. به عنوان مثال، یک مدل دستهبندی پردازش زبان طبیعی میتواند تشخیص دهد که جمله ورودی به کدام یک از زبانهای فرانسوی، اسپانیایی یا ایتالیایی تعلق دارد. این لغت را با مدلهای وایازشی (regression model) مقایسه کنید.
مثالی که در آن مدل کلاس منفی را به درستی پیشبینی کرده است. به عنوان مثال، این مدل استنباط میکند که یک پیام الکترونیکی خاص اسپم نیست و آن پیام واقعا اسپم نبوده است.
مثالی که در آن مدل به درستی کلاس مثبت را پیشبینی کرده است. به عنوان مثال، این مدل استنباط میکند که یک پیام الکترونیکی خاص هرزنامه است و آن پیام واقعا هرزنامه بوده است.