Basic knowledege och Machine learning Flashcards

1
Q

State the three classes of Machine learning, and how it learns in the diffrent classes.

A

-Supervised Learning: Learning from labeled data
-Unsupervised Learning: Discovers structure in unlabeled data.
-Reinforcement Learning: Optimizes action in unknown environments.

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

State machine learning applications in Finance

A

-Banking: Risk estimation, automated trading
-Insurance: Personalized risk assessment, pricing
-General: Fraud detection and automated report analysis.

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

state the two diffrent Supervised ML Models, and explain the difference.

A

Decision Trees: Good for smaller datasets and easier.
Neural networks: Suitable for larger datasets but complex

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

What are the Data types for Supervised ML?

A

Discrete numerical, continuous numerical, categorical.

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

what are the assessment performance metrics?

A

-Accuracy, precision, recall

-Class Imbalance issue: Importance in datasets with skewed class distribution.

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

What default features does a Risk model have and what are the model types for it?

A

Risk models includes: Income, Age, employment status..

Logistic regression, Neural network with ReLU

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

What is the goal of likelihood calculations and model training ?

A

To minimize average total deviance (That is negative conditional log-likehood)

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

State three Performance Evaluation techniques.

A

-Overfitting check, contingency Table Analysis, ROC curve

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

what are the practical application tools ?

A

Data simulation: logistic models to create datasets
Google colab, python.

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

How can you evaluate profit and loss analysis for Non-linear cases?

A

Examining loan scenarios with varying interest rates

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

General remarks

A

Realism and application: Artificial datasets for educational pruposes

Importance of logistic regression

Improvments with feature engineering

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