更新时间:2021-04-09 23:18:30
coverpage
Hands-On Simulation Modeling with Python
Why subscribe?
Contributors
About the author
About the reviewers
Packt is searching for authors like you
Preface
Who this book is for
What this book covers
To get the most out of this book
Download the example code files
Download the color images
Conventions used
Get in touch
Reviews
Section 1: Getting Started with Numerical Simulation
Chapter 1 Introducing Simulation Models
Introducing simulation models
Classifying simulation models
Approaching a simulation-based problem
Dynamical systems modeling
Summary
Chapter 2 Understanding Randomness and Random Numbers
Technical requirements
Stochastic processes
Random number simulation
The pseudorandom number generator
Testing uniform distribution
Exploring generic methods for random distributions
Random number generation using Python
Chapter 3 Probability and Data Generation Processes
Explaining probability concepts
Understanding Bayes' theorem
Exploring probability distributions
Section 2: Simulation Modeling Algorithms and Techniques
Chapter 4 Exploring Monte Carlo Simulations
Introducing Monte Carlo simulation
Understanding the central limit theorem
Applying Monte Carlo simulation
Performing numerical integration using Monte Carlo
Chapter 5 Simulation-Based Markov Decision Processes
Overview of Markov processes
Introducing Markov chains
Markov chain applications
The Bellman equation explained
Multi-agent simulation
Chapter 6:Resampling Methods
Introducing resampling methods
Exploring the Jackknife technique
Demystifying bootstrapping
Explaining permutation tests
Approaching cross-validation techniques
Chapter 7:Using Simulation to Improve and Optimize Systems
Introducing numerical optimization techniques
Facing the Newton-Raphson method
Deepening our knowledge of stochastic gradient descent
Discovering the multivariate optimization methods in Python
Section 3: Real-World Applications
Chapter 8:Using Simulation Models for Financial Engineering
Understanding the geometric Brownian motion model
Using Monte Carlo methods for stock price prediction
Studying risk models for portfolio management
Chapter 9:Simulating Physical Phenomena Using Neural Networks
Introducing the basics of neural networks
Understanding feedforward neural networks
Simulating airfoil self-noise using ANNs
Exploring deep neural networks
Chapter 10:Modeling and Simulation for Project Management
Introducing project management
Managing a tiny forest problem
Scheduling project time using Monte Carlo simulation
Chapter 11:What's Next?
Summarizing simulation modeling concepts
Applying simulation model to real life
Next steps for simulation modeling
Other Books You May Enjoy
Leave a review - let other readers know what you think