47%
Generative AI for Trading and Asset Management

Generative AI for Trading and Asset Management

          
5
4
3
2
1

International Edition


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Quantity:
Add to Wishlist

About the Book

Expert guide on using AI to supercharge traders' productivity, optimize portfolios, and suggest new trading strategies Generative AI for Trading and Asset Management is an essential guide to understand how generative AI has emerged as a transformative force in the realm of asset management, particularly in the context of trading, due to its ability to analyze vast datasets, identify intricate patterns, and suggest complex trading strategies. Practically, this book explains how to utilize various types of AI: unsupervised learning, supervised learning, reinforcement learning, and large language models to suggest new trading strategies, manage risks, optimize trading strategies and portfolios, and generally improve the productivity of algorithmic and discretionary traders alike. These techniques converge into an algorithm to trade on the Federal Reserve chair's press conferences in real time. Written by Hamlet Medina, chief data scientist Criteo, and Ernie Chan, founder of QTS Capital Management and Predictnow.ai, this book explores topics including: How large language models and other machine learning techniques can improve productivity of algorithmic and discretionary traders from ideation, signal generations, backtesting, risk management, to portfolio optimization The pros and cons of tree-based models vs neural networks as they relate to financial applications. How regularization techniques can enhance out of sample performance Comprehensive exploration of the main families of explicit and implicit generative models for modeling high-dimensional data, including their advantages and limitations in model representation and training, sampling quality and speed, and representation learning. Techniques for combining and utilizing generative models to address data scarcity and enhance data augmentation for training ML models in financial applications like market simulations, sentiment analysis, risk management, and more. Application of generative AI models for processing fundamental data to develop trading signals. Exploration of efficient methods for deploying large models into production, highlighting techniques and strategies to enhance inference efficiency, such as model pruning, quantization, and knowledge distillation. Using existing LLMs to translate Federal Reserve Chair's speeches to text and generate trading signals. Generative AI for Trading and Asset Management earns a well-deserved spot on the bookshelves of all asset managers seeking to harness the ever-changing landscape of AI technologies to navigate financial markets.

Table of Contents:
Preface xv Acknowledgments xix About the Authors xxi Part I Generative AI for Trading and Asset Management: A No-code Introduction 1 Chapter 1 No-code Generative AI for Basic Quantitative Finance 3 1.1 Retrieving Historical Market Data 4 1.2 Computing Sharpe Ratio 7 1.3 Data Formatting and Analysis 8 1.4 Translating Matlab Codes to Python Codes 11 1.5 Conclusion 16 Chapter 2 No-code Generative AI for Trading Strategies Development 17 2.1 Creating Codes from a Strategy Specification 19 2.2 Summarizing a Trading Strategy Paper and Creating Backtest Codes from It 34 2.3 Searching for a Portfolio Optimization Algorithm Based on Machine Learning 45 2.4 Explore Options Term Structure Arbitrage Strategies 50 2.5 Conclusion 64 2.6 Exercises 66 2A.1 Computing Next-day’s Return 67 2A.2 Uploading the Fama-French Factors 68 2A.3 Combining Fama-French Factors with Next-day’s Returns 68 Chapter 3 Whirlwind Tour of ML in Asset Management 71 3.1 Unsupervised Learning 72 3.2 Supervised Learning 77 3.3 Deep Reinforcement Learning 99 3.4 Data Engineering 100 3.5 Feature Engineering 102 3.6 Conclusion 106 Part II Deep Generative Models for Trading and Asset Management 107 Chapter 4 Understanding Generative AI 109 4.1 Why Generative Models 110 4.2 Difference with Discriminative Models 110 4.3 How Can We Use Them? 111 4.4 Illustrating Generative Models with ChatGPT 113 4.5 Hybrid Modeling: Combining Generative and Discriminative Models 119 4.6 Taxonomy of Generative Models 123 4.7 Conclusion 124 Chapter 5 Deep Autoregressive Models for Sequence Modeling 125 5.1 Representation Complexity 126 5.2 Representation and Complexity Reduction 127 5.3 A Short Tour of Key Model Families 128 5.4 Model Fitting 155 5.5 Conclusions 157 Chapter 6 Deep Latent Variable Models 159 6.1 Introduction 160 6.2 Latent Variable Models 162 6.3 Examples of Traditional Latent Variable Models 162 6.4 Learning 171 6.5 Variational Autoencoder (VAE) 176 6.6 VAEs for Sequential Data and Time Series 177 6.7 Conclusion 181 Chapter 7 Flow Models 183 7.1 Introduction 183 7.2 Model Training 185 7.3 Linear Flows 185 7.4 Designing Nonlinear Flows 187 7.5 Coupling Flows 188 7.6 Autoregressive Flows 195 7.7 Continuous Normalizing Flows 195 7.8 Modeling Financial Time Series with Flow Models 196 7.9 Conclusion 199 Chapter 8 Generative Adversarial Networks 201 8.1 Introduction 202 8.2 Training 204 8.3 Some Theoretical Insight in GANs 208 8.4 Why Is GAN Training Hard? Improving GAN Training Techniques 209 8.5 Wasserstein GAN (WGAN) 211 8.6 Extending GANs for Time Series 214 8.7 Conclusion 215 Chapter 9 Leveraging LLMs for Sentiment Analysis in Trading 217 9.1 Sentiment Analysis in Fed Press Conference Speeches Using Large Language Models 217 9.2 Data: Video + Market Prices 221 9.3 Speech-to-text Conversion 221 9.4 Sentiment Analysis 225 9.5 Experiment Results 232 9.6 Conclusion 234 Chapter 10 Efficient Inference 235 10.1 Introduction 235 10.2 Scaling Large Language Models: High Performance, High Computational Cost, and Emergent Abilities 236 10.3 Making FinBERT Faster 240 10.4 Model Quantization 247 10.5 Customizing Your LLM: Adapting Models to Your Needs 252 10.6 Conclusions 256 Chapter 11 Afterword 257 11.1 Diffusion Models 260 11.2 Combining Generative Model Variants 260 11.3 LLMs as Financial Advisors 261 References 263 Appendix 271 A.1 Retrieving Adjusted Closing Prices and Computing Daily Returns 271 A.2 Installing Python 273 A.2.1 Step 1: Download Python 273 A.2.2 Step 2: Install Python 274 A.2.3 Step 3: Set Up a Virtual Environment (Optional but Recommended) 274 A.2.4 Step 4: Install Packages with pip 274 A.2.5 Step 5: Consider an Integrated Development Environment (IDE) 274 A.2.6 Additional Tips 275 A.3 Plotting the Risk-free-rate over the Years 276 A.4 Computing the Sharpe Ratio of SPY 278 A.5 Matlab Code for Computing Efficient Frontier and Finding the Tangency Portfolio 280 Index 283


Best Sellers


Product Details
  • ISBN-13: 9781394266975
  • Publisher: John Wiley & Sons Inc
  • Publisher Imprint: John Wiley & Sons Inc
  • Height: 257 mm
  • No of Pages: 320
  • Spine Width: 25 mm
  • Width: 183 mm
  • ISBN-10: 1394266979
  • Publisher Date: 08 May 2025
  • Binding: Hardback
  • Language: English
  • Returnable: Y
  • Weight: 634 gr


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

REVIEWS           
Click Here To Be The First to Review this Product
Generative AI for Trading and Asset Management
John Wiley & Sons Inc -
Generative AI for Trading and Asset Management
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Generative AI for Trading and Asset Management

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book
    Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!
    ASK VIDYA