Curated Video
Deep Learning - Crash Course 2023 - Class Sigmoid
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...
Curated Video
Deep Learning - Crash Course 2023 - Program Overview
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...
Curated Video
Deep Learning - Crash Course 2023 - Perceptron in Python
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.
Curated Video
Deep Learning - Crash Course 2023 - Models
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.
Curated Video
Deep Learning - Crash Course 2023 - MP Neuron Class
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....
Curated Video
Deep Learning - Crash Course 2023 - Functions and Classes in Python
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...
Curated Video
Supercharge Scala Future | FP-Tower - Traverse and Sequence
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...
Curated Video
Supercharge Scala Future | FP-Tower - Console Exercises - Code Organization
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.
Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - CSS Styling to OpenAI Form
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.
Curated Video
A Detailed Guide to the OWASP Top 10 - API8:2023 Security Misconfiguration
In this video, explore Security Misconfiguration risks in APIs, highlighting common misconfigurations and how to secure API settings.
Curated Video
The Absolute Beginners Guide to Cybersecurity 2023 - Part 4 - Checking Default App Permissions - IOS
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...
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - EC2 Instance Types
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...
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - S3 Enhanced Features
AWS has really upped its game with added S3 features. Learn about intelligent tiering, S3 object lock, and batch operations in this video.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Making Recommendations
We will now perform some recommendations using the brute-force algorithms and then perform the indexing of our data.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Making the Model and Query Tower
After testing and training the recommendations, we will develop the model by loading the Tensor board extension.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Performant Design Scenario
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.
Curated Video
The Art of Doing - Web Development for Beginners - Understanding Attributes
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...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Classes and Structs
This video talks about the classes and structs.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - UserProfile Feed
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - toJSON
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Express Server and Nodemon
n this video, we will show you how to use Express.js to build a powerful and scalable server for your web applications.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - SearchView 2
In this video, we will explore advanced techniques for implementing a SearchView in your Twitter Clone app.
Curated Video
The Art of Doing - Web Development for Beginners - CSS Transitions
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...
Curated Video
The Art of Doing - Web Development for Beginners - Pseudo Classes
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...