aboutsummaryrefslogtreecommitdiff
path: root/report/metadata.yaml
diff options
context:
space:
mode:
authornunzip <np.scarh@gmail.com>2018-11-20 15:53:01 +0000
committernunzip <np.scarh@gmail.com>2018-11-20 15:53:01 +0000
commit76c3b1a2226888a49bd313e07a30ddea993df195 (patch)
tree7b5ae8d7a9fc800c84bef3a6857c1090fef97aab /report/metadata.yaml
parentc116708e42358b6e7e61c6c8f1e9eb64cea1f93a (diff)
parentdaa03cd78886729e2c54c50a04addefc3e60eb8b (diff)
downloadvz215_np1915-76c3b1a2226888a49bd313e07a30ddea993df195.tar.gz
vz215_np1915-76c3b1a2226888a49bd313e07a30ddea993df195.tar.bz2
vz215_np1915-76c3b1a2226888a49bd313e07a30ddea993df195.zip
Merge branch 'master' of skozl.com:e4-pattern
Diffstat (limited to 'report/metadata.yaml')
-rwxr-xr-xreport/metadata.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/report/metadata.yaml b/report/metadata.yaml
index 6c482df..7113dce 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).
...