ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Machine Learning for the Physical Sciences: Fundamentals and Prototyping with Julia

دانلود کتاب یادگیری ماشین برای علوم فیزیکی: مبانی و نمونه سازی با جولیا

Machine Learning for the Physical Sciences: Fundamentals and Prototyping with Julia

مشخصات کتاب

Machine Learning for the Physical Sciences: Fundamentals and Prototyping with Julia

ویرایش:  
نویسندگان:   
سری:  
ISBN (شابک) : 9781032392295, 9781003350101 
ناشر: CRC Press 
سال نشر: 2023 
تعداد صفحات: 0 
زبان: English 
فرمت فایل : EPUB (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 5 مگابایت 

قیمت کتاب (تومان) : 69,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 9


در صورت تبدیل فایل کتاب Machine Learning for the Physical Sciences: Fundamentals and Prototyping with Julia به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب یادگیری ماشین برای علوم فیزیکی: مبانی و نمونه سازی با جولیا نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی درمورد کتاب به خارجی



فهرست مطالب

Preface

    List of Figures

    List of Table

    SECTION I Foundations

        Chapter 1 Multivariate Calculus

            1.1 Vectors, matrices, and tensors

            1.2 Mappings and spaces

            1.3 Matrix calculus

                1.3.1 Notation

                1.3.2 Affine Map

        Chapter 2 Probability Theory

            2.1 Probability space

                2.1.1 Random Variables

                2.1.2 Conditional Probability

                2.1.3 Probability Distribution

            2.2 Information

                2.2.1 Statistical Divergence

                2.2.2 Maximum Likelihood

            2.3 Kernel density estimation

                2.3.1 Bandwidth

            2.4 Markov chains

                2.4.1 Hidden Markov Models

    SECTION II  Unsupervised Learning

        Chapter 3 Dimensionality Reduction

            3.1 Principal component analysis

                3.1.1 Correlation Matrix

                3.1.2 Explained Variance

                3.1.3 Projection on New Basis

            3.2 Singular value decomposition

                3.2.1 Pseudoinverse

            3.3 Kernel PCA

            3.4 Independent component analysis

        Chapter 4 Cluster Analysis

            4.1 K-Means and k-Medoids

                4.1.1 Silhouette

            4.2 DBScan

            4.3 Hierarchical clustering

                4.3.1 AGNES

                4.3.2 DIANA

            4.4 Spectral clustering

        Chapter 5 Vector Quantization Techniques

            5.1 Simple vector quantization

            5.2 Self-organizing map

            5.3 Neural gas

                5.3.1 Growing Neural Gas

            5.4 Voronoi and Delaunay diagrams

    SECTION III Supervised Learning

        Chapter 6 Regression Models

            6.1 Bias-variance trade-off

            6.2 Simple linear regression

                6.2.1 Goodness of Fit

            6.3 Multivariate linear regression

                6.3.1 Bayesian Approach

            6.4 Regularization

                6.4.1 Least Angle Regression

            6.5 Non-linear regression

            6.6 Gaussian process regression

        Chapter 7 Classification

            7.1 Logistic regression

            7.2 Classification and regression trees

                7.2.1 Boosting

            7.3 Support vector machines

                7.3.1 Soft Margins

            7.4 Naïve Bayes

    SECTION IV Neuronal-Inspired Learning

        Chapter 8 Feedforward Networks

            8.1 McCulloch-Pitts artificial neuron

                8.1.1 Perceptron

            8.2 Multilayer perceptron

                8.2.1 Optimization Strategies

            8.3 Autoencoders and generative Models

                8.3.1 Variational Autoencoders

                8.3.2 Diffusion Models

                8.3.3 Generative-Adversarial Networks

        Chapter 9 Advanced Network Architectures

            9.1 Convolutional neural networks

            9.2 Recurrent networks

                9.2.1 Attention Mechanism

            9.3 Hopfield network

                9.3.1 Training

                9.3.2 Energy and Asynchronous Update

                9.3.3 Capacity and Cross-Talk

            9.4 Boltzmann machines

    SECTION V Reinforcement Learning

        Chapter 10 Value Methods

            10.1 Dynamic programming

            10.2 Monte Carlo and temporal difference

                10.2.1 Exploitation vs. Exploration

            10.3 SARSA and Q-Learning

        Chapter 11 Gradient Methods

            11.1 REINFORCE

                11.1.1 A Simple Game

            11.2 Actor-critic

                11.2.1 Advantage Actor-Critic

            11.3 Trust region methods

    SECTION VI Optimization

        Chapter 12 Population-Based Metaheuristic Methods

            12.1 Genetic algorithms and evolution strategy

                12.1.1 Selection

                12.1.2 Crossover

                12.1.3 Mutation

                12.1.4 Survivor Selection and Termination

            12.2 Particle swarm optimization

            12.3 Stigmergy algorithms

        Chapter 13 Local Search Methods

            13.1 Amoeba optimization

            13.2 Simmulated annealing

            13.3 Closing remarks

    Appendix A Sufficient Statistic

    Appendix B Graphs

    Appendix C Sequential Minimization Optimization

    Appendix D Algorithmic Differentiation

    Appendix E Batch Normalizing Transform

    Appendix F Divergence of two Gaussian Distributions

    Appendix G Continuous-time Bellman\'s Equation

    Appendix H Conjugate Gradient

    Appendix I Importance Sampling

    References

    Index




نظرات کاربران