Machine Learning Flashcards

1
Q

Name 2 methods you can use to create a linear regression model?

A

(1) Gradient Descent Algorithm - an iterative algorithm

(2) Solving a Normal Equation - an analytical approach

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

What is vectorization?

A

Vectorization is a case of parallelization, where a computer program is converted from a scalar implementation, which processes a single pair of operands at a time, to a vector implementation, which processes one operation on multiple pairs of operands at once.

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