Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
MATLAB for Machine Learning - Second Edition

You're reading from  MATLAB for Machine Learning - Second Edition

Product type Book
Published in Jan 2024
Publisher Packt
ISBN-13 9781835087695
Pages 374 pages
Edition 2nd Edition
Languages
Author (1):
Giuseppe Ciaburro Giuseppe Ciaburro
Profile icon Giuseppe Ciaburro

Table of Contents (17) Chapters

Preface Part 1: Getting Started with Matlab
Chapter 1: Exploring MATLAB for Machine Learning Chapter 2: Working with Data in MATLAB Part 2: Understanding Machine Learning Algorithms in MATLAB
Chapter 3: Prediction Using Classification and Regression Chapter 4: Clustering Analysis and Dimensionality Reduction Chapter 5: Introducing Artificial Neural Network Modeling Chapter 6: Deep Learning and Convolutional Neural Networks Part 3: Machine Learning in Practice
Chapter 7: Natural Language Processing Using MATLAB Chapter 8: MATLAB for Image Processing and Computer Vision Chapter 9: Time Series Analysis and Forecasting with MATLAB Chapter 10: MATLAB Tools for Recommender Systems Chapter 11: Anomaly Detection in MATLAB Index Other Books You May Enjoy

Training and fine-tuning pretrained deep learning models in MATLAB

Transfer learning is a machine learning approach wherein a model created for a particular task is repurposed as the initial foundation for a model addressing a second task. This technique entails leveraging knowledge acquired from one problem and applying it to a distinct yet related problem. Transfer learning is particularly useful in deep learning and neural networks, where pretrained models can be fine-tuned or used as feature extractors for new tasks.

In pretrained models, you start with a pretrained model that has been trained on a large dataset for a specific task, such as image classification, natural language processing, or speech recognition. These pretrained models are often complex neural networks with many layers. In many cases, you can use the layers of the pretrained model as feature extractors. You remove the final classification layer(s) and use the activations from the earlier layers as features...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}