aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasil Zlatanov <v@skozl.com>2018-11-20 15:42:50 +0000
committerVasil Zlatanov <v@skozl.com>2018-11-20 15:42:50 +0000
commit112f266ee461706fca11724225fb6a154865f216 (patch)
tree2952a13daa8a84c29bec53b9fa0f4693c4cc89e0
parent31336ec2533729f5b00fc98a5db5d0418203aeed (diff)
downloadvz215_np1915-112f266ee461706fca11724225fb6a154865f216.tar.gz
vz215_np1915-112f266ee461706fca11724225fb6a154865f216.tar.bz2
vz215_np1915-112f266ee461706fca11724225fb6a154865f216.zip
Fix more grammer in metadata
-rwxr-xr-xreport/metadata.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/report/metadata.yaml b/report/metadata.yaml
index b60aa7e..b404339 100755
--- a/report/metadata.yaml
+++ b/report/metadata.yaml
@@ -9,10 +9,10 @@ numbersections: yes
lang: en
babel-lang: english
abstract: |
- In this coursework we will analyze the benefits of different face recognition methods.
- We analyze dimensionality reduction with PCA, obtaining a generative subspace which is very reliable for face reconstruction. Furthermore, we evaluate LDA, which is able to perform reliable classification, generating a discriminative subspace, where separation of classes is easier to identify.
+ In this coursework we analyze the benefits of different face recognition methods.
+ We look at dimensionality reduction with PCA, obtaining a generative subspace which is very reliable for face reconstruction. Furthermore, we evaluate LDA, which is able to perform reliable classification, generating a discriminative subspace, where separation of classes is easier to identify.
- In the final part we analyze the benefits of using a combined version of the two methods using Fisherfaces and evaluate the benefits of ensemble learning with regards to data and feature space ranodmisation. We find that combined PCA-LDA obtains lower classification error PCA or LDA individually, while also maintaining a low computational costs, allowing us to take advantage of ensemble learning.
+ In the final part we analyze the benefits of using a combined version of the two methods using Fisherfaces and evaluate the benefits of ensemble learning with regards to data and feature space ranodmisation. We find that combined PCA-LDA obtains lower classification error than PCA or LDA individually, while also maintaining low computational costs, allowing us to take advantage of ensemble learning.
The dataset used includes 52 classes with 10 samples each. The number of features is 2576 (46x56).
...