Instructional Video8:10
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Secure Design

Higher Ed
As you know, availability and performance are important, but it's also important to ensure security of the implemented solution. In this video, you will explore the AWS best practices for secure design.
Instructional Video7:33
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - OpsWorks

Higher Ed
For years, we have had operations management software solutions in internal enterprise networks. AWS offers the same using OpsWorks and this video explores the features and capabilities of this solution.
Instructional Video5:42
Curated Video

AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Tips and Tricks

Higher Ed
In this video, we will share some valuable tips and tricks for creating accurate and professional architectural drawings, including best practices for drafting, annotation, dimensioning, and other important considerations in...
Instructional Video3:47
Curated Video

AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Creating Layers

Higher Ed
In this video, we will cover the creation and management of layers in AutoCAD 2D, which are essential for organizing and controlling the visibility of objects in the drawing. You will learn how to create layers, assign properties such as...
Instructional Video6:18
Curated Video

AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Working with Layers and Blocks

Higher Ed
In this video, we will explore the concept of layers and blocks in AutoCAD 2D, which are essential for organizing and managing your drawings. You will learn how to create and manage layers, set layer properties, and work with blocks for...
Instructional Video7:33
Curated Video

Revolutionizing Everyday Life with 3D Printing

6th - Higher Ed
Dive into the world of 3D printing where everyday objects are transformed in minutes! Follow Stéphane as he repairs his backpack with a newly printed clip, showcasing the ease and versatility of 3D technology. From custom-designed...
Instructional Video9:46
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Forward Propagation

Higher Ed
In this video, you will learn about forward propagation as it is related to neural networks.
<
br/>
This clip is from the chapter "Feedforward Artificial Neural Networks" of the series "Deep Learning - Artificial Neural Networks...
Instructional Video4:32
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Saving and Loading a Model

Higher Ed
In this video, you will learn how to save a model and then load it later.
<
br/>
This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this...
Instructional Video4:27
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Writing a Deep Neural Network

Higher Ed
In this video, you will learn how to write a deep neural network.
<
br/>
This clip is from the chapter "Creating Deep Neural Networks in PyTorch" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this...
Instructional Video8:11
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Building the First Neural Network

Higher Ed
In this video, you will learn how to build your first neural network.
<
br/>
This clip is from the chapter "Creating Deep Neural Networks in PyTorch" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In...
Instructional Video8:15
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - Transfer Learning Theory

Higher Ed
In this video, we will get introduced to the concept of transfer learning.
<
br/>
This clip is from the chapter "Transfer Learning for Computer Vision" of the series "Deep Learning - Convolutional Neural Networks with TensorFlow".In...
Instructional Video10:25
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - Improving CIFAR-10 Results

Higher Ed
In this video, you will learn how to improve CIFAR-10 results using data augmentation and batch normalization.
<
br/>
This clip is from the chapter "Convolutional Neural Networks (CNNs)" of the series "Deep Learning - Convolutional...
Instructional Video15:16
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - CNN Code Preparation

Higher Ed
In this video, we will look at the code preparation we will use for CNN and understand it.
<
br/>
This clip is from the chapter "Convolutional Neural Networks (CNNs)" of the series "Deep Learning - Convolutional Neural Networks with...
Instructional Video21:00
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - CNN Architecture

Higher Ed
In this video, we will understand the CNN architecture.
<
br/>
This clip is from the chapter "Convolutional Neural Networks (CNNs)" of the series "Deep Learning - Convolutional Neural Networks with TensorFlow".In this section, we...
Instructional Video4:54
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - 2 Approaches to Transfer Learning

Higher Ed
In this video, we will discuss the two approaches used for transfer learning, which we will use in the next videos.
<
br/>
This clip is from the chapter "Transfer Learning for Computer Vision" of the series "Deep Learning -...
Instructional Video5:44
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - Some Pre-Trained Models (VGG, ResNet, Inception, MobileNet)

Higher Ed
In this video, we will understand VGG, ResNet, Inception, and MobileNet.
<
br/>
This clip is from the chapter "Transfer Learning for Computer Vision" of the series "Deep Learning - Convolutional Neural Networks with TensorFlow".In...
Instructional Video5:16
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - Batch Normalization

Higher Ed
In this video, you will learn about batch normalization.
<
br/>
This clip is from the chapter "Convolutional Neural Networks (CNNs)" of the series "Deep Learning - Convolutional Neural Networks with TensorFlow".In this section, we...
Instructional Video5:23
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Deep Learning-Based Chatbot Architecture and Development: Importing Libraries

Higher Ed
This video demonstrates how to import step by step the four main libraries required for our project, including TensorFlow NumPy, Keras, and Pickle, and you will learn about importing Sequential and Model.
<
br/>
This clip is from...
Instructional Video8:14
Curated Video

Recommender Systems: An Applied Approach using Deep Learning - Making the Model and Query Tower

Higher Ed
In this lecture, you will learn to develop our model and create a query tower to perform retrieval tasks.
<
br/>
This clip is from the chapter "Project Amazon Product Recommendation System" of the series "Recommender Systems: An...
Instructional Video5:06
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Deep Learning-Based Chatbot Architecture and Development: Model Completion

Higher Ed
In this video, after training and testing the data, querying the questions, and obtaining responses, we are now at model completion with compiling the questions and responses to check for accuracy.
<
br/>
This clip is from the...
Instructional Video2:47
Curated Video

Design Microservices Architecture with Patterns and Principles - Evaluate Clean Architecture

Higher Ed
In this video, we will evaluate the Clean Architecture used in the e-commerce application. We will assess its strengths and weaknesses, considering factors such as scalability, maintainability, and flexibility. We will discuss...
Instructional Video10:33
Curated Video

Design Microservices Architecture with Patterns and Principles - Demo: Clean Architecture Code Review - E-Commerce App

Higher Ed
In this video, we will conduct a code review of a demo e-commerce application implemented using Clean Architecture. We will examine the codebase, identify any violations of Clean Architecture principles, and suggest improvements to...
Instructional Video3:47
Curated Video

Design Microservices Architecture with Patterns and Principles - Design the Architecture - Clean Architecture - E-Commerce App

Higher Ed
In this video, we will apply Clean Architecture principles to design the architecture of an e-commerce application. We will define the layers and their interactions, ensuring a clean separation of concerns and adherence to the...
Instructional Video1:53
Curated Video

Design Microservices Architecture with Patterns and Principles - Problem: Highly Coupling Dependent Layers

Higher Ed
In this video, we will address the problem of highly coupling dependent layers in the layered architecture. We will explore the challenges and consequences of tight coupling between layers and discuss strategies for reducing coupling...