-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ee72173
commit 7d33638
Showing
2 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
title: Glossary | ||
# layout: page | ||
sidebar: false | ||
pref: false | ||
next: false | ||
aside: false | ||
--- | ||
|
||
# These days, there’s an acronym for everything. | ||
|
||
<br/> | ||
Here you can look up the meaning of those tricky terms. | ||
<br/> | ||
<br/> | ||
|
||
<v-expansion-panels> | ||
<!-- | ||
<v-expansion-panel | ||
title="" | ||
text="" | ||
></v-expansion-panel> | ||
--> | ||
<v-expansion-panel | ||
title="Artificial Intelligence (AI)" | ||
text="Artificial Intelligence (AI) in its broadest sense, is intelligence exhibited by machines. It encompasses various techniques and systems that enable tasks such as problem-solving, natural language processing, and decision-making to be performed autonomously." | ||
></v-expansion-panel> | ||
<v-expansion-panel | ||
title="Graphics Processing Unit (GPU)" | ||
text="A GPU (Graphics Processing Unit) is a specialized processor designed to handle computationally intensive tasks by performing parallel operations across thousands of cores. In research and data science, GPUs accelerate tasks like deep learning, simulations, and large-scale data analysis, significantly reducing processing time compared to traditional CPUs." | ||
></v-expansion-panel> | ||
<v-expansion-panel | ||
title="Helseundersøkelsen i Trøndelag (HUNT)" | ||
text="The Trøndelag Health Study (The HUNT Study) is one of the largest health studies ever performed. It is a unique database of questionnaire data, clinical measurements and samples from a county’s inhabitants since 1984." | ||
></v-expansion-panel> | ||
<v-expansion-panel | ||
title="Machine Learning (ML)" | ||
text="Machine learning (ML) is a subset of artificial intelligence that enables computers to learn and improve from experience without being explicitly programmed. It uses algorithms to analyze data, identify patterns, and make predictions or decisions based on that data." | ||
></v-expansion-panel> | ||
<v-expansion-panel | ||
title="Sensitive AI" | ||
text="Sensitive AI is all about using sensitive data when training of AI/ML models." | ||
></v-expansion-panel> | ||
<v-expansion-panel | ||
title="Sensitive Data" | ||
text="Sensitive data is information that must be protected from unauthorized access to ensure privacy, security, and compliance with regulations. It includes personal details like social security numbers, financial information, health records, and any data that, if exposed, could harm individuals or organizations." | ||
></v-expansion-panel> | ||
</v-expansion-panels> |