• Post category:StudyBullet-8
  • Reading time:8 mins read


Self-Supervised Learning | Supervised Machine Learning | Unsupervised Machine Learning | Contrastive Learning | SimCLR

What you will learn

Self-Supervised Learning Techniques

Supervised & Unsupervised Contrastive Learning

SimCLR Model of Chen et al. (2020)

Examples of Self-Supervised Learning in Using TensorFlow in Python

Machine Learning

Deep Learning

Python 3+

Supervised Machine Learning

Unsupervised Learning

Unsupervised Machine Learning

Description


Get Instant Notification of New Courses on our Telegram channel.


If intelligence is a cake, the bulk is self-supervised learning, the icing on the cake is supervised learning, and the cherry on the cake is reinforcement learning.

Yann André LeCun

Chief AI Scientist at Meta

Some “Musts” Before Starting

  • You must be familiar with deep learning architectures, including stacks of convolutional, recurrent, dense, pooling, average, and normalization layers using the TensorFlow library in Python 3+.
  • You must know how to develop, train, and test multi-layer deep learning models using the TensorFlow library in Python 3+.
  • You must know that this is a “100% Money Back Guarantee” course under Udemy rules.

Course Instructor

  • My name is Mohammad H. Rafiei, Ph.D. I am honored and humbled to serve as your instructor.
  • I am a machine learning engineer, researcher, and instructor at Johns Hopkins University, College of Engineering, and Georgia State University, Department of Computer Science. I am also the founder of MHR Group LLC in Georgia.

Subject & Materials

  • This course teaches you “Self-Supervised Learning” (SSL), also known as “Representation Learning.”
  • SSL is a relatively new and hot subject in machine learning to deal with repositories with limited labeled data.
  • There are two general SSL techniques, contrastive and generative. This course’s focus is on supervised and unsupervised contrastive models only.
  • There are several examples and experiments across this course for you to fully grasp the idea behind SSL.
  • Our domain of focus is the image domain, but you can apply what you learn to other domains, including temporal records and natural language processing (NLP).
  • In every lecture, you can access the corresponding Python .ipynb notebooks. The notebooks are best to be run with a GPU accelerator. Watch the following lecture for more details.
  • If the videos are too fast or too slow, you can always change their speed. You can also turn on the video caption.
  • It is best to watch the videos of this course using 1080p quality with the caption on.
  • The lectures are created to work best on Google Colab with GPU accelerators.
  • The TensorFlow version used in these lectures is ‘2.8.2.’ You may use %tensorflow_version 2.x at the very first cell of your Python notebook.

Machine learning libraries in Python, including TensorFlow, are evolving. As such, you must keep yourself updated with changes and modify your codes.

Course Overview

Four Sections and ten Lectures:

  • Section 01: Introduction.
    • Lecture 01: An Introduction to the Course.
    • Lecture 02: Python Notebooks.
  • Section 02: Supervised Models.
    • Lecture 03: Supervised Learning.
    • Lecture 04: Transfer Learning & Fine-Tuning.
  • Section 03: Labeling Task.
    • Lecture 05: Labeling Challenges.
  • Section 04: Self-Supervised Learning.
    • Lecture 06: Self-Supervised Learning.
    • Lecture 07: Supervised Contrastive Pretext, Experiment 1.
    • Lecture 08: Supervised Contrastive Pretext, Experiment 2.
    • Lecture 09: SimCLR, An Unsupervised Contrastive Pretext Model.
    • Lecture 10: SimCLR Experiment.
English
language

Content

Introduction

An Introduction to the Course
Lecture 01 Quiz
Python Notebooks
Lecture 02 Quiz

Supervised Models

Supervised Learning
Lecture 03 Quiz
Transfer Learning & Fine-Tuning
Lecture 04 Quiz

Labeling Task

Labeling Challenges
Lecture 05 Quiz

Self-Supervised Learning

Self-Supervised Learning
Lecture 06 Quiz
Supervised Contrastive Pretext, Experiment 1
Lecture 07 Quiz
Supervised Contrastive Pretext, Experiment 2
Lecture 08 Quiz
SimCLR, An UnSupervised Contrastive Pretext Model
SimCLR Experiment