Repository containing notes in Portuguese that occurred while reading the book. The notebooks are based on materials provided by the publisher.
The book was divided into two parts. The first part has the fundamentals of machine learning. This part has the following chapters:
- The Machine Learning Landscape
- End-to-End Machine Learning Project
- Classification
- Training Models
- Support Vector Machines
- Decision Trees
- Ensemble Learning and Random Forests
- Dimensionality Reduction
- Unsupervised Learning Techniques
The second part presents the concepts related to neural networks and deep learning. This part has the following chapters:
- Introduction to Artificial Neural Networks with Keras
- Training Deep Neural Networks
- Custom Models and Training with TensorFlow
- Loading and Preprocessing Data with TensorFlow
- Deep Computer Vision Using Convolutional Neural Networks