Project - Working with Custom Loss Function

You are currently auditing this course.

Project - Working with Custom Loss Function

0% completed
6 Assessments | 273 Learners

Welcome to the project on Working with Custom Loss Function. This project aims to provide an understanding of how we could use the custom defined loss functions along with TensorFlow 2.

Though TensorFlow 2 already provides us with a variety of loss functions, knowing how to use a user-defined loss function would be crucial for a machine learning aspirant because often times in real-world industries, it is expected to experiment with various custom defined functions. This exercise is designed to achieve that goal.

Skills you will develop:

  1. TensorFlow 2
  2. Defining Custom Loss Function
  3. Python Programming
  4. scikit-learn