upd taxonomies
This commit is contained in:
parent
2b91cf6f6b
commit
47085fbf7e
40 changed files with 863 additions and 691 deletions
|
@ -1,14 +1,9 @@
|
|||
+++
|
||||
title: Coding Examples
|
||||
date: 2022-03-01 14:39:27 +0100
|
||||
author: Aron Petau
|
||||
excerpt: A selection of coding projects from my Bachelor's in Cognitive Science
|
||||
|
||||
header:
|
||||
teaser: /assets/images/sample_lr.png
|
||||
overlay_image : assets/images/sample_lr.png
|
||||
overlay_filter : 0.2
|
||||
credit : Aron Petau
|
||||
title = "Coding Examples"
|
||||
date = 2022-03-01
|
||||
authors = ["Aron Petau"]
|
||||
description = "A selection of coding projects from my Bachelor's in Cognitive Science"
|
||||
banner = "/images/sample_lr.png"
|
||||
|
||||
gallery:
|
||||
- url: /assets/images/sample_lr.png
|
||||
|
@ -31,26 +26,30 @@ gallery:
|
|||
alt: ""
|
||||
title: "One qualitative measurement we used was pixel-wise cosine similarity. It is used to measure how similar the output and the ground truth images are"
|
||||
|
||||
tags:
|
||||
- ethics
|
||||
- computer vision
|
||||
- neural nets
|
||||
- face detection
|
||||
- object recognition
|
||||
- GOFAI
|
||||
- super resolution
|
||||
- jupyter notebook
|
||||
- google colab
|
||||
- python
|
||||
- tensorflow
|
||||
- keras
|
||||
- machine learning
|
||||
- AI
|
||||
- MTCNN
|
||||
- CNN
|
||||
- university of osnabrück
|
||||
created: 2023-07-26T23:59:59+02:00
|
||||
last_modified_at: 2023-10-01T20:15:26+02:00
|
||||
[taxonomies]
|
||||
tags = [
|
||||
"AI",
|
||||
"CNN",
|
||||
"GOFAI",
|
||||
"MTCNN",
|
||||
"computer vision",
|
||||
"ethics",
|
||||
"face detection",
|
||||
"google colab",
|
||||
"jupyter notebook",
|
||||
"keras",
|
||||
"machine learning",
|
||||
"neural nets",
|
||||
"object recognition",
|
||||
"python",
|
||||
"super resolution",
|
||||
"tensorflow",
|
||||
"university of osnabrück"
|
||||
]
|
||||
|
||||
[extra]
|
||||
show_copyright = true
|
||||
show_shares = true
|
||||
+++
|
||||
|
||||
## Neural Networks and Computer Vision
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue