Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Python Deep Learning
  • Toc
  • feedback
Python Deep Learning

Python Deep Learning

By : Ivan Vasilev
4.9 (15)
close
Python Deep Learning

Python Deep Learning

4.9 (15)
By: Ivan Vasilev

Overview of this book

The field of deep learning has developed rapidly recently and today covers a broad range of applications. This makes it challenging to navigate and hard to understand without solid foundations. This book will guide you from the basics of neural networks to the state-of-the-art large language models in use today. The first part of the book introduces the main machine learning concepts and paradigms. It covers the mathematical foundations, the structure, and the training algorithms of neural networks and dives into the essence of deep learning. The second part of the book introduces convolutional networks for computer vision. We’ll learn how to solve image classification, object detection, instance segmentation, and image generation tasks. The third part focuses on the attention mechanism and transformers – the core network architecture of large language models. We’ll discuss new types of advanced tasks they can solve, such as chatbots and text-to-image generation. By the end of this book, you’ll have a thorough understanding of the inner workings of deep neural networks. You'll have the ability to develop new models and adapt existing ones to solve your tasks. You’ll also have sufficient understanding to continue your research and stay up to date with the latest advancements in the field.
Table of Contents (17 chapters)
close
1
Part 1:Introduction to Neural Networks
5
Part 2: Deep Neural Networks for Computer Vision
8
Part 3: Natural Language Processing and Transformers
13
Part 4: Developing and Deploying Deep Neural Networks

Training deep neural networks

Historically, the scientific community has understood that deeper networks have greater representational power compared to shallow ones. However, there were various challenges in training networks with more than a few hidden layers. We now know that we can successfully train DNNs using a combination of gradient descent and backpropagation, just as we discussed in Chapter 2. In this section, we’ll see how to improve them so that we can solve some of the problems that exist uniquely for DNNs and not shallow NNs.

The first edition of this book included networks such as Restricted Boltzmann Machines (RBMs) and Deep Belief Networks (DBNs). They were popularized by Geoffrey Hinton, a Canadian scientist, and one of the most prominent DL researchers. Back in 1986, he was also one of the inventors of backpropagation. RBMs are a special type of generative NN, where the units are organized into two layers, namely visible and hidden. Unlike feedforward networks...

bookmark search playlist download font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete