Instructional Video8:25
Curated Video

Deep Learning - Crash Course 2023 - Class Sigmoid

Higher Ed
In this video, we will dive into the implementation of a class for the Sigmoid activation function. You will also get an assignment to further solidify your understanding of Sigmoid. This clip is from the chapter "Sigmoid Neuron...
Instructional Video2:57
Curated Video

Deep Learning - Crash Course 2023 - Program Overview

Higher Ed
In this video, we will discuss our program goal that we will be building in the next video. This clip is from the chapter "Sigmoid Neuron" of the series "Deep Learning - Crash Course 2023".In this section, we will begin our journey with...
Instructional Video10:27
Curated Video

Deep Learning - Crash Course 2023 - Perceptron in Python

Higher Ed
In this video, we will work on programming our Perceptron model in Python. This clip is from the chapter "Perceptron in Python" of the series "Deep Learning - Crash Course 2023".In this section, you will learn about Perceptron in Python.
Instructional Video3:51
Curated Video

Deep Learning - Crash Course 2023 - Models

Higher Ed
In this video, we will briefly cover models in deep learning. This clip is from the chapter "Getting the Basics Right" of the series "Deep Learning - Crash Course 2023".In this section, you will learn some basic terms used in deep learning.
Instructional Video4:20
Curated Video

Deep Learning - Crash Course 2023 - MP Neuron Class

Higher Ed
In this video, we will walk through the process of creating our own MP Neuron class in Python from scratch. By the end of this section, you will have a solid understanding of how to implement this fundamental concept in deep learning....
Instructional Video12:23
Curated Video

Deep Learning - Crash Course 2023 - Functions and Classes in Python

Higher Ed
In this video, we will understand what functions and classes are in Python. This clip is from the chapter "Python Crash Course on Basics" of the series "Deep Learning - Crash Course 2023".In this section, we will work on our foundation...
Instructional Video26:32
Curated Video

Supercharge Scala Future | FP-Tower - Traverse and Sequence

Higher Ed
This video demonstrates the concepts of traverse and sequence in this project. This clip is from the chapter "Project: Search Flight Aggregator" of the series "Supercharge Scala Future | FP-Tower".This section focuses on building a...
Instructional Video4:48
Curated Video

Supercharge Scala Future | FP-Tower - Console Exercises - Code Organization

Higher Ed
This video demonstrates and explains code organization. This clip is from the chapter "Actions with Imperative Programming" of the series "Supercharge Scala Future | FP-Tower".This section focuses on actions with imperative programming.
Instructional Video4:53
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - CSS Styling to OpenAI Form

Higher Ed
In this video, you will learn how to apply CSS styling to an OpenAI form and make it look more visually appealing for your users.
Instructional Video2:33
Curated Video

A Detailed Guide to the OWASP Top 10 - API8:2023 Security Misconfiguration

Higher Ed
In this video, explore Security Misconfiguration risks in APIs, highlighting common misconfigurations and how to secure API settings.
Instructional Video2:02
Curated Video

The Absolute Beginners Guide to Cybersecurity 2023 - Part 4 - Checking Default App Permissions - IOS

Higher Ed
This video talks about the kinds of permissions the applications have on an iOS device and how to reset the permission on an iOS device. This clip is from the chapter "Mobile Security" of the series "The Absolute Beginners Guide to...
Instructional Video10:43
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - EC2 Instance Types

Higher Ed
When you launch an EC2 instance, you must consider more than just the Amazon Machine Image (AMI) to use. You must also determine the instance type or class to use to achieve optimum performance. For this reason, it is important to...
Instructional Video8:07
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - S3 Enhanced Features

Higher Ed
AWS has really upped its game with added S3 features. Learn about intelligent tiering, S3 object lock, and batch operations in this video.
Instructional Video7:15
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Making Recommendations

Higher Ed
We will now perform some recommendations using the brute-force algorithms and then perform the indexing of our data.
Instructional Video8:18
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Making the Model and Query Tower

Higher Ed
After testing and training the recommendations, we will develop the model by loading the Tensor board extension.
Instructional Video6:07
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Performant Design Scenario

Higher Ed
With an understanding of performant design, it's time to apply it to Widget Makers. In this video, see how you can implement a well-performing solution for the intended AWS uses of Widget Makers.
Instructional Video11:00
Curated Video

The Art of Doing - Web Development for Beginners - Understanding Attributes

Higher Ed
In this video, we will explore the different attributes available in HTML, such as id, class, and style, and how they can be used to customize web page elements. This clip is from the chapter "Advanced HTML Tags" of the series "The Art...
Instructional Video11:16
Instructional Video18:04
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - UserProfile Feed

Higher Ed
The UserProfile Feed is the heart of any Twitter Clone app's user profile page, showcasing the user's latest tweets, retweets, and other activities; in this video, we will show you how to create a responsive, dynamic UserProfile feed.
Instructional Video5:27
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - toJSON

Higher Ed
In this video, you will learn how to use the toJSON method in Mongoose to manipulate the user object before sending it as a JSON response.
Instructional Video5:48
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Express Server and Nodemon

Higher Ed
n this video, we will show you how to use Express.js to build a powerful and scalable server for your web applications.
Instructional Video10:28
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - SearchView 2

Higher Ed
In this video, we will explore advanced techniques for implementing a SearchView in your Twitter Clone app.
Instructional Video20:52
Curated Video

The Art of Doing - Web Development for Beginners - CSS Transitions

Higher Ed
In this video, we will explore CSS Transitions, which enables you to smoothly change property values of elements over a specified duration. You will learn how to define transition properties and durations, and how to trigger transitions...
Instructional Video18:42
Curated Video

The Art of Doing - Web Development for Beginners - Pseudo Classes

Higher Ed
In this video, you will learn about CSS pseudo classes, which are keywords added to selectors to specify special states of selected elements. We will explore examples of pseudo classes such as hover, active, and focus, and how they can...