Instructional Video7:16
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Applying an Auth Scope to GraphQL Operations

Higher Ed
In this video, you will learn how to apply an auth scope to GraphQL operations. This clip is from the chapter "Extending the GraphQL API" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this section, you will...
Instructional Video2:22
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - First Authenticated GraphQL Query

Higher Ed
In this video, we will work on our first authenticated GraphQL query. This clip is from the chapter "Working with GraphQL" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this section, we will start working...
Instructional Video3:46
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Fixing the Homepage

Higher Ed
In this video, you will learn how to fix the homepage. This clip is from the chapter "Designing Strapi Content Types" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this section, you will learn how to design...
Instructional Video3:08
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Course Structure: Optimize Your Learning Path

Higher Ed
In this video, we will spend some time on understanding the course structure and optimize your learning path. This clip is from the chapter "Welcome to the Course" of the series "The Complete Strapiâ„¢ Course with Plugins and...
Instructional Video8:10
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Data Manipulation for Deep Learning

Higher Ed
This video displays how to do data manipulation using a deep-learning model. This clip is from the chapter "Project 2: Microsoft Corporation Stock Prediction Using RNNs" of the series "A Practical Approach to Timeseries Forecasting Using...
Instructional Video4:22
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Moving Average and ARMA

Higher Ed
This video explains moving average and ARMA (Autoregressive Moving Average Model). This clip is from the chapter "Machine Learning in Time Series Forecasting" of the series "A Practical Approach to Timeseries Forecasting Using...
Instructional Video8:05
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Stationarity in Time Series

Higher Ed
This video talks about stationarity in time series. It is nothing but a series whose properties do not depend on the time at which the series is observed. This clip is from the chapter "Data Processing for Timeseries Forecasting" of the...
Instructional Video6:12
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Overview of Time Series Parameters

Higher Ed
This video provides an overview of time series parameters. This clip is from the chapter "Basics of Data Manipulation in Time Series" of the series "A Practical Approach to Timeseries Forecasting Using Python".This section focuses on the...
Instructional Video9:10
Curated Video

Build a DALL-E Image Generator using React, JavaScript, and OpenAI - OpenAI Key Configuration Setup with Next JS

Higher Ed
In this lesson, you will learn to hook up the OpenAI app, using the API key to provide access and then configuring the OpenAI API by linking it to the app to generate images. This clip is from the chapter "How to Get a DALL-E API OpenAI...
Instructional Video8:03
Curated Video

Build a DALL-E Image Generator using React, JavaScript, and OpenAI - DALL-E Create Image Implementation into Our OpenAI Application

Higher Ed
After securely generating the API key, we will create the runtime configuration and use the process environment API key we generated securely. We will hook the app with OpenAI and generate images using text. This clip is from the chapter...
Instructional Video7:05
Curated Video

Build a DALL-E Image Generator using React, JavaScript, and OpenAI - Dynamically Updating Image Creation with DALL-E and OpenAI

Higher Ed
After learning how to generate images rendered through DALL-E, we will create a proper user experience where the user can type into the textbox input and generate a dynamic response. This clip is from the chapter "Rendering and Creating...
Instructional Video7:42
Curated Video

Build a DALL-E Image Generator using React, JavaScript, and OpenAI - Async Await Calls to DALL-E OpenAI API in Next JS

Higher Ed
In this lesson, you will learn to generate an index page, which Next.js requires. We will create the functionality for the app to function. We will use the “index.tsx” file and the default home function. This clip is from the chapter...
Instructional Video4:44
Curated Video

Build a DALL-E Image Generator using React, JavaScript, and OpenAI - OpenAI Configurations and Updating DALL-E API Code

Higher Ed
In this video, we will remove the console.log, and after completing the API key setup, we will configure the openAIAPi from OpenAI. We will set up a variable configuration, which requires the API key, and then update the code. This clip...
Instructional Video8:10
Packt

Data Manipulation for Deep Learning

Higher Ed
This video displays how to do data manipulation using a deep-learning model. This clip is from the chapter "Project 2: Microsoft Corporation Stock Prediction Using RNNs" of the series "A Practical Approach to Timeseries Forecasting Using...
Instructional Video4:22
Packt

Moving Average and ARMA

Higher Ed
This video explains moving average and ARMA (Autoregressive Moving Average Model). This clip is from the chapter "Machine Learning in Time Series Forecasting" of the series "A Practical Approach to Timeseries Forecasting Using...
Instructional Video8:05
Packt

Stationarity in Time Series

Higher Ed
This video talks about stationarity in time series. It is nothing but a series whose properties do not depend on the time at which the series is observed. This clip is from the chapter "Data Processing for Timeseries Forecasting" of the...
Instructional Video4:01
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Expectation versus Reality

Higher Ed
In this video, we will discuss the expectations versus the reality of the course. You will learn what you can realistically achieve from the course and what you will need to do to achieve it. We will also discuss how you can prepare...
Instructional Video11:53
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Custom Exception Handling

Higher Ed
In this video, we will explore creating and handling custom exceptions in Java. We will look at a demonstration on how to define custom exception classes, throw and catch them, and handle exceptional scenarios specific to your...
Instructional Video3:08
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Generics-based ArrayList

Higher Ed
In this video, we will learn how to use generics to create type-safe collections in Java, define and use ArrayLists with specified data types, ensure compile-time type checking, and enhance code readability and maintainability. This clip...
Instructional Video3:59
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Final keyword in Java - Array, Static, Final, Interface

Higher Ed
In this video, we will apply the final keyword in practical scenarios through hands-on exercises, creating and using final variables, classes, and methods effectively, ensuring data integrity and code reliability. This clip is from the...
Instructional Video4:57
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Concept of Final in Java

Higher Ed
In this video, we will understand the concept of the final keyword in Java and its various applications, how final can be used to create constants, mark classes or methods as immutable, and enforce restrictions on inheritance and method...
Instructional Video2:20
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Downloading and Installing IDE

Higher Ed
In this video, we will learn to use an Integrated Development Environment (IDE) for Java programming, downloading and installing a popular Java IDE, providing insights into its features and capabilities. With an IDE, we will have a...
Instructional Video12:26
Curated Video

Don’t Make These Noncount Noun Mistakes on IELTS - IELTS Energy Podcast 1287

9th - Higher Ed
IELTS students make mistakes all the time with countable and uncountable nouns- find out how these bring down your vocabulary and grammar scores on Speaking and Writing, so you don't make the same mistakes on test day.
Instructional Video7:10
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Message Placement and GitHub

Higher Ed
In this video, we will discuss message placement and how to leverage GitHub for seamless integration with your trading bot. You will learn how to strategically place messages within your codebase, ensuring that they are sent at the...