DeepLearning.AI

More info here.

Sort options

Supervised Machine Learning: Regression and Classification (Coursera)

May 20th 2024
Supervised Machine Learning: Regression and Classification (Coursera)
Course Auditing
Categories
Effort
Languages
In the first course of the Machine Learning Specialization, you will: build machine learning models in Python using popular machine learning libraries NumPy and scikit-learn; build and train supervised machine learning models for prediction and binary classification tasks, including linear regression and logistic [...]

Advanced Learning Algorithms (Coursera)

May 20th 2024
Advanced Learning Algorithms (Coursera)
Course Auditing
Categories
Effort
Languages
In the second course of the Machine Learning Specialization, you will: build and train a neural network with TensorFlow to perform multi-class classification; apply best practices for machine learning development so that your models generalize to data and tasks in the real world; build and use decision trees and [...]

IA para todos (Coursera)

IA não é apenas para engenheiros. Se quiser que sua organização se torne melhor no uso de IA, este é o curso que todos, especialmente aos seus colegas não técnicos, devem fazer.

Machine Learning Modeling Pipelines in Production (Coursera)

May 20th 2024
Machine Learning Modeling Pipelines in Production (Coursera)
Course Auditing
Categories
Effort
Languages
In the third course of Machine Learning Engineering for Production Specialization, you will build models for different serving environments; implement tools and techniques to effectively manage your modeling resources and best serve offline and online inference requests; and use analytics tools and performance metrics to address model fairness, explainability [...]
May 20th 2024
Course Auditing
41.00 EUR/month

Generative Deep Learning with TensorFlow (Coursera)

May 20th 2024
Generative Deep Learning with TensorFlow (Coursera)
Course Auditing
Categories
Effort
Languages
In this course, you will: a) Learn neural style transfer using transfer learning: extract the content of an image (eg. swan), and the style of a painting (eg. cubist or impressionist), and combine the content and style into a new image; b) Build simple AutoEncoders on the familiar MNIST [...]

Custom Models, Layers, and Loss Functions with TensorFlow (Coursera)

May 20th 2024
Custom Models, Layers, and Loss Functions with TensorFlow (Coursera)
Course Auditing
Categories
Effort
Languages
In this course, you will: • Compare Functional and Sequential APIs, discover new models you can build with the Functional API, and build a model that produces multiple outputs including a Siamese network; • Build custom loss functions (including the contrastive loss function used in a Siamese network) in [...]

Custom and Distributed Training with TensorFlow (Coursera)

May 20th 2024
Custom and Distributed Training with TensorFlow (Coursera)
Course Auditing
Categories
Effort
Languages
In this course, you will: • Learn about Tensor objects, the fundamental building blocks of TensorFlow, understand the difference between the eager and graph modes in TensorFlow, and learn how to use a TensorFlow tool to calculate gradients; • Build your own custom training loops using GradientTape and TensorFlow [...]

Advanced Deployment Scenarios with TensorFlow (Coursera)

Bringing a machine learning model into the real world involves a lot more than just modeling. This Specialization will teach you how to navigate various deployment scenarios and use data more effectively to train your model. In this final course, you’ll explore four different scenarios you’ll encounter when deploying [...]

Natural Language Processing with Sequence Models (Coursera)

In Course 3 of the Natural Language Processing Specialization, offered by deeplearning.ai, you will: a) Train a neural network with GLoVe word embeddings to perform sentiment analysis of tweets, b) Generate synthetic Shakespeare text using a Gated Recurrent Unit (GRU) language model, c) Train a recurrent neural network to [...]