Machine Learning and Big Data
eBook - ePub

Machine Learning and Big Data

Concepts, Algorithms, Tools and Applications

Uma N. Dulhare, Khaleel Ahmad, Khairol Amali Bin Ahmad, Uma N. Dulhare, Khaleel Ahmad, Khairol Amali Bin Ahmad

Compartir libro
  1. English
  2. ePUB (apto para móviles)
  3. Disponible en iOS y Android
eBook - ePub

Machine Learning and Big Data

Concepts, Algorithms, Tools and Applications

Uma N. Dulhare, Khaleel Ahmad, Khairol Amali Bin Ahmad, Uma N. Dulhare, Khaleel Ahmad, Khairol Amali Bin Ahmad

Detalles del libro
Vista previa del libro
Índice
Citas

Información del libro

This book is intended for academic and industrial developers, exploring and developing applications in the area of big data and machine learning, including those that are solving technology requirements, evaluation of methodology advances and algorithm demonstrations.

The intent of this book is to provide awareness of algorithms used for machine learning and big data in the academic and professional community. The 17 chapters are divided into 5 sections: Theoretical Fundamentals; Big Data and Pattern Recognition; Machine Learning: Algorithms & Applications; Machine Learning's Next Frontier and Hands-On and Case Study. While it dwells on the foundations of machine learning and big data as a part of analytics, it also focuses on contemporary topics for research and development. In this regard, the book covers machine learning algorithms and their modern applications in developing automated systems.

Subjects covered in detail include:

  • Mathematical foundations of machine learning with various examples.
  • An empirical study of supervised learning algorithms like Naïve Bayes, KNN and semi-supervised learning algorithms viz. S3VM, Graph-Based, Multiview.
  • Precise study on unsupervised learning algorithms like GMM, K-mean clustering, Dritchlet process mixture model, X-means and Reinforcement learning algorithm with Q learning, R learning, TD learning, SARSA Learning, and so forth.
  • Hands-on machine leaning open source tools viz. Apache Mahout, H 2 O.
  • Case studies for readers to analyze the prescribed cases and present their solutions or interpretations with intrusion detection in MANETS using machine learning.
  • Showcase on novel user-cases: Implications of Electronic Governance as well as Pragmatic Study of BD/ML technologies for agriculture, healthcare, social media, industry, banking, insurance and so on.

Preguntas frecuentes

¿Cómo cancelo mi suscripción?
Simplemente, dirígete a la sección ajustes de la cuenta y haz clic en «Cancelar suscripción». Así de sencillo. Después de cancelar tu suscripción, esta permanecerá activa el tiempo restante que hayas pagado. Obtén más información aquí.
¿Cómo descargo los libros?
Por el momento, todos nuestros libros ePub adaptables a dispositivos móviles se pueden descargar a través de la aplicación. La mayor parte de nuestros PDF también se puede descargar y ya estamos trabajando para que el resto también sea descargable. Obtén más información aquí.
¿En qué se diferencian los planes de precios?
Ambos planes te permiten acceder por completo a la biblioteca y a todas las funciones de Perlego. Las únicas diferencias son el precio y el período de suscripción: con el plan anual ahorrarás en torno a un 30 % en comparación con 12 meses de un plan mensual.
¿Qué es Perlego?
Somos un servicio de suscripción de libros de texto en línea que te permite acceder a toda una biblioteca en línea por menos de lo que cuesta un libro al mes. Con más de un millón de libros sobre más de 1000 categorías, ¡tenemos todo lo que necesitas! Obtén más información aquí.
¿Perlego ofrece la función de texto a voz?
Busca el símbolo de lectura en voz alta en tu próximo libro para ver si puedes escucharlo. La herramienta de lectura en voz alta lee el texto en voz alta por ti, resaltando el texto a medida que se lee. Puedes pausarla, acelerarla y ralentizarla. Obtén más información aquí.
¿Es Machine Learning and Big Data un PDF/ePUB en línea?
Sí, puedes acceder a Machine Learning and Big Data de Uma N. Dulhare, Khaleel Ahmad, Khairol Amali Bin Ahmad, Uma N. Dulhare, Khaleel Ahmad, Khairol Amali Bin Ahmad en formato PDF o ePUB, así como a otros libros populares de Computer Science y Programming Algorithms. Tenemos más de un millón de libros disponibles en nuestro catálogo para que explores.

Información

Año
2020
ISBN
9781119654797
Edición
1

Section 1
THEORETICAL FUNDAMENTALS

1
Mathematical Foundation

Afroz* and Basharat Hussain
Department of Mathematics, Maulana Azad National Urdu University, Hyderabad, India
Abstract
The aim of this chapter is to provide the reader an overview of basics of linear algebra and introductory lecture on calculus. We will discuss concept of real vector spaces, basis, span, and subspaces. The idea of solving the system of equations using matrix approach will be discuss. Linear transformation by means of which we can pass from one vector space to another, inverse linear transformation, and transformation matrix will be explain with detail examples. Definition of eigenvectors, eigenvalues, and eigendecomposition along with thorough examples will be provided. Moreover, definition of function, limit, continuity, and differentiability of function with illustrative examples will be included.
Keywords: Vector spaces, basis, linear transformation, transformation matrix, eigenvalue, eigenvector, eigen decomposition, continuous functions, differentiation

1.1 Concept of Linear Algebra

1.1.1 Introduction

Basics problem of linear algebra is to solve n linear equations in n unknowns.
For example,
c01_Inline_1_13.webp
The above system is two dimensional (n = 2), i.e., two equations with two unknowns. The solution of the above system is the values of unknowns x, y, satisfying the above linear system. One can easily verify that x = 1, y = 2 satisfy the above linear system.
Geometrically, each of the above equation represents a line in R2-plane. We have two lines in same plane and if they do intersect (it is possible that they may not intersect as parallel line don’t intersect) on s...

Índice