-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e96f3cb
commit 6227fb6
Showing
60 changed files
with
39,731 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
## Trabajo final de Optimización | ||
|
||
El cálculo analítico de derivadas y su implementación es tediosa, y está sujeta a error. Se estudian los sistemas de diferenciación automática para cálculo de gradientes y hessianos, y se implementa una versión simple, integrandola a la optimización con métodos clásicos (gradiente, gradientes conjugados, Newton, etc.). | ||
|
||
|
||
## Optimization course final assignment | ||
|
||
The analytical calculation of derivatives and their implementation is tedious and subject to error. Automatic differentiation systems for calculating gradients and Hessians are studied, and a simple version is implemented, integrating it to optimization classical methods (gradient, conjugate gradients, Newton, etc.). |
Oops, something went wrong.