• Complain

Deepak Kanungo - Probabilistic Machine Learning for Finance and Investing: A Primer to Generative AI with Python (Fifth Early Release)

Here you can read online Deepak Kanungo - Probabilistic Machine Learning for Finance and Investing: A Primer to Generative AI with Python (Fifth Early Release) full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2023, publisher: OReilly Media, Inc., genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Deepak Kanungo Probabilistic Machine Learning for Finance and Investing: A Primer to Generative AI with Python (Fifth Early Release)
  • Book:
    Probabilistic Machine Learning for Finance and Investing: A Primer to Generative AI with Python (Fifth Early Release)
  • Author:
  • Publisher:
    OReilly Media, Inc.
  • Genre:
  • Year:
    2023
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

Probabilistic Machine Learning for Finance and Investing: A Primer to Generative AI with Python (Fifth Early Release): summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Probabilistic Machine Learning for Finance and Investing: A Primer to Generative AI with Python (Fifth Early Release)" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Whether based on academic theories or Machine Learning strategies, all financial models are at the mercy of modeling errors that can be mitigated but not eliminated. Probabilistic ML technologies are based on a simple and intuitive definition of probability and the rigorous calculus of probability theory.These systems treat uncertainties and errors of financial and investing systems as features, not bugs. And they quantify uncertainty generated from inexact inputs and outputs as probability distributions, not point estimates. This makes for realistic financial inferences and predictions that are useful for decision-making and risk management. These systems are capable of warning us when their inferences and predictions are no longer useful in the current market environment.Unlike conventional AI systems, probabilistic Machine Learning (ML) systems treat errors and uncertainties as features, not bugs. They quantify uncertainty generated from inexact model inputs and outputs as probability distributions, not point estimates. Most importantly, these systems are capable of forewarning us when their inferences and predictions are no longer useful in the current market environment. These ML systems provide realistic support for financial decision-making and risk management in the face of uncertainty and incomplete information.Probabilistic ML is the next generation ML framework and technology for AI-powered financial and investing systems for many reasons. By moving away from flawed statistical methodologies (and a restrictive conventional view of probability as a limiting frequency), youll move toward an intuitive view of probability as a mathematically rigorous statistical framework that quantifies uncertainty holistically and successfully. This book shows you how.

Deepak Kanungo: author's other books


Who wrote Probabilistic Machine Learning for Finance and Investing: A Primer to Generative AI with Python (Fifth Early Release)? Find out the surname, the name of the author of the book and a list of all author's works by series.

Probabilistic Machine Learning for Finance and Investing: A Primer to Generative AI with Python (Fifth Early Release) — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Probabilistic Machine Learning for Finance and Investing: A Primer to Generative AI with Python (Fifth Early Release)" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Probabilistic Machine Learning for Finance and Investing

by Deepak Kanungo

Copyright 2023 Hedged Capital L.L.C.. All rights reserved.

Printed in the United States of America.

Published by OReilly Media, Inc. , 1005 Gravenstein Highway North, Sebastopol, CA 95472.

OReilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles ( http://oreilly.com ). For more information, contact our corporate/institutional sales department: 800-998-9938 or corporate@oreilly.com .

  • Editors: Jeff Bleiel and Michelle Smith
  • Production Editor: Katherine Tozer
  • Interior Designer: David Futato
  • Cover Designer: Karen Montgomery
  • Illustrator: Kate Dullea
  • June 2023: First Edition
Revision History for the Early Release
  • 2022-09-12: First Release
  • 2022-11-10: Second Release
  • 2022-12-21: Third Release
  • 2023-02-08: Fourth Release
  • 2023-04-24: Fifth Release

See http://oreilly.com/catalog/errata.csp?isbn=9781492097679 for release details.

The OReilly logo is a registered trademark of OReilly Media, Inc. Probabilistic Machine Learning for Finance and Investing, the cover image, and related trade dress are trademarks of OReilly Media, Inc.

The views expressed in this work are those of the author and do not represent the publishers views. While the publisher and the author have used good faith efforts to ensure that the information and instructions contained in this work are accurate, the publisher and the author disclaim all responsibility for errors or omissions, including without limitation responsibility for damages resulting from the use of or reliance on this work. Use of the information and instructions contained in this work is at your own risk. If any code samples or other technology this work contains or describes is subject to open source licenses or the intellectual property rights of others, it is your responsibility to ensure that your use thereof complies with such licenses and/or rights.

978-1-492-09761-7

Dedication

To my parents, from whom I learned common sense and what it means to be human.

Chapter 1. The Need for Probabilistic Machine Learning

All models are wrong, but some are useful.

George Box, eminent statistician

A Note for Early Release Readers

With Early Release ebooks, you get books in their earliest formthe authors raw and unedited content as they writeso you can take advantage of these technologies long before the official release of these titles.

This will be the 1st chapter of the final book. Please note that the GitHub repo will be made active later on.

If you have comments about how we might improve the content and/or examples in this book, or if you notice missing material within this chapter, please reach out to the author at book@hedgedcapital.com.

A map will enable you to go from one geographic location to another. It is a very useful mathematical model for navigating the physical world. It becomes even more useful if you automate it into a GPS system using artificial intelligence (AI) technologies. However, neither the mathematical model nor the AI-powered GPS system will ever be able to capture the experience and richness of the terrain it represents. Thats because all models have to simplify the complexities of the real world, thus enabling us to focus on some of the features of a phenomenon that interest us.

George Box, a statistician, famously quipped, All models are wrong, but some are useful. This deeply insightful quip is our mantra. We accept that all models are wrong because they are inadequate and incomplete representations of reality. Our goal is to build financial systems based on models and supporting technologies that enable useful inferences and predictions for decision-making and risk management in the face of endemic uncertainty, incomplete information and inexact measurements.

All financial models, whether derived theoretically or discovered empirically by humans and machines, are not only wrong but are also at the mercy of three types of errors. In this chapter, we explain this trifecta of errors with an example from consumer credit and explore it using Python code. This exemplifies our claim that inaccuracies of financial models are features, not bugs. Afterall, we are dealing with people, not pendulums.

Finance is not an accurate physical science like physics dealing with precise estimates and predictions as academia will have us believe. It is an inexact social study grappling with a range of values with varying plausibilities that change continually, often abruptly.

We conclude the chapter by explaining why AI in general and probabilistic machine learning (ML) in particular offers the most useful and promising theoretical framework and technologies for developing the next generation of systems for finance and investing.

What is a model?

AI systems are based on models. A model maps functional relationships among its inputs and outputs variables based on assumptions and constraints. In general, input variables are called independent variables and output variables are called dependent variables.

In high school, you learned that the equation of any line in the X-Y plane can be expressed as y = mx + b where m is the slope and b is the y-intercept. For example, if you assume that consumer spending, the output/dependent variable y, has a linear relationship with personal income, the input/independent variable x, the equation for the line is called a model for consumer spending. Moreover, the slope m and the intercept b, are referred to as the models parameters. They are treated as constants and their specific values define unique functional relationships or models.

Depending on the type of functional relationships, its parameters, the nature of inputs and outputs variables, models may be classified as deterministic or probabilistic. In a deterministic model, there are no uncertainties about the type of functional relationship, its parameters, the inputs or the outputs of the model. The exact opposite is true for probabilistic models discussed in this book.

Finance Is Not Physics

Adam Smith, generally recognized as the founder of modern economics, was in awe of Newtons laws of mechanics and gravitation [1]. Ever since then, economists have endeavored to make their discipline into a mathematical science like physics. They aspire to formulate theories that accurately explain and predict the economic activities of human beings at the micro and macro levels. This desire gathered momentum in the early 20th century with economists like Irving Fisher and culminated in the Econophysics movement of the late 20th century.

Despite all the complicated mathematics of modern finance, its theories are woefully inadequate, almost pitiful, especially when compared to those of physics. For instance, physics can predict the motion of the moon and the electrons in your computer with jaw-dropping precision. These predictions can be calculated by any physicist, at any time, anywhere on the planet. By contrast, market participants - traders, investors, analysts, finance executives - have trouble explaining the causes of daily market movements or predicting the price of an asset at any time, anywhere in the world.

The political economics of misrepresenting a Nobel Prize

In his will, Alfred Nobel did not create a prize in economics or mathematics or any other discipline besides physics, chemistry, medicine, literature and peace. The Sveriges Riksbank Prize in Economic Sciences in Memory of Alfred Nobel, now commonly and mistakenly referred to as the Nobel Prize in economics, was created by the Swedish Central Bank in 1968. The central bank funds the award in perpetuity and pays the Nobel Foundation to administer it like it does the Nobel prizes willed by its benefactor.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Probabilistic Machine Learning for Finance and Investing: A Primer to Generative AI with Python (Fifth Early Release)»

Look at similar books to Probabilistic Machine Learning for Finance and Investing: A Primer to Generative AI with Python (Fifth Early Release). We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Probabilistic Machine Learning for Finance and Investing: A Primer to Generative AI with Python (Fifth Early Release)»

Discussion, reviews of the book Probabilistic Machine Learning for Finance and Investing: A Primer to Generative AI with Python (Fifth Early Release) and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.