Personnaliser

OK

Deep Learning in Quantitative Finance - Andrew Green

Note : 0

0 avis
  • Soyez le premier à donner un avis

Vous en avez un à vendre ?

Vendez-le-vôtre
Filtrer par :

122,37 €

Produit Neuf

  • Ou 30,59 € /mois

    • Livraison : 3,99 €
    • Livré entre le 4 et le 9 juin
    Voir les modes de livraison

    M_plus_L

    PRO Vendeur favori

    4,8/5 sur + de 1 000 ventes

    Nos autres offres

    • 151,99 €

      Produit Neuf

      Ou 38,00 € /mois

      • Livraison : 25,00 €
      • Livré entre le 19 et le 24 juin
      Voir les modes de livraison
      4,8/5 sur + de 1 000 ventes

      Apres acceptation de la commande, le delai moyen d'expedition depuis le Japon est de 48 heures. Le delai moyen de livraison est de 3 a 4 semaines. En cas de circonstances exceptionnelles, les delais peuvent s'etendre jusqu'à 2 mois.

      Voir le détail de l'annonce 
    Publicité
     
    Vous avez choisi le retrait chez le vendeur à
    • Payez directement sur Rakuten (CB, PayPal, 4xCB...)
    • Récupérez le produit directement chez le vendeur
    • Rakuten vous rembourse en cas de problème

    Gratuit et sans engagement

    Félicitations !

    Nous sommes heureux de vous compter parmi nos membres du Club Rakuten !

    En savoir plus

    Retour

    Horaires

        Note :


        Avis sur Deep Learning In Quantitative Finance de Andrew Green Format Relié  - Livre Littérature Générale

        Note : 0 0 avis sur Deep Learning In Quantitative Finance de Andrew Green Format Relié  - Livre Littérature Générale

        Les avis publiés font l'objet d'un contrôle automatisé de Rakuten.


        Présentation Deep Learning In Quantitative Finance de Andrew Green Format Relié

         - Livre Littérature Générale

        Livre Littérature Générale - Andrew Green - 01/03/2026 - Relié - Langue : Anglais

        . .

      • Auteur(s) : Andrew Green
      • Editeur : Wiley
      • Langue : Anglais
      • Parution : 01/03/2026
      • Format : Moyen, de 350g à 1kg
      • Nombre de pages : 736.0
      • Dimensions : 24.4 x 17.0 x 56.0
      • ISBN : 9781119685241



      • Résumé :

        Acknowledgments xix

        1 Introduction 3
        1.1 What this book is about 3
        1.2 The Rise of AI 5
        1.3 The Promise of AI in Quantitative Finance 7
        1.4 Practicalities 7
        1.5 Reading this book 10

        2 Feed Forward Neural Networks 13
        2.1 Introducing Neural Networks 13
        2.2 Regression and Classification 18
        2.3 Activation Functions 27
        2.4 The Universal Function Approximation Theorem 45
        2.5 Conclusions 48

        3 Training Neural Networks 49
        3.1 Backpropagation and Adjoint Algorithmic Differentiation 50
        3.2 Data Preparation and Scaling 53
        3.3 Weight Initialization 57
        3.4 The Choice of Loss Function 68
        3.5 Optimization Algorithms 82
        3.6 Common Training Problems 97
        3.7 Batch Normalization 104
        3.8 Evaluation and Validation 110
        3.9 Sobolev Training Using Function Derivatives 124
        3.10 Conclusions 131

        4 Regularisation 133
        4.1 Introduction Regularisation and Generalisation 133
        4.2 Weight Decay 134
        4.3 Early Stopping 137
        4.4 Ensemble Methods and Dropout 138
        4.5 Data Augmentation 146
        4.6 Other Regularisation Methods 147
        4.7 Conclusions Regularisation Strategy 149

        5 Hyperparameter Optimization 151
        5.1 Introduction 151
        5.2 Manual 155
        5.3 Grid Search 155
        5.4 Random Search 158
        5.5 Bayesian Optimization 159
        5.6 Bandit-based 165
        5.7 Population Based Training (PBT) 181
        5.8 Conclusions 184

        6 Convolutional Neural Networks 187
        6.1 Introduction 187
        6.2 Convolutions 188
        6.3 Downsampling 203
        6.4 Data Augmentation 206
        6.5 Transfer Learning Using Pre-trained Networks 211
        6.6 Visualising Features 213
        6.7 Famous CNNs 223
        6.8 Conclusions on CNNs 252

        7 Sequence Models 255
        7.1 Introducing Sequence Models 255
        7.2 Recurrent Neural Networks 257
        7.3 Neural Natural Language Processing 276
        7.4 Conclusions on Sequence Models 322

        8 Autoencoders 323
        8.1 Introduction 323
        8.2 Autoencoders and Singular-Valued Decomposition 325
        8.3 Shallow and Deep Autoencoders 332
        8.4 Regularized and Sparse Autoencoders 336
        8.5 Denoising Autoencoders 339
        8.6 Autoencoders and Generative Models 341
        8.7 Conclusion 342

        9 Generative Models 343
        9.1 Introduction 343
        9.2 Evaluating Generative Model Performance 345
        9.3 Energy-based Models (EBMs) 348
        9.4 Variational Autoencoders (VAEs) 383
        9.5 Generative Adversarial Networks (GANs) 396
        9.6 Latent Diffusion Models (LDMs) 491
        9.7 Conclusions on Generative Models 493

        10 Deep Reinforcement Learning 495
        10.1 Introduction 495
        10.2 Key Concepts in Reinforcement Learning 496
        10.3 Markov Decision Processes (MDPs) and the Bellman Equations 506
        10.4 Dynamic Programming and Policy Search 509
        10.5 Monte Carlo Methods for RL 516
        10.6 TD Learning 535
        10.7 Deep Q Networks (DQNs) 546
        10.8 Policy Gradient 561
        10.9 Actor-Critic Methods 567
        10.10 Conclusions 568

        11 Derivative Valuation using Neural Networks 571
        11.1 Introduction 571
        11.2 Derivative Valuation using Neural Networks trained as Non-parametric Models 572
        11.3 Derivative Valuation Function Approximation 584

        12 High Dimensional PDE and BSDE Solvers 603
        12.1 Introduction 603
        12.2 Deep Galerkin Method (DGM) 604
        12.3 Deep BSDE Solvers 619
        12.4 Projection and Martingale Solvers 641
        12.5 Deep Path Dependent PDEs (DPPDE) 642
        12.6 Physics Informed Neural Networks (PINNs) 644
        12.7 Deep Backward Dynamic Programming (DBDP) 646
        12.8 Deep Splitting (DS) 647
        12.9 Conclusions 649

        13 Deep Monte Carlo and Optimal Stopping 651
        13.1 Introduct...

        Biographie:
        ANDREW GREEN FIMA MINSTP BA MA MAST DPHIL is a Managing Director, and Lead Rates and XVA Quant at Scotiabank with over twenty-five years of experience in quantitative finance. He has previously held leadership roles in XVA modelling at Lloyds Banking Group and Barclays Capital. He is also the author of XVA: Credit, Funding and Capital Valuation Adjustments (Wiley, 2015). Andrew has worked on interest rate, credit, and equity derivative model development and implementation during his career....

        Sommaire:
        Contents

        Acknowledgmentsxix
        1 Introduction3
        1.1 What this book is about3
        1.2 The Rise of AI5
        1.2.1 LLMs5
        1.3 The Promise of AI in Quantitative Finance7
        1.4 Practicalities7
        1.4.1 The Examples7
        1.4.2 Python and PyTorch8
        1.4.3 Docker9
        1.5 Reading this book10
        2 Feed Forward Neural Networks13
        2.1 Introducing Neural Networks13
        2.1.1 Why activation must be non-linear15
        2.1.2 Learning Representations17
        2.2 Regression and Classification18
        2.3 Activation Functions27
        2.3.1 Linear28
        Acknowledgmentsxix
        1 Introduction3
        1.1 What this book is about3
        1.2 The Rise of AI5
        1.2.1 LLMs5
        1.3 The Promise of AI in Quantitative Finance7
        1.4 Practicalities7
        1.4.1 The Examples7
        1.4.2 Python and PyTorch8
        1.4.3 Docker9
        1.5 Reading this book10
        2 Feed Forward Neural Networks13
        2.1 Introducing Neural Networks13
        2.1.1 Why activation must be non-linear15
        2.1.2 Learning Representations17
        2.2 Regression and Classification18
        2.3 Activation Functions27
        2.3.1 Linear28
        2.3.2 Sigmoid (Logistic)28
        2.3.3 Heaviside (Binary)29
        2.3.4 Hyperbolic Tangent (tanh)29
        2.3.5 Rectified Linear Unit (ReLU)31
        2.3.6 Leaky ReLU32
        2.3.7 Parameteric rectified linear unit (PReLU)32
        2.3.8 Gaussian Error Linear Unit (GELU)33
        2.3.9 Exponential Linear Unit (ELU)33
        2.3.10 Scaled Exponential Linear Unit (SELU)33
        2.3.11 Swish33
        2.3.12 Scaled Exponentially-Regularised Linear Units (SERLU)35
        2.3.13 Softmax35
        2.4 The Universal Function Approximation Theorem45
        2.5 Conclusions48
        3 Training Neural Networks49
        3.1 Backpropagation and Adjoint Algorithmic Differentiation50
        3.1.1 Adjoint Algorithmic Differentiation51
        3.2 Data Preparation and Scaling53
        3.2.1 Vectorization53
        3.2.2 Input Normalization54
        3.2.3 Handling Test and Validation Data57
        3.2.4 Feature Engineering?57
        3.3 Weight Initialization57
        3.3.1 Initializing Weights58
        3.3.2 Initializing Biases60
        3.4 The Choice of Loss Function68
        3.4.1 Regression68
        3.4.2 Binary Classification74
        3.4.3 Multi-class Classification79
        3.4.4 Multi-label Classification81
        3.5 Optimization Algorithms82
        3.5.1 Basic Techniques82
        3.5.2 Optimizers with Adaptive Learning Rates91
        3.6 Common Training Problems97
        3.6.1 Overfitting/Underfitting97
        3.6.2 Defining Bias and Variance Mathematically100
        3.6.3 Local Minima101
        3.6.4 Saddle Points and Second Order Methods101
        3.6.5 Vanishing and Exploding Gradients102
        3.7 Batch Normalization104
        3.8 Evaluation and Validation110
        3.8.1 The Train / Test / Validation Split110
        3.8.2 Evaluation Metrics113
        3.9 Sobolev Training Using Function Derivatives124
        3.9.1 Incorporating Derivatives125
        3.9.2 Key Theorems126
        3.9.3 Empirical Results127
        3.10 Conclusions131
        4 Regularisation 133
        4.1 Introduction? ?Regularisation and Generalisation133
        4.2 Weight Decay134
        4.2.1 L2 Regularisation135
        4.2.2 L1 Regularisation136
        4.3 Early Stopping 137
        4.4 Ensemble M...

        Détails de conformité du produit

        Consulter les détails de conformité de ce produit (

        Personne responsable dans l'UE

        )
        Le choixNeuf et occasion
        Minimum5% remboursés
        La sécuritéSatisfait ou remboursé
        Le service clientsÀ votre écoute
        LinkedinFacebookTwitterInstagramYoutubePinterestTiktok
        visavisa
        mastercardmastercard
        klarnaklarna
        paypalpaypal
        floafloa
        americanexpressamericanexpress
        Rakuten Logo
        • Rakuten Kobo
        • Rakuten TV
        • Rakuten Viber
        • Rakuten Viki
        • Plus de services
        • À propos de Rakuten
        Rakuten.com