Download free course Annotated Algorithms in Python, pdf file on 388 pages by by Massimo Di Pierro.
This book is assembled from lectures given by the author over a period of 10 years at the School of Computing of DePaul University. The lectures cover multiple classes, including Analysis and Design of Algorithms, Scientific Computing, Monte Carlo Simulations, and Parallel Algorithms. These lectures teach the core knowledge required by any scientist interested in numerical algorithms and by students interested in computational finance.
The algorithms you will learn can be applied to different disciplines. Throughout history, it is not uncommon that an algorithm invented by a physicist would find application in, for example, biology or finance.
Table of contentsIntroduction
Main Ideas
About Python
Book Structure
Book Software
Overview of the Python Language
About Python
Types of variables
Python control flow statements
Classes
File input/output
How to import modules
Theory of Algorithms
Order of growth of algorithms
Recurrence relations
Types of algorithms
Timing algorithms
Data structures
Tree algorithms
Graph algorithms
Greedy algorithms
Artificial intelligence and machine learning
Long and infinite loops
Numerical Algorithms
Well-posed and stable problems
Approximations and error analysis
Standard strategies
Linear algebra
Sparse matrix inversion
Solvers for nonlinear equations
Optimization in one dimension
Functions of many variables
Nonlinear fitting
Integration
Fourier transforms
Differential equations
Probability and Statistics
Probability
Combinatorics and discrete random variables
Random Numbers and Distributions
Randomness, determinism, chaos and order
Real randomness
Entropy generators
Pseudo-randomness
Parallel generators and independent sequences
Generating random numbers from a given distribution
Probability distributions for continuous random variables
Resampling
Binning
Monte Carlo Simulations
Introduction
Error analysis and the bootstrap method
A general purpose Monte Carlo engine
Monte Carlo integration
Stochastic, Markov, Wiener, and processes
Option pricing
Markov chain Monte Carlo (MCMC) and Metropolis
Simulated annealing
Parallel Algorithms
Parallel architectures
Parallel metrics
Message passing
mpi4py
Master-Worker and Map-Reduce
pyOpenCL
Math Review and Notation
Others related eBooks about Annotated Algorithms in Python
Application Security in .NET Succinctly
Download free course Application Security in .NET Succinctly, pdf file on 103 pages by by Stan Drapkin....
Learning Android
A complet Android Course in PDF format, this is a free Android ebook created for educational purposes by Stack Overflow documentation....
Download F# tutorial in PDF
Download free F# tutorial course in PDF, training file in 33 chapters and 142 pages. Free unaffiliated ebook created from Stack OverFlow contributor....
How to Think Like a Computer Scientist: Learning with Python 3 Documentation
This book is an introduction to computer science using the Python programming language. It covers the basics of computer programming, including variables and values, functions, conditionals and control flow, program development and debugging. Later chapters cover basic algorithms and data structur...
J2EE for NetBeans
Download free Java J2EE for NetBeans course material, tutorial training, a PDF file on 330 pages...
Kotlin tutorial in PDF
Download free Kotlin tutorial course in PDF, training file in 38 chapters and 118 pages. Free unaffiliated ebook created from Stack OverFlow contributor....
Category Theory for Programmers
Download free ebook intituled Category Theory for Programmers created by Bartosz Milewski . ...
Programming for Computations - MATLAB/Octave
Download free course Programming for Computations - MATLAB/Octave, pdf file on 228 pages by Svein Linge, Hans Petter Langtangen....
Effective AWK Programming
Download free course Effective AWK Programming, pdf file on 572 pages by Arnold Robbins....
VB.NET programming
This document provides an introduction to VB.NET programming language. You will learn the basics of the language with screenshots and examples....