- Neural Network Programming with TensorFlow
- Manpreet Singh Ghotra Rajdeep Dua
- 53字
- 2021-07-02 15:17:10
Optimization
As part of deep learning, we mostly would like to optimize the value of a function that either minimizes or maximizes f(x) with respect to x. A few examples of optimization problems are least-squares, logistic regression, and support vector machines. Many of these techniques will get examined in detail in later chapters.