Global or Local Minima and Maxima and Saddle Points in Deep Learning

<Global and Local Minima>

A global minimum is the globally minimal point whose gradient is zero but not a local minimum.
A local minimum is the locally minimal point whose gradient is zero but not a global minimum.

*Memos:

I use…


This content originally appeared on DEV Community and was authored by Super Kai (Kazuya Ito)

<Global and Local Minima>

  • A global minimum is the globally minimal point whose gradient is zero but not a local minimum.

  • A local minimum is the locally minimal point whose gradient is zero but not a global minimum.

Image description

*Memos:

  • I used math3d.
  • The left formula is 10x/e^(x^2+y^2)(-x)^e. *x∈ is [-3, 3] and y∈ is [-3, 3].
  • The right formula is -4x/e^(x^2+y^2)(x)^e. *x∈ is [-3, 3] and y∈ is [-3, 3].

<Global and Local Maxima>

  • A global maximum is the globally maximal point whose gradient is zero but not a local maximum.

  • A local maximum is the locally maximal point whose gradient is zero but not a global maximum.

Image description

*Memos:

  • I used math3d.
  • The left formula is -10x/e^(x^2+y^2)(-x)^e. *x∈ is [-3, 3] and y∈ is [-3, 3].
  • The right formula is 4x/e^(x^2+y^2)(x)^e. *x∈ is [-3, 3] and y∈ is [-3, 3].

<Saddle Points>

A saddle point is the combination point of a local minimum and maximum.

Image description

Image description

*Memos:

  • I used math3d.
  • The formula is x^2-y^2. *x∈ is [-4, 4] and y∈ is [-4, 4].


This content originally appeared on DEV Community and was authored by Super Kai (Kazuya Ito)


Print Share Comment Cite Upload Translate Updates
APA

Super Kai (Kazuya Ito) | Sciencx (2024-06-19T17:13:18+00:00) Global or Local Minima and Maxima and Saddle Points in Deep Learning. Retrieved from https://www.scien.cx/2024/06/19/global-or-local-minima-and-maxima-and-saddle-points-in-deep-learning/

MLA
" » Global or Local Minima and Maxima and Saddle Points in Deep Learning." Super Kai (Kazuya Ito) | Sciencx - Wednesday June 19, 2024, https://www.scien.cx/2024/06/19/global-or-local-minima-and-maxima-and-saddle-points-in-deep-learning/
HARVARD
Super Kai (Kazuya Ito) | Sciencx Wednesday June 19, 2024 » Global or Local Minima and Maxima and Saddle Points in Deep Learning., viewed ,<https://www.scien.cx/2024/06/19/global-or-local-minima-and-maxima-and-saddle-points-in-deep-learning/>
VANCOUVER
Super Kai (Kazuya Ito) | Sciencx - » Global or Local Minima and Maxima and Saddle Points in Deep Learning. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/06/19/global-or-local-minima-and-maxima-and-saddle-points-in-deep-learning/
CHICAGO
" » Global or Local Minima and Maxima and Saddle Points in Deep Learning." Super Kai (Kazuya Ito) | Sciencx - Accessed . https://www.scien.cx/2024/06/19/global-or-local-minima-and-maxima-and-saddle-points-in-deep-learning/
IEEE
" » Global or Local Minima and Maxima and Saddle Points in Deep Learning." Super Kai (Kazuya Ito) | Sciencx [Online]. Available: https://www.scien.cx/2024/06/19/global-or-local-minima-and-maxima-and-saddle-points-in-deep-learning/. [Accessed: ]
rf:citation
» Global or Local Minima and Maxima and Saddle Points in Deep Learning | Super Kai (Kazuya Ito) | Sciencx | https://www.scien.cx/2024/06/19/global-or-local-minima-and-maxima-and-saddle-points-in-deep-learning/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.