PyTorch

Sort options

AI Capstone Project with Deep Learning (Coursera)

Apr 1st 2024
AI Capstone Project with Deep Learning (Coursera)
Course Auditing
Categories
Effort
Languages
In this capstone, learners will apply their deep learning knowledge and expertise to a real world challenge. They will use a library of their choice to develop and test a deep learning model. They will load and pre-process data for a real problem, build the model and validate [...]

Apply Generative Adversarial Networks (GANs) (Coursera)

In this course, you will: explore the applications of GANs and examine them wrt data augmentation, privacy, and anonymity; leverage the image-to-image translation framework and identify applications to modalities beyond images; implement Pix2Pix, a paired image-to-image translation GAN, to adapt satellite images into map routes (and vice versa); compare [...]

Build Better Generative Adversarial Networks (GANs) (Coursera)

Apr 1st 2024
Build Better Generative Adversarial Networks (GANs) (Coursera)
Course Auditing
Categories
Effort
Languages
In this course, you will: Assess the challenges of evaluating GANs and compare different generative models; Use the Fréchet Inception Distance (FID) method to evaluate the fidelity and diversity of GANs; Identify sources of bias and the ways to detect it in GANs; Learn and implement the techniques associated [...]

Build Basic Generative Adversarial Networks (GANs) (Coursera)

In this course, you will: Learn about GANs and their applications; Understand the intuition behind the fundamental components of GANs; Explore and implement multiple GAN architectures; Build conditional GANs capable of generating examples from determined categories.

Deep Neural Networks with PyTorch (Coursera)

The course will teach you how to develop deep learning models using Pytorch. The course will start with Pytorch's tensors and Automatic differentiation package. Then each section will cover different models starting off with fundamentals such as Linear Regression, and logistic/softmax regression.

Secure and Private AI (Udacity)

Self Paced
Secure and Private AI (Udacity)
Free Course
Categories
Effort
Languages
Learn how to extend PyTorch with the tools necessary to train AI models that preserve user privacy. This free course will introduce you to three cutting-edge technologies for privacy-preserving AI: Federated Learning, Differential Privacy, and Encrypted Computation. You will learn how to use the newest privacy-preserving technologies, such as [...]

Computer Vision for Embedded Systems (edX)

Nov 2nd 2022
Computer Vision for Embedded Systems (edX)
Course Auditing
Categories
Effort
Languages
Learn about constraints and reducing resource requirements for computer vision on embedded systems. This course provides an overview of running computer vision (OpenCV and PyTorch) on embedded systems (such as Raspberry Pi and Jetson).

PyTorch Basics for Machine Learning (edX)

Self Paced
PyTorch Basics for Machine Learning (edX)
Course Auditing
Categories
Effort
Languages
This course is the first part in a two part course and will teach you the fundamentals of PyTorch. In this course you will implement classic machine learning algorithms, focusing on how PyTorch creates and optimizes models. You will quickly iterate through different aspects of PyTorch giving you strong [...]

Deep Learning with Python and PyTorch (edX)

Self Paced
Deep Learning with Python and PyTorch (edX)
Course Auditing
Categories
Effort
Languages
This course is the second part of a two-part course on how to develop Deep Learning models using Pytorch. In the first course, you learned the basics of PyTorch; in this course, you will learn how to build deep neural networks in PyTorch. Also, you will learn how [...]

Getting Started with Google Colab Using PyTorch (Manning Publications)

In this liveProject, you’ll get hands-on experience using the powerful Google Colab tool for machine learning and deep learning. Colab notebooks let you execute your data science code in Google’s cloud, getting all the benefits of Google’s incredible hardware. You’ll see how Colab works for yourself by running through [...]