1 - 20
Next
- Cham : Springer, [2023]
- Description
- Book — 1 online resource (287 p.).
- Summary
-
- Artocarpus Classification Technique using Deep Learning based Convolutional Neural Network.- Rambutan Image Classification using Various Deep Learning Approaches.- Mango Varieties Classification-based Optimization with Transfer Learning and Deep Learning Approaches.- Salak Image Classification Method based Deep Learning Technique using Two Transfer Learning Models.- Image Processing Identification for Sapodilla Using Convolution Neural Network (CNN) and Transfer Learning Techniques.- Comparison of Pre-trained and Convolutional Neural Networks for Classification of Jackfruit Artocarpus Integer and Artocarpus Heterophyllus.- Markisa/Passion Fruit Image Classification based Improved Deep Learning Approach using Transfer Learning.- Enhanced MapReduce Performance for the Distributed Parallel Computing: Application of the Big Data.- A Novel Big Data Classification Technique for Healthcare Application using Support Vector Machine, Random Forest and J48.- Comparative Study on Arabic Text Classification: Challenges and Opportunities.- Pedestrian Speed Prediction Using Feed Forward Neural Network.- Arabic Text Classification using Modified Artificial Bee Colony Algorithm for Sentiment Analysis: The Case of Jordanian Dialect.
- (source: Nielsen Book Data)
(source: Nielsen Book Data)
- Munn, Michael (ML solutions engineer)
- [S.l.] : O'REILLY MEDIA, 2023.
- Description
- Book — 1 online resource
- Summary
-
Most intermediate-level machine learning books usually focus on how to optimize models by increasing accuracy or decreasing prediction error. But this approach often overlooks the importance and the need to be able to explain why and how your ML model makes the predictions that it does. This practical guide brings together the best-in-class techniques for model interpretability and explains model predictions in a hands-on approach. Experienced ML practitioners will be able to more easily apply these tools in their daily workflow.
(source: Nielsen Book Data)
- Jin, Yaochu, 1966-
- Singapore : Springer, 2023.
- Description
- Book — 1 online resource
- Summary
-
- Introduction 1.1 Artificial neural networks and deep learning
- 1.2 Evolutionary optimization and learning
- 1.3 Privacy-preserving computation
- 1.4 Federated learning
- 1.5 Summary
- Communication-Efficient
- Federated Learning 2.1 Communication cost in federated learning
- 2.2 Main methodologies
- 2.3 Temporally weighted averaging and layer-wise weight update
- 2.4 Trained ternary compression for federated learning
- 2.5 Summary
- Evolutionary
- Federated Learning
- 3.1 Motivations and challenges
- 3.2 Offline evolutionary multi-objective federated learning
- 3.3 Realtime evolutionary federated neural architecture search
- 3.4 Summary
- Secure
- Federated Learning
- 4.1 Threats to federated learning
- 4.2 Distributed encryption for horizontal federated learning
- 4.3 Secure vertical federated learning
- 4.4 Summary
- Summary
- and Outlook
- 5.1 Summary
- 5.2 Future directions.
- (source: Nielsen Book Data)
(source: Nielsen Book Data)
- Cham, Switzerland : Springer, 2023.
- Description
- Book — 1 online resource
- Summary
-
- Editorial Note.- Artificial Intelligence as Dual-Use Technology.- Diabetic Retinopathy Detection using Transfer and Reinforcement Learning with effective image preprocessing and data augmentation techniques. .
- (source: Nielsen Book Data)
(source: Nielsen Book Data)
5. Machine learning : theory and practice [2023]
- Kalita, Jugal Kumar, author.
- First edition - Boca Raton : Chapman & Hall/CRC Press, 2023
- Description
- Book — 1 online resource
- PRUKSACHATKUN, YADA.
- [Place of publication not identified] O'REILLY MEDIA, 2023.
- Description
- Book — 1 online resource
- Summary
-
With the increasing use of AI in high-stakes domains such as medicine, law, and defense, organizations spend a lot of time and money to make ML models trustworthy. Many books on the subject offer deep dives into theories and concepts. This guide provides a practical starting point to help development teams produce models that are secure, more robust, less biased, and more explainable. Authors Yada Pruksachatkun, Matthew McAteer, and Subhabrata Majumdar translate best practices in the academic literature for curating datasets and building models into a blueprint for building industry-grade trusted ML systems. With this book, engineers and data scientists will gain a much-needed foundation for releasing trustworthy ML applications into a noisy, messy, and often hostile world. You'll learn: Methods to explain ML models and their outputs to stakeholders How to recognize and fix fairness concerns and privacy leaks in an ML pipeline How to develop ML systems that are robust and secure against malicious attacks Important systemic considerations, like how to manage trust debt and which ML obstacles require human intervention.
(source: Nielsen Book Data)
7. Representation in machine learning [2023]
- Murty, M. Narasimha, author.
- Singapore : Springer, 2023.
- Description
- Book — 1 online resource (440 pages) : illustrations (black and white, and colour).
- Summary
-
- 1. Introduction.-
- 2. Representation.-
- 3. Nearest Neighbor Algorithms.-
- 4. Representation Using Linear Combinations.-
- 5. Non-Linear Schemes for Representation.-
- 6. Conclusions.
- (source: Nielsen Book Data)
(source: Nielsen Book Data)
- Sarang, P. G. (Poornachandra G.)
- Cham : Springer, 2023.
- Description
- Book — 1 online resource (366 p.).
- Summary
-
- Intro
- Preface
- Contents
- 1: Data Science Process
- Traditional Model Building
- Modern Approach for Model Building
- AI on Image Datasets
- Model Development on Text Datasets
- Model Building on High-Frequency Datasets
- Data Science Process
- Data Preparation
- Numeric Data Processing
- Text Processing
- Preprocessing Text Data
- Exploratory Data Analysis
- Features Engineering
- Deciding on Model Type
- Model Training
- Algorithm Selection
- AutoML
- Hyper-Parameter Tuning
- Model Building Using ANN
- Models Based on Transfer Learning
- Summary
- 2: Dimensionality Reduction
- In a Nutshell
- Why Reduce Dimensionality?
- Dimensionality Reduction Techniques
- Project Dataset
- Columns with Missing Values
- Filtering Columns Based on Variance
- Filtering Highly Correlated Columns
- Random Forest
- Backward Elimination
- Forward Features Selection
- Factor Analysis
- Principal Component Analysis
- PCA on Huge Multi-columnar Dataset
- About the Dataset
- Loading Dataset
- Model Building
- PCA for Visualization
- PCA for Model Building
- Independent Component Analysis
- Isometric Mapping
- T-Distributed Stochastic Neighbor Embedding (t-SNE)
- UMAP
- Singular Value Decomposition
- Linear Discriminant Analysis (LDA)
- Summary
- Part I: Classical Algorithms: Overview
- 3: Regression Analysis
- In a Nutshell
- When to Use?
- Regression Types
- Linear Regression
- Assumptions
- Polynomial Regression
- Ridge Regression
- Lasso Regression
- ElasticNet Regression
- Linear Regression Implementations
- Linear Regression
- Ridge Regression
- Lasso Regression
- Bayesian Linear Regression
- BLR Implementation
- BLR Project
- Logistic Regression
- Logistic Regression Implementation
- Guidelines for Model Selection
- Whatś Next?
- Summary
- 4: Decision Tree
- In a Nutshell
- Wide Range of Applications
- Decision Tree Workings
- Tree Traversal
- Tree Construction
- Entropy
- Information Gain
- Gini Index
- Constructing Tree
- Tree Construction Algorithm
- Tree Traversal Algorithm
- Implementation
- Project (Regression)
- Loading Dataset
- Preparing Datasets
- Model Building
- Evaluating Performance
- Tree Visualization
- Feature Importance
- Project (Classifier)
- Summary
- 5: Ensemble: Bagging and Boosting
- What is Bagging and Boosting?
- Bagging
- Boosting
- Random Forest
- In a Nutshell
- What Is Random Forest?
- Random Forest Algorithm
- Advantages
- Applications
- Implementation
- Random Forest Project
- ExtraTrees
- Bagging Ensemble Project
- ExtraTreesRegressor
- ExtraTreesClassifier
- Bagging
- BaggingRegressor
- BaggingClassifier
- AdaBoost
- How Does It Work?
- Implementation
- AdaBoostRegressor
- AdaBoost Classifier
- Advantages/Disadvantages
- Gradient Boosting
- Loss Function
- Requirements for Gradient Boosting
- Implementation
- GradientBoostingRegressor
- Amsterdam : Elsevier, 2022.
- Description
- Book — 1 online resource
- Summary
-
- Part 1: Traditional Machine Learning Approaches 1. User Vs. Machine Seismic Attribute Selection for Unsupervised Machine Learning Techniques: Does Human Insight Provide Better Results Than Statistically Chosen Attributes? 2. Relative Performance of Support Vector Machine, Decision Trees, and Random Forest Classifiers for Predicting Production Success in US unconventional Shale Plays
- Part 2: Deep Learning Approaches 3. Recurrent Neural Network: application in facies classification 4. Recurrent Neural Network for Seismic Reservoir Characterization 5. Application of Convolutional Neural Networks for the Classification of Siliciclastic Core Photographs 6. Convolutional Neural Networks for Fault Interpretation - Case Study Examples around the World
- Part 3: Physics-based Machine Learning Approaches 7. Scientific Machine Learning for Improved Seismic Simulation and Inversion 8. Prediction of Acoustic Velocities using Machine Learning 9. Regularized Elastic Full Waveform Inversion using Deep Learning 10. A Holistic Approach to Computing First-arrival Traveltimes using Neural Networks
- Part 4: New Directions 11. Application of Artificial Intelligence to Computational Fluid Dynamics.
- (source: Nielsen Book Data)
(source: Nielsen Book Data)
- Bhattacharya, Aditya.
- Birmingham : Packt Publishing, Limited, 2022.
- Description
- Book — 1 online resource (304 pages)
- Summary
-
- Table of Contents Foundational Concepts of Explainability Techniques Model Explainability Methods Data-Centric Approaches LIME for Model Interpretability Practical Exposure to Using LIME in ML Model Interpretability Using SHAP Practical Exposure to Using SHAP in ML Human-Friendly Explanations with TCAV Other Popular XAI Frameworks XAI Industry Best Practices End User-Centered Artificial Intelligence.
- (source: Nielsen Book Data)
(source: Nielsen Book Data)
11. Feature Store for Machine Learning : Curate, Discover, Share and Serve ML Features at Scale [2022]
- Kumar M. J., Jayanth.
- Birmingham : Packt Publishing, Limited, 2022.
- Description
- Book — 1 online resource (281 pages)
- Summary
-
- Table of Contents An Overview of the Machine Learning Life Cycle What Problems Do Feature Stores Solve? Feature Store Fundamentals, Terminology, and Usage Adding Feature Store to ML Models Model Training and Inference Model to Production and Beyond Feast Alternatives and ML Best Practices Use Case - Customer Churn Prediction.
- (source: Nielsen Book Data)
(source: Nielsen Book Data)
- Cham : Springer, [2022]
- Description
- Book — 1 online resource (vi, 534 pages) : illustrations (chiefly color)
- Summary
-
- Introduction to Federated Learning.- Tree-Based Models for Federated Learning Systems.- Semantic Vectorization: Text and Graph-Based Models.- Personalization in Federated Learning.- Personalized, Robust Federated Learning with Fed+.- Communication-Efficient Distributed Optimization Algorithms.- Communication-Efficient Model Fusion.- Federated Learning and Fairness.- Introduction to Federated Learning Systems.- Local Training and Scalability of Federated Learning Systems.- Straggler Management.- Systems Bias in Federated Learning.- Protecting Against Data Leakage in Federated Learning: What Approach Should You Choose?.- Private Parameter Aggregation for Federated Learning.- Data Leakage in Federated Learning.- Security and Robustness in Federated Machine Learning.- Dealing with Byzantine Threats to Neural Networks.- Privacy-Preserving Vertical Federated Learning.- Split Learning: A Resource Efficient Model & Data Parallel Approach for Distributed Deep Learning.- Federated Learning for Collaborative Financial Crimes Detection.- Federated Reinforcement Learning for Portfolio Management.- Application of Federated Learning in Medical Imaging.- Advancing Healthcare Solutions with Federated Learning.- A Privacy-preserving Product Recommender System.- Application of Federated Learning in Telecommunications and Edge Computing.
- (source: Nielsen Book Data)
(source: Nielsen Book Data)
- Lokulwar, Prasad.
- Piraí : Bentham Science Publishers, 2022.
- Description
- Book — 1 online resource (240 p.)
- Summary
-
- Cover
- Title
- Copyright
- End User License Agreement
- Contents
- Foreword
- Preface
- [Key Features]
- Key Features
- List of Contributors
- Cutting Edge Techniques of Adaptive Machine Learning for Image Processing and Computer Vision
- P. Sasikumar1 and T. Saravanan1, *
- INTRODUCTION
- Techniques for Improvising Images
- Spatial-Domain Method
- Frequency-Domain Method
- TRANSFORMS: IMAGE IMPROVEMENT
- Wavelet-Transform Oriented Image Improvement
- Scaling and Translation
- IMAGE IMPROVEMENT WITH FILTERS
- DENOISING OF IMAGES
- Frontward Transform
- IMAGE IMPROVEMENT WITH PRINCIPAL COMPONENT PCA FOR 2D
- Implementing 2D-PCA
- SELECTION AND EXTRACTION OF FEATURES
- Criteria for Selecting Features
- Linear Criteria for Extracting Features
- Discontinuity Handling
- Integration Part: Limitations
- Alteration of Smoothness Terminology
- CONCLUSION
- CONSENT FOR PUBLICATION
- CONFLICT OF INTEREST
- ACKNOWLEDGEMENT
- REFERENCES
- Algorithm For Intelligent Systems
- Pratik Dhoke1, *, Pranay Saraf1, Pawan Bhalandhare1, Yogadhar Pandey1, H. R. Deshmukh1 and Rahul Agrawal1
- INTRODUCTION
- Reinforcement Learning
- Q-Learning
- Game Theory
- Machine Learning
- Decision Tree
- Logistic Regression
- K-Means Clustering
- Artificial Neural Network (ANN)
- Swarm Intelligence
- Swarm Robots
- Swarm Intelligence in Decision Making Algorithm
- Natural Language Processing
- CONCLUSION
- FUTURE SCOPE
- CONSENT FOR PUBLICATION
- CONFLICT OF INTEREST
- ACKNOWLEDGEMENTS
- REFERENCES
- Clinical Decision Support System for Early Prediction of Congenital Heart Disease using Machine learning Techniques
- Ritu Aggarwal1, * and Suneet Kumar2
- INTRODUCTION
- RELATED WORK
- PROPOSED METHODOLOGY AND DATASET
- STEPS FOR TRAINING AND TESTING THE DATASET
- MACHINE LEARNING ALGORITHMS FOR PREDICTION
- SUPPORT VECTOR MACHINE
- RANDOM FOREST
- MULTILAYER PERCEPTRON
- INPUT LAYER
- HIDDEN LAYER
- OUTPUT LAYER
- K- NEAREST NEIGHBOR (K-NN)
- EXPERIMENTS AND RESULTS
- Comparison Results
- CONCLUSION
- CONSENT FOR PUBLICATION
- CONFLICT OF INTEREST
- ACKNOWLEDGEMENTS
- REFERENCES
- A Review on Covid-19 Pandemic and Role of Multilingual Information Retrieval and Machine Translation for Managing its Effect
- Mangala Madankar1, * and Manoj Chandak2
- INTRODUCTION
- RELATED WORK
- OUTBREAK STAGE OF COVID 19
- Travel history from infected countries
- Local Transmission
- Geographical Cluster of Cases
- Community Transmission
- CURRENT SITUATION IN INDIA
- TREATMENT
- ILLNESS SEVERITY
- ANTIBODY AND PLASMA THERAPY
- VACCINE
- PREVENTIVE MEASURE
- Myths
- EMERGING TECHNOLOGY FOR MITIGATING THE EFFECT OF THE COVID-19 PANDEMIC
- Infodemic and Natural Language Processing
- Arogya Setu App
- Issues of Languages all Over the World and Machine Translation
- Difficulties in Accessing Data in the Native Language
- INFORMATION RETRIEVAL SYSTEM FOR COVID-19
- Hardt, Moritz, author.
- Princeton : Princeton University Press, [2022]
- Description
- Book — xvii, 298 pages : illustrations (black and white) ; 27 cm
- Summary
-
"An authoritative, up-to-date graduate textbook on machine learning that highlights its historical context and societal impactsPatterns, Predictions, and actions introduces graduate students to the essentials of machine learning while offering invaluable perspective on its history and social implications. Beginning with the foundations of decision making, Moritz Hardt and Benjamin Recht explain how representation, optimization, and generalization are the constituents of supervised learning. They go on to provide self-contained discussions of causality, the practice of causal inference, sequential decision making, and reinforcement learning, equipping readers with the concepts and tools they need to assess the consequences that may arise from acting on statistical decisions. The text: provides a modern introduction to machine learning, showing how patterns in data support predictions and consequential actions, pays special attention to societal impacts and fairness in decision making, and traces the development of machine learning from its origins to today. Also features a novel chapter on machine learning benchmarks and datasets and invites readers from all backgrounds, requiring some experience with probability, calculus, and linear algebra. An essential textbook for students and a guide for researchers"-- Provided by publisher
- Online
Engineering Library (Terman)
Engineering Library (Terman) | Status |
---|---|
Stacks | |
Q325.5 .H386 2022 | CHECKEDOUT Request |
- Liu, Yong.
- Birmingham : Packt Publishing, Limited, 2022.
- Description
- Book — 1 online resource (288 pages)
- Summary
-
- Table of Contents Deep Learning Life Cycle and MLOps Challenges Getting Started with MLflow for Deep Learning Tracking Models, Parameters, and Metrics Tracking Code and Data Versioning Running DL Pipelines in Different Environments Running Hyperparameter Tuning at Scale Multi-Step Deep Learning Inference Pipeline Deploying a DL Inference Pipeline at Scale Fundamentals of Deep Learning Explainability Implementing DL Explainability with MLflow.
- (source: Nielsen Book Data)
(source: Nielsen Book Data)
- Cham, Switzerland : Springer, 2021.
- Description
- Book — 1 online resource
- Summary
-
- Introduction.- Introduction to ANN.- Introduction to Deep Learning.- Deep Soft Computing using Python.- Working with Keras.- Deep learning Applications using Python.- Advanced Deep learning techniques.- Conclusion.
- (source: Nielsen Book Data)
(source: Nielsen Book Data)
- Sarker, Iqbal H., author.
- Cham, Switzerland : Springer, [2021]
- Description
- Book — 1 online resource Digital: text file; PDF.
- Summary
-
- Part I Preliminaries1 Introduction to Context-Aware Machine Learning and Mobile Data
- Analytics
- 1.1 Introduction
- 1.2 Context-Aware Machine Learning
- 1.3 Mobile Data Analytics
- 1.4 An Overview of this Book
- 1.5 Conclusion
- References
- 2 Application Scenarios and Basic Structure for Context-Aware
- Machine Learning Framework
- 2.1 Motivational Examples with Application Scenarios
- 2.2 Structure and Elements of Context-Aware Machine Learning
- Framework
- 2.2.1 Contextual Data Acquisition
- 2.2.2 Context Discretization
- 2.2.3 Contextual Rule Discovery
- 2.2.4 Dynamic Updating and Management of Rules
- 2.3 Conclusion
- References
- 3 A Literature Review on Context-Aware Machine Learning and
- Mobile Data Analytics
- 3.1 Contextual Information
- 3.1.1 Definitions of Contexts
- 3.1.2 Understanding the Relevancy of Contexts
- 3.2 Context Discretization
- 3.2.1 Discretization of Time-Series Data
- 3.2.2 Static Segmentation
- vii
- viii Contents
- 3.2.3 Dynamic Segmentation
- 3.3 Rule Discovery
- 3.3.1 Association Rule Mining
- 3.3.2 Classification Rules
- 3.4 Incremental Learning and Updating
- 3.5 Identifying the Scope of Research
- 3.6 Conclusion
- References
- Part II Context-Aware Rule Learning and Management
- 4 Contextual Mobile Datasets, Pre-processing and Feature Selection
- 4.1 Smart Mobile Phone Data and Associated Contexts
- 4.1.1 Phone Call Log
- 4.1.2 Mobile SMS Log
- 4.1.3 Smartphone App Usage Log
- 4.1.4 Mobile Phone Notification Log
- 4.1.5 Web or Navigation Log
- 4.1.6 Game Log
- 4.1.7 Smartphone Life Log
- 4.1.8 Dataset Summary
- 4.2 Examples of Contextual Mobile Phone Data
- 4.2.1 Time-Series Mobile Phone Data
- 4.2.2 Mobile phone data with multi-dimensional contexts
- 4.2.3 Contextual Apps Usage Data
- 4.3 Data Preprocessing
- 4.3.1 Data Cleaning
- 4.3.2 Data Integration
- 4.3.3 Data Transformation
- 4.3.4 Data Reduction
- 4.4 Dimensionality Reduction
- 4.4.1 Feature Selection
- 4.4.2 Feature Extraction
- 4.4.3 Dimensionality Reduction Algorithms
- 4.5 Conclusion
- References
- 5 Discretization of Time-Series Behavioral Data and Rule Generation
- based on Temporal Context
- 5.1 Introduction
- 5.2 Requirements Analysis
- 5.3 Time-series Segmentation Approach
- 5.3.1 Approach Overview
- 5.3.2 Initial Time Slices Generation
- 5.3.3 Behavior-Oriented Segments Generation
- Contents ix
- 5.3.4 Selection of Optimal Segmentation
- 5.3.5 Temporal Behavior Rule Generation using Time Segments
- 5.4 Effectiveness Comparison
- 5.5 Conclusion
- References
- 6 Discovering User Behavioral Rules based on Multi-dimensional
- Contexts
- 6.1 Introduction
- 6.2 Multi-dimensional Contexts in User Behavioral Rules
- 6.3 Requirements Analysis
- 6.4 Rule Mining Methodology
- 6.4.1 Identifying the Precedence of Context
- 6.4.2 Designing Association Generation Tree
- 6.4.3 Extracting Non-Redundant Behavioral Association Rules
- 6.5 Experimental Analysis
- 6.5.1 Effect on the Number of Produced Rules
- 6.5.2 Effect of Confidence Preference the Predicted Accuracy
- 6.5.3 Effectiveness Comparison
- 6.6 Conclusion
- References
- 7 Recency-based Updating and Dynamic Management of Contextual
- Rules
- 7.1 Introduction
- 7.2 Requirements Analysis
- 7.3 An Example of Recent Data
- 7.4 Identifying Optimal Period of Recent Log Data
- 7.4.1 Data Splitting
- 7.4.2 Association Generation
- 7.4.3 Score Calculation
- 7.4.4 Data Aggregation
- 7.5 Machine Learning based Behavioral Rule Generation and Management
- 7.6 Effectiveness Comparison and Analysis
- 7.7 Conclusion
- References
- Part III Application and Deep Learning Perspective
- 8 Context-Aware Rule-based Expert System Modeling
- 8.1 Structure of a Context-Aware Mobile Expert System
- 8.2 Context-Aware Rule Generation Methods
- 8.3 Context-Aware IF-THEN Rules and Discussion
- 8.3.1 IF-THEN Classification Rules
- 8.3.2 IF-THEN Association Rules
- x Contents
- 8.4 Conclusion
- References
- 9 Deep Learning for Contextual Mobile Data Analytics
- 9.1 Introduction
- 9.2 Contextual Data
- 9.3 Deep Neural Network Modeling
- 9.3.1 Model Overview
- 9.3.2 Input Layer
- 9.3.3 Hidden Layer(s)
- 9.3.4 Output Layer
- 9.4 Prediction Results of the Model
- 9.5 Conclusion
- References
- 10 Context-Aware Machine Learning System: Applications and
- Challenging Issues
- 10.1 Rule-based Intelligent Mobile Applications
- 10.2 Major Challenges and Research Issues
- 10.3 Concluding Remarks
- References
- .
- (source: Nielsen Book Data)
(source: Nielsen Book Data)
- Wichert, Andrzej, author.
- New Jersey : World Scientific, [2021]
- Description
- Book — 1 online resource
- Summary
-
- Preface
- 1. Introduction
- 2. Probability and information --3. Linear algebra and optimization
- 4. Linear and nonlinear regression
- 5. Peceptron
- 6. Multilayer perceptron
- 7. Learning theory
- 8. Model selection
- 9. Clustering
- 10. Radial basis networks
- 11. Support vector machines
- 12. Deep learning
- 13. Convolutional networks
- 14. Recurrent networks
- 15. Autoencoders
- 16. Epilogue
- Bibliography
- Index
(source: Nielsen Book Data)
- Moraes Sarmento, Simão.
- Cham : Springer, 2021.
- Description
- Book — 1 online resource (108 pages)
- Summary
-
- Chapter 1. Introduction
- Chapter 2. Pairs Trading - Background and Related Work
- Chapter 3. Proposed Pairs Selection Framework
- Chapter 4. Proposed Trading Model
- Chapter 5. Implementation
- Chapter 6. Results
- Chapter 7. Conclusions and Future Work.
- (source: Nielsen Book Data)
(source: Nielsen Book Data)
- Jiang, Hui (Computer scientist), author.
- United Kingdom ; New York, NY : Cambridge University Press, 2021
- Description
- Book — 1 online resource
- Summary
-
- 1. Introduction
- 2. Mathematical Foundation
- 3. Supervised Machine Learning (in a nutshell)
- 4. Feature Extraction
- 5. Statistical Learning Theory
- 6. Linear Models
- 7. Learning Discriminative Models in General
- 8. Neural Networks
- 9. Ensemble Learning
- 10. Overview of Generative Models
- 11. Unimodal Models
- 12. Mixture Models
- 13. Entangled Models
- 14. Bayesian Learning
- 15. Graphical Models.
- (source: Nielsen Book Data)
(source: Nielsen Book Data)
Articles+
Journal articles, e-books, & other e-resources
Guides
Course- and topic-based guides to collections, tools, and services.