Reader small image

You're reading from  The Deep Learning Architect's Handbook

Product typeBook
Published inDec 2023
PublisherPackt
ISBN-139781803243795
Edition1st Edition
Right arrow
Author (1)
Ee Kin Chin
Ee Kin Chin
author image
Ee Kin Chin

Ee Kin Chin is a Senior Deep Learning Engineer at DataRobot. He holds a Bachelor of Engineering (Honours) in Electronics with a major in Telecommunications. Ee Kin is an expert in the field of Deep Learning, Data Science, Machine Learning, Artificial Intelligence, Supervised Learning, Unsupervised Learning, Python, Keras, Pytorch, and related technologies. He has a proven track record of delivering successful projects in these areas and is dedicated to staying up to date with the latest advancements in the field.
Read more about Ee Kin Chin

Right arrow

Implementing neural network layers for foundational problem types

In Chapters 2 to 7, although many types of NN layers were introduced, the core layers for the problem types were either not used or not explained. Here, we will go through each of them for clarity and intuition.

Implementing the binary classification layer

Binary means two options for categorical data. Note that this does not necessarily mean a strict rule for the categories to be true or false nor positive or negative in the raw data. The two options can be in any format possible in terms of raw data, in strings, numbers, or symbols. However, note that NNs can always only produce numerical outputs. This means that the target itself has to be represented numerically, for which the optimal numbers are the binary values of zero and one. This means that the data column to be used as a target for training with only two unique values must go through preprocessing to map itself into zero or one.

Generally, there are...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
The Deep Learning Architect's Handbook
Published in: Dec 2023Publisher: PacktISBN-13: 9781803243795

Author (1)

author image
Ee Kin Chin

Ee Kin Chin is a Senior Deep Learning Engineer at DataRobot. He holds a Bachelor of Engineering (Honours) in Electronics with a major in Telecommunications. Ee Kin is an expert in the field of Deep Learning, Data Science, Machine Learning, Artificial Intelligence, Supervised Learning, Unsupervised Learning, Python, Keras, Pytorch, and related technologies. He has a proven track record of delivering successful projects in these areas and is dedicated to staying up to date with the latest advancements in the field.
Read more about Ee Kin Chin