FinTech Innovation and Cryptocurrencies Assignment Review

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/16

flashcard set

Earn XP

Description and Tags

This set of vocabulary flashcards covers key concepts from the FinTech Innovation and Cryptocurrencies assignment, including machine learning architectures, GPT functionality, prompting techniques, and financial market theories.

Last updated 10:59 PM on 4/29/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

17 Terms

1
New cards

Multi-Layer Perceptron (MLP)

A type of neural network consisting of multiple layers of nodes and hidden layers used in Transformer models to extract complex features and patterns from input data.

2
New cards

Temperature (GPT Parameter)

A parameter that controls the randomness of model output; higher values result in more creative and random text, while lower values make the output more focused and deterministic.

3
New cards

Generative Pre-trained Transformer (GPT)

A type of deep learning model that utilizes neural networks and an attention mechanism to perform tasks such as text generation.

4
New cards

Attention Mechanism

A critical architecture element in GPT models that prevents tokens from being represented by fixed embedding vectors and allows the model to compute scores between different tokens.

5
New cards

Role Prompting

A prompting technique where the user instructs the AI to act as a specific persona, such as a professor, to improve the quality or style of the response.

6
New cards

Negative Prompting

A technique used to instruct a model on what to avoid in its response, such as avoiding technical jargon, analogies, or mathematical formulas.

7
New cards

Safeguards Mechanism

Systems integrated into ChatGPT to prevent the generation of harmful or biased content, though they may occasionally produce false positives.

8
New cards

Retrieval-Augmented Generation (RAG)

A technique that combines pre-trained language models with external knowledge sources to improve the accuracy and relevance of the generated output.

9
New cards

Hallucination

A phenomenon in GPT models where the AI generates incorrect or nonsensical information, potentially caused by the complexity of the MLP architecture or limitations in the attention mechanism.

10
New cards

Algorithmic Trading

A method of executing trades at high speeds and frequencies using pre-defined rules or machine learning, which helps avoid human emotional biases and allows for 24/724/7 market monitoring.

11
New cards

Efficient Market Hypothesis (EMH)

A theory stating that market efficiency depends on information availability and dissemination; it suggests that if a market is efficient, prices already reflect all relevant information.

12
New cards

Weak-Form Efficiency

A level of market efficiency where all historical price and volume data is reflected in stock prices, implying that machine learning algorithms cannot outperform the market using historical data alone.

13
New cards

Fundamental Analysis

The study of a company's intrinsic value based on financial and economic factors to make investment decisions.

14
New cards

Technical Analysis

The analysis of historical price patterns and trends to identify future trading opportunities.

15
New cards

Knowledge Cutoff Date

The point in time up to which a traditional GPT model was trained, after which it lacks information about world events unless supplemented by websearch or RAG.

16
New cards

Input Layer Nodes (Image Classification)

In a vanilla neural network, the number of nodes in the first layer equals the total number of pixels in the input image; for a 5imes55 imes 5 pixel image, there are 2525 nodes.

17
New cards

Output Layer Nodes (Digit Recognition)

In a neural network designed to classify handwritten digits (00-99), there are typically 1010 nodes in the output layer.