Pageviews and counting

Saturday, August 15, 2020

Elements of Statistical Learning...Data Mining, Inference, and Prediction

Brief Book
This book describes the important ideas in a variety of fields such as medicine, biology, finance, and marketing in a common conceptual framework. While the approach is statistical, the emphasis is on concepts rather than mathematics. Many examples are given, with a liberal use of color graphics. It is a valuable resource for statisticians and anyone interested in data mining in science or industry.

The book's coverage is broad, from supervised learning (prediction) to unsupervised learning. The many topics include neural networks, support vector machines, classification trees and boosting---the first comprehensive treatment of this topic in any book.

This major new edition features many topics not covered in the original, including graphical models, random forests, ensemble methods, least angle regression & path algorithms for the lasso, non-negative matrix factorization, and spectral clustering. There is also a chapter on methods for "wide'' data (p bigger than n), including multiple testing and false discovery rates.

Advances in Financial Machine Learning

Brief Book
Machine learning (ML) is changing virtually every aspect of our lives. Today ML algorithms accomplish tasks that until recently only expert humans could perform. As it relates to finance, this is the most exciting time to adopt a disruptive technology that will transform how everyone invests for generations.

Readers will learn how to structure Big data in a way that is amenable to ML algorithms; how to conduct research with ML algorithms on that data; how to use supercomputing methods; how to back test your discoveries while avoiding false positives.

The book addresses real-life problems faced by practitioners on a daily basis, and explains scientifically sound solutions using math, supported by code and examples. Readers become active users who can test the proposed solutions in their particular setting. Written by a recognized expert and portfolio manager, this book will equip investment professionals with the groundbreaking tools needed to succeed in modern finance.

Machine Learning with Python for Everyone

Brief Book
This book will help you master the processes, patterns, and strategies you need to build effective learning systems, even if you’re an absolute beginner. If you can write some Python code, this book is for you, no matter how little college-level math you know.

The author  relies on plain-English stories, pictures, and Python examples to communicate the ideas of machine learning. The discussion begins with  machine learning and what it can do; introducing key mathematical and computational topics in an approachable manner; and walking you through the first steps in building, training, and evaluating learning systems.

Step by step, you’ll fill out the components of a practical learning system, broaden your toolbox, and explore some of the field’s most sophisticated and exciting techniques. Whether you’re a student, analyst, scientist, or hobbyist, this guide’s insights will be applicable to every learning system you ever build or use. 

Machine Learning and Artificial Intelligence with Just Enough R!

Brief Book
Features
  • Gets you quickly using R as a problem-solving tool
  • Uses RStudio’s integrated development environment 
  • Shows how to interface R with SQLite 
  • Includes examples using R’s Rattle graphical user interface 
  • Requires no prior knowledge of R, machine learning, or computer programming
  • Offers over 50 scripts written in R, including several problem-solving templates that, with slight modification, can be used again and again 
  • Covers the most popular machine learning techniques, including ensemble-based methods and logistic regression 
  • Includes end-of-chapter exercises, many of which can be solved by modifying existing scripts 
  • Includes datasets from several areas, including business, health and medicine, and science

Deep Learning for Coders with fastai and PyTorch

Brief Book
Deep learning is often viewed as the exclusive domain of math PhDs and big tech companies. But as this hands-on guide demonstrates, programmers comfortable with Python can achieve impressive results in deep learning with little math background, small amounts of data, and minimal code.

With fastai, the first library to provide a consistent interface to the most frequently used deep learning applications. Authors show you how to train a model on a wide range of tasks using fastai and PyTorch.

You’ll also dive progressively further into deep learning theory to gain a complete understanding of the algorithms behind the scenes.


Data Science for Marketing:...Improve your strategies...using Python and R

Brief Book
Regardless of company size, the adoption of data science and machine learning for marketing is witnessing an exponential rise in the industry. With this book, you'll learn to implement data science techniques to identify the factors behind the successes and failures of marketing campaigns.

With the help of this guide, you'll also be able to understand and predict customer behavior, and create more effectively targeted and personalized marketing strategies. You'll first get to grips with performing simple through to advanced tasks, such as extracting hidden insights from data and using them to make smart business decisions.

The book will further guide you through understanding what drives sales and increases customer engagement for your products.

As you explore further chapters, you'll not only learn how to gain insights into consumer behavior using exploratory analysis, but also discover the concept of A/B testing and implement it using Python and R.

Grokking Machine Learning

Brief Book
It's time to dispel the myth that machine learning is difficult. Grokking Machine Learning teaches you how to apply ML to your projects using only standard Python code and high school-level math. No specialist knowledge is required to tackle the hands-on exercises using readily-available machine learning tools!

In Grokking Machine Learning, expert machine learning engineer Luis Serrano introduces the most valuable ML techniques and teaches you how to make them work for you. Practical examples illustrate each new concept to ensure you’re grokking as you go. You’ll build models for spam detection, language analysis, and image recognition as you lock in each carefully-selected skill.

Packed with easy-to-follow Python-based exercises and mini-projects, this book sets you on the path to becoming a machine learning expert.

Machine Learning with Python Cookbook...

Brief Book
This practical guide provides nearly 200 self-contained recipes to help you solve machine learning challenges you may encounter in your daily work. If you’re comfortable with Python and its libraries, including pandas and scikit-learn, you’ll be able to address specific problems such as loading data, handling text or numerical data, model selection, and dimensionality reduction and many other topics.

Each recipe includes code that you can copy and paste into a toy dataset to ensure that it actually works. From there, you can insert, combine, or adapt the code to help construct your application. Recipes also include a discussion that explains the solution and provides meaningful context.

This cookbook takes you beyond theory and concepts by providing the nuts and bolts you need to construct working machine learning applications.

Natural Language Processing...Adaptive Computation and Machine Learning series

Brief Book
This textbook provides a technical perspective on natural language processing―methods for building computer software that understands, generates, and manipulates human language.

It emphasizes contemporary data-driven approaches, focusing on techniques from supervised and unsupervised machine learning.  The sections does one or more of the following;
  1. establishes a foundation in machine learning by building a set of tools that will be used throughout the book and applying them to word-based textual analysis.
  2. introduces structured representations of language, including sequences, trees, and graphs. 
  3. explores different approaches to the representation and analysis of linguistic meaning, ranging from formal logic to neural word embeddings. 
  4. offers chapter-length treatments of three transformative applications of natural language processing: information extraction, machine translation, and text generation. 
  5. End-of-chapter exercises include both paper-and-pencil analysis and software implementation. 
After mastering the material presented, students will have the technical skill to build and analyze novel natural language processing systems and to understand the latest research in the field.

Machine Learning...An Algorithmic Perspective

Book Brief
Remedying this deficiency, this edition helps students understand the algorithms of machine learning. It puts them on a path toward mastering the relevant mathematics and statistics as well as the necessary programming and experimentation.
 New to the Second Edition 
  • Revision of the support vector machine material, including a simple implementation for experiments 
  • New material on random forests, the perceptron convergence theorem, accuracy methods, and conjugate gradient optimization for the multi-layer perceptron 
  • Improved code, including better use of naming conventions in Python 
  • Suitable for both an introductory one-semester course and more advanced courses, the text strongly encourages students to practice with the code. 
  • Each chapter includes detailed examples along with further reading and problems. 
  • All of the code used to create the examples is available on the author’s website.

Programming Machine Learning...From Coding to Deep Learning

Book Brief
You've decided to tackle machine learning - because you're job hunting, embarking on a new project, or just think self-driving cars are cool. But where to start? It's easy to be intimidated, even as a software developer. The good news is that it doesn't have to be that hard. Master machine learning by writing code one line at a time, from simple learning programs all the way to a true deep learning system. Tackle the hard topics by breaking them down so they're easier to understand, and build your confidence by getting your hands dirty.

Peel away the obscurities of machine learning, starting from scratch and going all the way to deep learning. Machine learning can be intimidating, with its reliance on math and algorithms that most programmers don't encounter in their regular work. Take a hands-on approach, writing the Python code yourself, without any libraries to obscure what's really going on. Iterate on your design, and add layers of complexity as you go.

Mathematics for Machine Learning...

Brief Book
The fundamental mathematical tools needed to understand machine learning include linear algebra, analytic geometry, matrix decompositions, vector calculus, optimization, probability and statistics. These topics are traditionally taught in disparate courses, making it hard for data science or computer science students, or professionals, to efficiently learn the mathematics.

This self-contained textbook bridges the gap between mathematical and machine learning texts, introducing the mathematical concepts with a minimum of prerequisites. It uses these concepts to derive four central machine learning methods: linear regression, principal component analysis, Gaussian mixture models and support vector machines.

For students and others with a mathematical background, these derivations provide a starting point to machine learning texts. For those learning the mathematics for the first time, the methods help build intuition and practical experience with applying mathematical concepts.

Deep Learning from Scratch...Building with Python

Book Brief
With the resurgence of neural networks in the 2010s, deep learning has become essential for machine learning practitioners and even many software engineers. This book provides a comprehensive introduction for data scientists and software engineers with machine learning experience. You’ll start with deep learning basics and move quickly to the details of important advanced architectures, implementing everything from scratch along the way.

You’ll learn how to apply multilayer neural networks, convolutional neural networks, and recurrent neural networks from the ground up. With a thorough understanding of how neural networks work mathematically, computationally, and conceptually, you’ll be set up for success on all future deep learning projects.  

Data Mining...Practical Machine Learning Tools and Techniques

Brief Book
One of the few books that offers a thorough grounding in machine learning concepts, along with practical advice on applying these tools and techniques in real world data mining situations. This highly anticipated fourth edition of the most acclaimed work on data mining and machine learning teaches readers everything they need to know to get going, from preparing inputs, interpreting outputs, evaluating results, to the algorithmic methods at the heart of successful data mining approaches.

Extensive updates reflect the technical changes and modernizations that have taken place in the field since the last edition, including substantial new chapters on probabilistic methods and on deep learning.

Accompanying the book is a new version of the popular WEKA machine learning software from the University of Waikato. Authors Witten, Frank, Hall, and Pal include today's techniques coupled with the methods at the leading edge of contemporary research.

Practical Time Series Analysis...with Statistics and Machine Learning

Brief Book
Time series data analysis is increasingly important due to the massive production of such data through the internet of things, the digitalization of healthcare, and the rise of smart cities. As continuous monitoring and data collection become more common, the need for competent time series analysis with both statistical and machine learning techniques will increase.

Covering innovations in time series data analysis and use cases from the real world, this practical guide will help you solve the most common data engineering and analysis challenges in time series, using both traditional statistical and modern machine learning techniques.

Author Aileen Nielsen offers an accessible, well-rounded introduction to time series in both R and Python that will have data scientists, software engineers, and researchers up and running quickly.

Machine Learning Under a Modern Optimization Lens

Brief Book
The book provides an original treatment of machine learning (ML) using convex, robust and mixed integer optimization that leads to solutions to central ML problems at large scale that can be found in seconds/minutes, can be certified to be optimal in minutes/hours, and outperform classical heuristic approaches in out-of-sample experiments.

Philosophical principles of the book:
  • Interpretability is materially important in the real world. 
  • Practical tractability not polynomial solvability leads to real world impact.
  • NP-hardness is an opportunity not an obstacle.
  • ML is inherently linked to optimization not probability theory.
Data represent an objective reality; models only exist in our imagination. Optimization has a significant edge over randomization . The ultimate objective in the real world is prescription, not prediction.

Building Machine Learning Pipelines...

Book Brief
Companies are spending billions on machine learning projects, but it's money wasted if the models can't be deployed effectively. In this practical guide, Hannes Hapke and Catherine Nelson walk you through the steps of automating a machine learning pipeline using the TensorFlow ecosystem. You'll learn the techniques and tools that will cut deployment time from days to minutes, so that you can focus on developing new models rather than maintaining legacy systems. Data scientists, machine learning engineers, and DevOps engineers will discover how to go beyond model development to successfully productize their data science projects, while managers will better understand the role they play in helping to accelerate these projects.

Artificial Intelligence & Data Science..2 in 1

Book Brief
Discover why learning as much as you can about AI, data science, and machine learning is worth the time and effort with this easy-to-understand guide designed for beginners but is chockful of information even more experienced people can use.

This two-book bundle offers a glimpse into these fascinating topics that will carry you through the 21st century and help you to analyze or scale your business or practices.

Leave the guessing to someone else and finally get a full grasp of the information you need to move up in the business world, understand your business records and/or data better, and gain insight into the world of robotics.

This two-book bundle has all the answers you need to get your foot in the door and to prepare you for what lies ahead in the world of technology.

Reinforcement Learning...Adaptive Computation and Machine Learning series

Brief Book
Like the first edition, this second edition focuses on core online learning algorithms, with the more mathematical material set off in shaded boxes. Part I covers as much of reinforcement learning as possible without going beyond the tabular case for which exact solutions can be found.

Many algorithms presented in this part are new to the second edition, including UCB, Expected Sarsa, and Double Learning.

Part II extends these ideas to function approximation, with new sections on such topics as artificial neural networks and the Fourier basis, and offers expanded treatment of off-policy learning and policy-gradient methods.

Part III has new chapters on reinforcement learning's relationships to psychology and neuroscience, as well as an updated case-studies chapter including AlphaGo and AlphaGo Zero, Atari game playing, and IBM Watson's wagering strategy. The final chapter discusses the future societal impacts of reinforcement learning.

Mastering Machine Learning Algorithms...Expert techniques

Book Brief
This masterpiece helps you harness the real power of machine learning algorithms in order to implement smarter ways of meeting today's overwhelming data needs. This newly updated and revised guide will help you master algorithms used widely in semi-supervised learning, reinforcement learning, supervised learning, and unsupervised learning domains.

You will use all the modern libraries from the Python ecosystem – including NumPy and Keras – to extract features from varied complexities of data. Ranging from Bayesian models to the Markov chain Monte Carlo algorithm to Hidden Markov models, this machine learning book teaches you how to extract features from your dataset, perform complex dimensionality reduction, and train supervised and semi-supervised models by making use of Python-based libraries such as scikit-learn.

You will also discover practical applications for complex techniques such as maximum likelihood estimation, Hebbian learning, and ensemble learning, and how to use TensorFlow 2.x to train effective deep neural networks. By the end of this book, you will be ready to implement and solve end-to-end machine learning problems and use case scenarios.

Thursday, August 13, 2020

Data Science and Machine Learning...Mathematical and Statistical Methods

Brief Book
The purpose of Data Science and Machine Learning: Mathematical and Statistical Methods is to provide an accessible, yet comprehensive textbook intended for students interested in gaining a better understanding of the mathematics and statistics that underpin the rich variety of ideas and machine learning algorithms in data science.
 Key Features:
  • Focuses on mathematical understanding. 
  • Presentation is self-contained, accessible, and comprehensive. 
  • Extensive list of exercises and worked-out examples. 
  • Many concrete algorithms with Python code. 
  • Full color throughout.

Understanding Machine Learning...From Theory to Algorithms

Brief Book
Machine learning is one of the fastest growing areas of computer science, with far-reaching applications. The aim of this textbook is to introduce machine learning, and the algorithmic paradigms it offers, in a principled way.

The book provides an extensive theoretical account of the fundamental ideas underlying machine learning and the mathematical derivations that transform these principles into practical algorithms. Following a presentation of the basics of the field, the book covers a wide array of central topics that have not been addressed by previous textbooks.

 These include a discussion of the computational complexity of learning and the concepts of convexity and stability; important algorithmic paradigms including stochastic gradient descent, neural networks, and structured output learning; and emerging theoretical concepts such as the PAC-Bayes approach and compression-based bounds. Designed for an advanced undergraduate or beginning graduate course, the text makes the fundamentals and algorithms of machine learning accessible to students and non-expert readers in statistics, computer science, mathematics, and engineering.

Machine Learning with R... Expert techniques for predictive modeling

Brief Book
Machine learning, at its core, is concerned with transforming data into actionable knowledge. R offers a powerful set of machine learning methods to quickly and easily gain insight from your data. Machine Learning with R, Third Edition provides a hands-on, readable guide to applying machine learning to real-world problems.

Whether you are an experienced R user or new to the language, Brett Lantz teaches you everything you need to uncover key insights, make new predictions, and visualize your findings.

 This new 3rd edition updates the classic R data science book to R 3.6 with newer and better libraries, advice on ethical and bias issues in machine learning, and an introduction to deep learning. Find powerful new insights in your data; discover machine learning with R.

Machine Learning... A Bayesian and Optimization Perspective

Brief Book
The book starts with the basics, including mean square, least squares and maximum likelihood methods, ridge regression, Bayesian decision theory classification, logistic regression, and decision trees.

It then progresses to more recent techniques, covering sparse modelling methods, learning in reproducing kernel Hilbert spaces and support vector machines,

Bayesian inference with a focus on the EM algorithm and its approximate inference variationally versions, Monte Carlo methods, probabilistic graphical models focusing on Bayesian networks, hidden Markov models and particle filtering. Dimensionality reduction and latent variables modelling are also considered in depth. This palette of techniques concludes with an extended chapter on neural networks and deep learning architectures. The book also covers the fundamentals of statistical parameter estimation, Wiener and Kalman filtering, convexity and convex optimization, including a chapter on stochastic approximation and the gradient descent family of algorithms, presenting related online learning techniques as well as concepts and algorithmic versions for distributed optimization.  

Deep Learning with Python...

Book Brief
Deep Learning with Python introduces the field of deep learning using the Python language and the powerful Keras library. Written by Keras creator and Google AI researcher François Chollet, this book builds your understanding through intuitive explanations and practical examples.

You'll explore challenging concepts and practice with applications in computer vision, natural-language processing, and generative models.

By the time you finish, you'll have the knowledge and hands-on skills to apply deep learning in your own projects.

What's Inside
  • Deep learning from first principles
  • Setting up your own deep-learning environment 
  • Image-classification models 
  • Deep learning for text and sequences 
  • Neural style transfer, text generation, and image generation

Generative Deep Learning...Teaching Machines to Paint

Book Brief
Generative modeling is one of the hottest topics in AI. It’s now possible to teach a machine to excel at human endeavors such as painting, writing, and composing music. With this practical book, machine-learning engineers and data scientists will discover how to re-create some of the most impressive examples of generative deep learning models, such as variational autoencoders,generative adversarial networks (GANs), encoder-decoder models, and world models.

Advances in Financial Machine Learning...

Book Brief
Machine learning (ML) is changing virtually every aspect of our lives. Today ML algorithms accomplish tasks that until recently only expert humans could perform. As it relates to finance, this is the most exciting time to adopt a disruptive technology that will transform how everyone invests for generations.

Readers will learn how to structure Big data in a way that is amenable to ML algorithms; how to conduct research with ML algorithms on that data; how to use supercomputing methods; how to back test your discoveries while avoiding false positives.

The book addresses real life problems faced by practitioners on a daily basis, and explains scientifically sound solutions using math, supported by code and examples. Readers become active users who can test the proposed solutions in their particular setting. Written by a recognized expert and portfolio manager, this book will equip investment professionals with the groundbreaking tools needed to succeed in modern finance.

Wednesday, August 12, 2020

Data-Driven Science and Engineering...

Brief Book
Data-driven discovery is revolutionizing the modeling, prediction, and control of complex systems. This textbook brings together machine learning, engineering mathematics, and mathematical physics to integrate modeling and control of dynamical systems with modern methods in data science. It highlights many of the recent advances in scientific computing that enable data-driven methods to be applied to a diverse range of complex systems, such as turbulence, the brain, climate, epidemiology, finance, robotics, and autonomy. Aimed at advanced undergraduate and beginning graduate students in the engineering and physical sciences, the text presents a range of topics and methods from introductory to state of the art.

Machine Learning and Deep Learning with Python...

Brief Book
If you know some Python and you want to use machine learning and deep learning, pick up this book. Whether you want to start from scratch or extend your machine learning knowledge, this is an essential resource. Written for developers and data scientists who want to create practical machine learning and deep learning code, this book is ideal for anyone who wants to teach computers how to learn from data.

Adaptive Computation and Machine Learning series

Brief Book
The book covers a broad array of topics not usually included in introductory machine learning texts, including supervised learning, Bayesian decision theory, parametric methods, semiparametric methods, nonparametric methods, multivariate analysis, hidden Markov models, reinforcement learning, kernel machines, graphical models, Bayesian estimation, and statistical testing.

The fourth edition offers a new chapter on deep learning that discusses training, regularizing, and structuring deep neural networks such as convolutional and generative adversarial networks; new material in the chapter on reinforcement learning that covers the use of deep networks, the policy gradient methods, and deep reinforcement learning; new material in the chapter on multilayer perceptions on autoencoders and the word2vec network; and discussion of a popular method of dimensionality reduction, t-SNE. New appendixes offer background material on linear algebra and optimization. End-of-chapter exercises help readers to apply concepts learned.

Introduction to Machine Learning can be used in courses for advanced undergraduate and graduate students and as a reference for professionals.

Building Machine Learning Powered Applications

Brief Book
Learn the skills necessary to design, build, and deploy applications powered by machine learning (ML). Through the course of this hands-on book, you’ll build an example ML-driven application from initial idea to deployed product.

Data scientists, software engineers, and product managers—including experienced practitioners and novices alike—will learn the tools, best practices, and challenges involved in building a real-world ML application step by step.

The author led an AI education program, demonstrates practical ML concepts using code snippets, illustrations, screenshots, and interviews with industry leaders. Part I teaches you how to plan an ML application and measure success. Part II explains how to build a working ML model. Part III demonstrates ways to improve the model until it fulfills your original vision. Part IV covers deployment and monitoring strategies.

Machine Learning...A Probabilistic Perspective

Brief Book
The coverage combines breadth and depth, offering necessary background material on such topics as probability, optimization, and linear algebra as well as discussion of recent developments in the field, including conditional random fields, L1 regularization, and deep learning.

The book is written in an informal, accessible style, complete with pseudo-code for the most important algorithms. All topics are copiously illustrated with color images and worked examples drawn from such application domains as biology, text processing, computer vision, and robotics.

Rather than providing a cookbook of different heuristic methods, the book stresses a principled model-based approach, often using the language of graphical models to specify models in a concise and intuitive way. Almost all the models described have been implemented in a MATLAB software package—PMTK (probabilistic modeling toolkit)—that is freely available online. The book is suitable for upper-level undergraduates with an introductory-level college math background and beginning graduate students.

Machine Learning in Finance: From Theory to Practice

Book Brief
This book introduces machine learning methods in finance. It presents a unified treatment of machine learning and various statistical and computational disciplines in quantitative finance, such as financial econometrics and discrete time stochastic control, with an emphasis on how theory and hypothesis tests inform the choice of algorithm for financial data modeling and decision making.

With the trend towards increasing computational resources and larger datasets, machine learning has grown into an important skillset for the finance industry. This book is written for advanced graduate students and academics in financial econometrics, mathematical finance and applied statistics, in addition to quants and data scientists in the field of quantitative finance.

Machine Learning... An Applied Mathematics

Brief Book
The book includes many real-world examples from a variety of fields including
  •  finance (volatility modelling) 
  • economics (interest rates, inflation and GDP) 
  • politics (classifying politicians according to their voting records, and using speeches to determine whether a politician is left or right wing) 
  • biology (recognizing flower varieties, and using heights and weights of adults to determine gender) 
  • sociology (classifying locations according to crime statistics)
  • gambling (fruit machines and Blackjack) 
  • business (classifying the members of his own website to see who will subscribe to his magazine) 
The author brings three decades of experience in education, and his inimitable style, to this, the hottest of subjects.

This book is an accessible introduction for anyone who wants to understand the foundations and put the tools into practice.

Introduction to Machine Learning with Python

Brief Book
Machine learning has become an integral part of many commercial applications and research projects, but this field is not exclusive to large companies with extensive research teams. If you use Python, even as a beginner, this book will teach you practical ways to build your own machine learning solutions. With all the data available today, machine learning applications are limited only by your imagination. You’ll learn the steps necessary to create a successful machine-learning application with Python and the scikit-learn library. Authors Andreas Müller and Sarah Guido focus on the practical aspects of using machine learning algorithms, rather than the math behind them. Familiarity with the NumPy and matplotlib libraries will help you get even more from this book.

Mathematics for Machine Learning

Brief Book
The fundamental mathematical tools needed to understand machine learning include linear algebra, analytic geometry, matrix decompositions, vector calculus, optimization, probability and statistics. These topics are traditionally taught in disparate courses, making it hard for data science or computer science students, or professionals, to efficiently learn the mathematics.

This self contained textbook bridges the gap between mathematical and machine learning texts, introducing the mathematical concepts with a minimum of prerequisites. It uses these concepts to derive four central machine learning methods: linear regression, principal component analysis, Gaussian mixture models and support vector machines.

For students and others with a mathematical background, these derivations provide a starting point to machine learning texts. For those learning the mathematics for the first time, the methods help build intuition and practical experience with applying mathematical concepts. Every chapter includes worked examples and exercises to test understanding. Programming tutorials are offered on the book's web site.

Linear Algebra and Optimization for Machine Learning

Brief Book
This textbook introduces linear algebra and optimization in the context of machine learning. Examples and exercises are provided throughout this text book together with access to a solution’s manual. This textbook targets graduate level students and professors in computer science, mathematics and data science. Advanced undergraduate students can also use this textbook. The chapters for this textbook are organized as follows;
  1. Linear algebra and its applications
  2. Optimization and its applications: 
A frequent challenge faced by beginners in machine learning is the extensive background required in linear algebra and optimization. One problem is that the existing linear algebra and optimization courses are not specific to machine learning; therefore, one would typically have to complete more course material than is necessary to pick up machine learning.


The Hundred-Page Machine Learning Book...

Book Brief
Some of the statements from  the  usual suspects includes;  
  • Karolis Urbonas, Head of Data Science at Amazon: "A great introduction to machine learning from a world-class practitioner."
  • Chao Han, VP, Head of R&D at Lucidworks: "I wish such a book existed when I was a statistics graduate student trying to learn about machine learning."
  • Sujeet Varakhedi, Head of Engineering at eBay: "Andriy's book does a fantastic job of cutting the noise and hitting the tracks and full speed from the first page.'' 
  • Deepak Agarwal, VP of Artificial Intelligence at LinkedIn: "A wonderful book for engineers who want to incorporate ML in their day-to-day work without necessarily spending an enormous amount of time.'' 
  • Vincent Pollet, Head of Research at Nuance: "The Hundred-Page Machine Learning Book is an excellent read to get started with Machine Learning.''

Machine Learning with Scikit-Learn, Keras, and TensorFlow...

Brief Book
Through a series of recent breakthroughs, deep learning has boosted the entire field of machine learning. Now, even programmers who know close to nothing about this technology can use simple, efficient tools to implement programs capable of learning from data. This practical book shows you how.

By using concrete examples, minimal theory, and two production-ready Python frameworks—Scikit-Learn and TensorFlow—author Aurélien Géron helps you gain an intuitive understanding of the concepts and tools for building intelligent systems.

 You’ll learn a range of techniques, starting with simple linear regression and progressing to deep neural networks. With exercises in each chapter to help you apply what you’ve learned, all you need is programming experience to get started.

IBM Analytics Series 3 of 5



Click this link IBM: Top 10 Tips To Transform Your Business with Analytics  to view an inspiring video.

Click on any of the book titles to gain more insight about the extraordinary benefits 
Title 
  1. An IBM SPSS Companion to Political Analysis (Fifth Edition)
  2. SPSS Survival Manual: A Step by Step Guide to Data Analysis Using IBM SPSS
  3. Learning IBM Watson Analytics: Make the most advanced predictive analytical processes easy using Watson Analytics with this easy-to-follow practical guide
  4. Practical Software Architecture: Moving from System Context to Deployment (IBM Press)
  5. IBM Cognos 10 Report Studio: Practical Examples
  6. Beyond Big Data: Using Social MDM to Drive Deep Customer Insight (IBM Press)
  7. IBM SPSS Statistics 19 Guide to Data Analysis
  8. MVS Systems Programming (IBM McGraw-Hill)
  9. The New Era of Enterprise Business Intelligence: Using Analytics to Achieve a Global Competitive Advantage (IBM Press)
  10. Adventures in Social Research: Data Analysis Using IBM SPSS Statistics