All Projects → ShiqinHuo → Numerical Optimization Books

ShiqinHuo / Numerical Optimization Books

Collected study materials in Numerical Optimization [email protected](HPC)

Projects that are alternatives of or similar to Numerical Optimization Books

descent
First-order optimization tools
Stars: ✭ 23 (-64.06%)
Mutual labels:  numerical-methods
Gophernotes
The Go kernel for Jupyter notebooks and nteract.
Stars: ✭ 3,100 (+4743.75%)
Mutual labels:  numerical-methods
18337
18.337 - Parallel Computing and Scientific Machine Learning
Stars: ✭ 834 (+1203.13%)
Mutual labels:  numerical-methods
Cpp-Examples
Numerical C++ examples.
Stars: ✭ 38 (-40.62%)
Mutual labels:  numerical-methods
qnm
Python package for computing Kerr quasinormal mode frequencies, separation constants, and spherical-spheroidal mixing coefficients
Stars: ✭ 21 (-67.19%)
Mutual labels:  numerical-methods
Numerical Analysis Examples
Numerical Analysis Implementations in Various Languages
Stars: ✭ 328 (+412.5%)
Mutual labels:  numerical-methods
DECAGT
Discretizations of Exterior Calculus for Analysis, Geometry and Topology
Stars: ✭ 14 (-78.12%)
Mutual labels:  numerical-methods
Mlinterp
Fast arbitrary dimension linear interpolation in C++
Stars: ✭ 44 (-31.25%)
Mutual labels:  numerical-methods
Computing-in-CEE
Computing in Civil and Environmental Engineering
Stars: ✭ 33 (-48.44%)
Mutual labels:  numerical-methods
Kratos
Kratos Multiphysics (A.K.A Kratos) is a framework for building parallel multi-disciplinary simulation software. Modularity, extensibility and HPC are the main objectives. Kratos has BSD license and is written in C++ with extensive Python interface.
Stars: ✭ 558 (+771.88%)
Mutual labels:  numerical-methods
dace
Differential Algebra Computational Toolbox
Stars: ✭ 16 (-75%)
Mutual labels:  numerical-methods
NM
Numerical Methods (NM) for BE Electrical II Year / II Part, Email: [email protected]
Stars: ✭ 13 (-79.69%)
Mutual labels:  numerical-methods
Herbie
Optimize floating-point expressions for accuracy
Stars: ✭ 459 (+617.19%)
Mutual labels:  numerical-methods
ose-course-scientific-computing
course on the basics of scientific computing for economists
Stars: ✭ 21 (-67.19%)
Mutual labels:  numerical-methods
Bfgs Neldermead Trustregion
Python implementation of some numerical (optimization) methods
Stars: ✭ 8 (-87.5%)
Mutual labels:  numerical-methods
CFD-Julia-12-steps--o-Navier-Stokes-Equations
This is a replication of "CFD Python: 12 steps to Navier-Stokes" in Julia
Stars: ✭ 33 (-48.44%)
Mutual labels:  numerical-methods
Stats
A C++ header-only library of statistical distribution functions.
Stars: ✭ 292 (+356.25%)
Mutual labels:  numerical-methods
Accupy
Accurate sums and dot products for Python.
Stars: ✭ 65 (+1.56%)
Mutual labels:  numerical-methods
Wenoof
WENO interpolation Object Oriented Fortran library
Stars: ✭ 27 (-57.81%)
Mutual labels:  numerical-methods
Mpmath
Python library for arbitrary-precision floating-point arithmetic
Stars: ✭ 511 (+698.44%)
Mutual labels:  numerical-methods

Numerical-Optimization-Books

996.icu Downloads Donate Stars Forks LICENSE

Aim

This repo is created to opensource some electronic books involving numerical optimization which I collected when I was struggling with the assignments of such a conceptual advanced mathematics course.

Category:

  1. Linear programming & Duality

  2. Non-linear programming (Quadratic programming)

  3. Convex Optimization

  4. English Textbooks in numerical optimization

  5. Chinese Textbooks in numerical optimization

  6. My personal notes and reflection

List of the materials uploaded:

As long as the opensource materials infringe on someone's copyright, I would delete it at once.

All materials in this repo is for educational purposes only. Do NOT spread it for any commercial purpose.

Visualization

An Interactive Tutorial on Numerical Optimization implements the visualization of some commonly used methods in Numerical Optimization: Nelder-Mead, Gradient Descent, Conjugate Gradient...

Sebastian Ruder dives into gradient descent methods deeply, especially for

the stochastic gradient descent on large sparse models like those used to train deep neural networks.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].