BPB Online LLP
Machine Learning and Deep Learning Algorithms
Machine Learning and Deep Learning Algorithms
US$ 19.95
The publisher has enabled DRM protection, which means that you need to use the BookFusion iOS, Android or Web app to read this eBook. This eBook cannot be used outside of the BookFusion platform.
Description
Contents
Reviews

Guide covering topics from machine learning, regression models, neural network to tensor flow

Key Features
Machine learning in MATLAB using basic concepts and algorithms.
Deriving and accessing of data in MATLAB and next, pre-processing and preparation of data.
Machine learning workflow for health monitoring.
The neural network domain and implementation in MATLAB with explicit explanation of code and results.
How predictive model can be improved using MATLAB?
MATLAB code for an algorithm implementation, rather than for mathematical formula.
Machine learning workflow for health monitoring.

Description
Machine learning is mostly sought in the research field and has become an integral part of many research projects nowadays including commercial applications, as well as academic research. Application of machine learning ranges from finding friends on social networking sites to medical diagnosis and even satellite processing. In this book, we have made an honest effort to make the concepts of machine learning easy and give basic programs in MATLAB right from the installation part. Although the real-time application of machine learning is endless, however, the basic concepts and algorithms are discussed using MATLAB language so that not only graduation students but also researchers are benefitted from it.

What Will You Learn
Pre-requisites to machine learning
Finding natural patterns in data
Building classification methods
Data pre-processing in Python
Building regression models
Creating neural networks
Deep learning

Who This Book Is For
The book is basically meant for graduate and research students who find the algorithms of machine learning difficult to implement. We have touched all basic algorithms of machine learning in detail with a practical approach. Primarily, beginners will find this book more effective as the chapters are subdivided in a manner that they find the building and implementation of algorithms in MATLAB interesting and easy at the same time.

Table of Contents


    Pre-requisite to Machine Learning
    An introduction to Machine Learning
    Finding Natural Patterns in Data
    Building Classification Methods
    Data Pre-Processing in Python
    Building Regression Models
    Creating Neural Networks
    Introduction to Deep Learning

    About the Author
    Abhishek Kumar Pandey is pursuing his Doctorate in computer science and done M.Tech in Computer Sci. & Engineering. He has been working as an Assistant professor of Computer Science at Aryabhatt Engineering College and Research center, Ajmer and also visiting faculty in Government University MDS Ajmer. He has total Academic teaching experience of more than eight years with more than 50 publications in reputed National and International Journals. His research area includes- Artificial intelligence, Image processing, Computer Vision, Data Mining, Machine Learning. He has been in International Conference Committee of many International conferences. He has been the reviewer for IEEE and Inder science Journal. He is also member of various National and International professional societies in the field of engineering & research like Member of IAENG (International Association of Engineers), Associate Member of IRED (Institute of Research Engineers and Doctors), Associate Member of IAIP (International Association of Innovation Professionals), Member of ICSES (International Computer Science and Engineering Society), Life Member of ISRD (International Society for research & Development), Member of ISOC (Internet Society).He has got Sir CV Raman life time achievement national award for 2018 in young researcher and faculty Category. He is serving as an Associate Editor of Global Journal on Innovation, Opportunities and Challenges in Applied Artificial Intelligence and Machine Learning.

    Blog : http://veenapandey.simplesite.com/
    LinkedIn Profile: https://www.linkedin.com/in/abhishek-pandey-ba6a6a64/

    Pramod Singh Rathore is M. Tech in Computer Sci. and Engineering from Government Engineering College Ajmer, Rajasthan Technical University, Kota, India. He have been working as an Assistant Professor Computer Science at Aryabhatt Engineering College and Research center, Ajmer and also a visiting faculty in Government University Ajmer. He has authored a book in Network simulation which published worldwide. He has a total academic teaching experience more than 7 years with many publications in reputed national group, CRC USA, and has 40 publications as Research papers and Chapters in reputed National and International E-SCI SCOPUS. His research area includes machine learning, NS2, Computer Network, Mining, and DBMS. He has been serving in editorial and advisory committee of Global journal group, Eureka Group of Journals .He has been member of various National and International professional societies in the field of engineering & research like Member of IAENG (International Association of Engineers).

    Dr S. Balamurugan is the Head of Research and Development, Quants IS & CS, India. Formely, he was the Director of Research and Development at Mindnotix Technologies, India. He has authored/co-authored 33 books and has 200 publications in various international journals and conferences to his credit. He was awarded with Three Post-Doctoral Degrees- Doctor of Science (D.Sc.) degree and Two Doctor of Letters(D.Litt) degrees for his significant contribution to research and development in Engineering, and is the recepient of thee Best Director Award, 2018. His biography is listed in “World Book of Researchers” 2018, Oxford, UK and in “Marquis WHO’S WHO” 2018 issue, New Jersey, USA. He carried out a healthcare consultancy project for VGM Hospitals between 2013 and 2016, and his current research projects include “Women Empowerment using IoT”, “Health-Aware Smart Chair”, “Advanced Brain Simulators for Assisting Physiological Medicine”, “Designing Novel Health Bands” and “IoT -based Devices for Assisting Elderly People”. His professional activities include roles as Associate Editor, editorial board member and/or reviewer for more than 100 international journals and conferences. He has been an invited as Chief Guest/Resource Person/Keynote Plenary Speaker in many reputed Universities and Colleges His research interests include Augmented Reality, the Internet of Things, Big Data Analytics, Cloud Computing, and Wearable Computing. He is a life member of the ACM, ISTE and CSI

    LinkedIn Profile: https://www.linkedin.com/in/dr-s-balamurugan-008a7512/

Language
English
ISBN
9789388511131
Cover Page
Title Page
Copyright Page
Preface
Foreword
Acknowledgement
Authors
Table of Contents
Pre-requisite to Machine Learning
1. Accessing the Data
2. Pre - processing Data
3. Deriving Data/ Missing Data in MATLAB
4. Importing and Organizing Data
4.1 Data Types
4.2 Categorical Data Plot
4.3 Create and Work with Tables
4.4 Cross Validation
4.5 What is Data Preparation
1. An Introduction to Machine Learning
1.1 Basics of Machine Learning
1.2 Machine Learning Types
1.3 Selection of Appropriate Algorithm
1.4 Linear Programming Algorithms
1.4.1 Steps the Machine Learning Workflow using a Health Monitoring
2. Finding Natural Patterns in Data
2.1 Unsupervised Learning
2.2 Clustering Strategies
2.2.1 Hard Clustering Calculations
2.2.2 Soft Clustering Calculations
2.3 Cluster Evaluation and Interpretation
2.3.1 Common Dimensionality Reduction Techniques for Improving Model Performance
3. Building Classification Methods
3.1 Supervised Learning
3.2 Supervised Machine Learning
3.3 Unsupervised Machine Learning
3.4 Semi-supervised Learning
3.4.1 Understanding Semi-supervised Learning
3.5 Reinforcement Learning
3.6 Some Important Consideration in Machine Learning
3.7 Training and Validation
3.8 Classification of Methods
3.8.1 Training of Automated Classifier
3.8.2 Manual Classifier Training
3.8.3 Parallel Classifier Training
3.9 Algorithm for Classification
3.9.1 Classification Algorithm in General
3.9.2 Common Classification Algorithm
3.9.3 Regression
3.9.4 Regression Algorithms
3.10 Techniques for Model Improvement
3.10.1 Selecting Features for Classifying High-dimensional Data
3.10.2 Loading the Data
3.10.3 Sequential Feature Selection Application
4. Data Pre – Processing in Python
4.1 Data Preparation
4.1.1 Data Preparation Process
4.2 Feature Selection for Machine Learning
4.3 Recursive Feature Elimination
4.4 Principal Component Analysis
4.5 Feature Importance
4.6 Feature Scaling
4.7 Seven Ways to Handle Large Data Files for Machine Learning
4.8 Dimensionality Reduction
4.9 Cross Validation
4.10 Feature Transformation
5. Building Regression Models
5.1 Parametric regression Methods
5.2 Nonparametric Machine Learning Algorithms
5.3 Evaluation of Regression Models
6. Creating Neural Networks
6.1 Self-organizing the Maps and their use in Obtaining K-Clusters
6.2 Classification with Feed-Forward Networks
6.3 Regression with Feed-forward Networks
7. Introduction to Deep Learning
7.1 Deep Learning Overview
7.2 How Deep Learning Works
7.2.1 How is Deep Learning Different from Machine Learning?
7.2.2 Is Deep Learning Different from AI (artificial intelligence)?
7.2.3 What is Deep Learning Framework?
7.2.4 What are the Dimensions of the Deep Learning?
7.3 Deep Learning uses and Functioning
7.4 Programming Languages used to Program (design) Deep Learning?
7.5 Meaning and importance of Deep Learning
7.6 What Deep Learning can do in Future?
7.7 Applications of Deep Learning in Artificial Intelligence
7.8 Fields were deep learning boom:
7.9 The future of deep learning
7.10 Algorithms in Deep Learning
7.11 Comparison of Machine Learning and Deep Learning
7.11.1 Data Dependencies
7.11.2 Hardware dependencies
7.11.3 Execution time
7.11.4 Interpretability
7.12 TensorFlow
7.12.1 What is TensorFlow
7.12.2 Steps to install TensorFlow
7.12.3 Linear Regression with TensorFlow
7.13 Artificial Neural Networks
7.13.1 Neurons
7.13.2 How will Artificial Neural Network Work?
7.13.3 Neuron Weights
7.13.4 Feed-forward Deep Networks
7.13.5 Feed-forward Deep Networks
7.14 Activation function
7.14.1 Back propagation
7.14.2 Cost Perform and Gradient Descent
7.15 Multi-layer perceptron (forward propagation)
7.16 Using Activation Perform
The book hasn't received reviews yet.