일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- Jacobian Matrix
- paper
- Python Programming
- reinforcement learning
- list
- 김성훈 교수님
- 사이킷런
- Series
- 강화학습
- 딥러닝
- unity
- pandas
- 리스트
- Linear algebra
- convex optimization
- neural network
- Hessian Matrix
- David Silver
- rl
- Deep Learning
- Laplacian
- 유니티
- ML-Agent
- statistics
- machine learning
- optimization
- 논문
- 판다스
- 데이터 분석
- 모두를 위한 RL
RL Researcher
Lecture 1-Convex Optimization (Stanford) Question 본문
Lecture 1-Convex Optimization (Stanford) Question
Lass_os 2021. 3. 12. 22:26Question 1
The symbol x⋆ usually denotes
- a feasible point
- the optimal value of the problem
- a solution
Question 2
Least squares is a special case of convex optimization.
- true
- false
Question 3
Almost any problem you'd like to solve in practice is convex.
- true
- false
Question 4
Convex optimization problems are attractive because they always have a unique solution.
- true
- false
Question 5
In device sizing, the problem is to design a device that minimizes power consumption subject to the total area not exceeding 50, along with some timing and manufacturing constraints. Suppose four candidate designs meet the timing and manufacturing constraints and have power and area listed in the table below.
Design B is better than design A.
- true
- false
Design C is better than design A.
- true
- false
Design D cannot be optimal.
- true
- false
Question 6
Local optimization
- is currently illegal in 17 states
- can be quite useful in some contexts, and therefore is widely used
- can't guarantee finding a (global) solution.
Question 7
Convex optimization has become popular
- because most convex problems have analytical solutions.
- because the mathematics is elegant.
- due to development of effective solution algorithms and powerful computers to run them.
- because you don't need to know much to use it.
- because convex problems always have well-defined unique solutions.
Answer
Q1 Ans) a solution
Q2 Ans) true
Q3 Ans) false
Q4 Ans) false
Q5 Ans) false, false, true
Q6 Ans) can be quite useful in some contexts, and therefore is widely used, can't guarantee finding a (global) solution.
Q7 Ans) because the mathematics is elegant., due to development of effective solution algorithms and powerful computers to run them.
'Optimization > Stanford Lecture' 카테고리의 다른 글
Lecture 2 : Convex Optimization (Stanford) (0) | 2021.03.14 |
---|---|
Lecture 1 : Convex Optimization (Stanford) (0) | 2021.02.25 |