Chapter 1, A Gentle Introduction to Machine Learning, introduces the world of machine learning, explaining the fundamental concepts of the most important approaches to creating intelligent applications.
Chapter 2, Important Elements in Machine Learning, explains the mathematical concepts regarding the most common machine learning problems, including the concept of learnability and some elements of information theory.
Chapter 3, Feature Selection and Feature Engineering, describes the most important techniques used to preprocess a dataset, select the most informative features, and reduce the original dimensionality.
Chapter 4, Linear Regression, describes the structure of a continuous linear model, focusing on the linear regression algorithm. This chapter covers also Ridge, Lasso, and ElasticNet optimizations, and other advanced techniques.
Chapter 5, Logistic Regression, introduces the concept of linear classification, focusing on logistic regression and stochastic gradient descent algorithms. The second part covers the most important evaluation metrics.
Chapter 6, Naive Bayes, explains the Bayes probability theory and describes the structure of the most diffused naive Bayes classifiers.
Chapter 7, Support Vector Machines, introduces this family of algorithms, focusing on both linear and nonlinear classification problems.
Chapter 8, Decision Trees and Ensemble Learning, explains the concept of a hierarchical decision process and describes the concepts of decision tree classification, Bootstrap and bagged trees, and voting classifiers.
Chapter 9 , Clustering Fundamentals, introduces the concept of clustering, describing the k-means algorithm and different approaches to determining the optimal number of clusters. In the second part, the chapter covers other clustering algorithms such as DBSCAN and spectral clustering.
Chapter 10 , Hierarchical Clustering, continues the explanation started in the previous chapter and introduces the concept of agglomerative clustering.
Chapter 11, Introduction to Recommendation Systems, explains the most diffused algorithms employed in recommender systems: content- and user-based strategies, collaborative filtering, and alternating least square.
Chapter 12, Introduction to Natural Language Processing, explains the concept of bag-of-words and introduces the most important techniques required to efficiently process natural language datasets.
Chapter 13, Topic Modeling and Sentiment Analysis in NLP, introduces the concept of topic modeling and describes the most important algorithms, such as latent semantic analysis and latent Dirichlet allocation. In the second part, the chapter covers the problem of sentiment analysis, explaining the most diffused approaches to address it.
Chapter 14, A Brief Introduction to Deep Learning and TensorFlow, introduces the world of deep learning, explaining the concept of neural networks and computational graphs. The second part is dedicated to a brief exposition of the main concepts regarding the TensorFlow and Keras frameworks, with some practical examples.
Chapter 15, Creating a Machine Learning Architecture, explains how to define a complete machine learning pipeline, focusing on the peculiarities and drawbacks of each step.