Lecture 2 (Bergmann) Flashcards

1
Q

What is Machine learning?

A

it’s a subset from computer science focusing on developing algorithms that lean from a dataset to solve problems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a “black box”, and what is the problem with it?

A

It contradicts the scientific method, which involves hypothesis formulaton. The black box is unknown.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

State the Historical AI approaches.

A

Making a mind: focused on pre programming algorithms based on simplifications. Failed due to underestimation of fomalizing intellignce

Modelling the brain: Centered around neural networks without predefined rules.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the three learning Architectures

A

Supervised: Used for Tasks like image calssification
Unsupervised: Applied clustering and detecting complex relationships. Frauds and stock detections.
Reinforcement learning: Stocktrading, AlphaGo Zero and auto driving.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the characteristics of ML task?

A

Suited for complex, unstructured decision making problems accounting for subtle statistical patterns.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the limitations of ML?

A

Not completely representative of future data scenarios

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the ML good at and bad at?

A

It produces accurate predictions for complex tasks, however, lack the explainability.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is chain of though prompting:

A

A method to make LLM demonstrate their reasoning process

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Define Deep hedging.

A

A method using neural networks to develop hedging strategies in financial model, Particularly useful in complex, High-dimensional scenarios

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is neural network Parametrization?

A

It refers to Networks processing various inputs like current asset prices and past strategies at each time point, to increase the hedging

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

When is Delta Hedging vital?

A

when Traditional methods, like Delta heding are ineffective. Especially in model with multiple assets, transaction costs and incomplete markets.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Define optimization problems.

A

:Involves minimizing the difference between the payoff of an option and the return from hedging strategy. Depicted by a loss fucntion involving stochastic integrals.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How is training data supplied and why is it needed?

A

Generated from sample paths of asset prices, this data is used to train the neural networks to optimze the hedging strategy.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is black scholes model and what does it show?

A

Shows that deep heding can be applied in a standard model setup. With neural network-based strategy.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly