Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Hands-On Neural Networks with TensorFlow 2.0

You're reading from   Hands-On Neural Networks with TensorFlow 2.0 Understand TensorFlow, from static graph to eager execution, and design neural networks

Arrow left icon
Product type Paperback
Published in Sep 2019
Publisher Packt
ISBN-13 9781789615555
Length 358 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Paolo Galeone Paolo Galeone
Author Profile Icon Paolo Galeone
Paolo Galeone
Arrow right icon
View More author details
Toc

Table of Contents (15) Chapters Close

Preface 1. Section 1: Neural Network Fundamentals
2. What is Machine Learning? FREE CHAPTER 3. Neural Networks and Deep Learning 4. Section 2: TensorFlow Fundamentals
5. TensorFlow Graph Architecture 6. TensorFlow 2.0 Architecture 7. Efficient Data Input Pipelines and Estimator API 8. Section 3: The Application of Neural Networks
9. Image Classification Using TensorFlow Hub 10. Introduction to Object Detection 11. Semantic Segmentation and Custom Dataset Builder 12. Generative Adversarial Networks 13. Bringing a Model to Production 14. Other Books You May Enjoy

Semi-supervised learning

Semi-supervised learning algorithms fall between supervised and unsupervised learning algorithms.

They rely upon the assumption that we can exploit the information of the labeled data to improve the result of unsupervised learning algorithms and vice versa.

Being able to use semi-supervised learning algorithms depends on the available data: if we have only labeled data, we can use supervised learning; if we don't have any labeled data, we must go with unsupervised learning methods. However, let's say we have the following:

  • Labeled and unlabeled examples
  • Examples that are all labeled with the same class

If we have these, then we can use a semi-supervised approach to solve the problem.

The scenario in which we have all the examples labeled with the same class could look like a supervised learning problem, but it isn't.

If the aim of the...

You have been reading a chapter from
Hands-On Neural Networks with TensorFlow 2.0
Published in: Sep 2019
Publisher: Packt
ISBN-13: 9781789615555
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 £16.99/month. Cancel anytime