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...
Instructional Video8:34
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Hello Rachel

Higher Ed
In this video, we will integrate the voice recognition feature using the ChatGPT API. We will explore the code and necessary steps required to make it work. This clip is from the chapter "Frontend - React Web Application" of the series...
Instructional Video3:41
Curated Video

Mega Web Development Bootcamp with React Bootstrap 5, Redux, and REST API - Styling NavBar Component with Bootstrap5 NavBar

Higher Ed
This video demonstrates how to style the NavBar component using Bootstrap5's NavBar styling options. This clip is from the chapter "Designing NavBar, About us, Contact us with Routing" of the series "Mega Web Development Bootcamp with...
Instructional Video4:15
Curated Video

Offline-First Apps with Angular, Ionic, PouchDB, and CouchDB - Julies App - Introduction

Higher Ed
In this video, we will be introduced to Julies, an offline-first app designed for restaurants. Learn about its purpose, features, and how it leverages offline capabilities to enhance the dining experience. This clip is from the chapter...
Instructional Video10:52
Curated Video

Mega Web Development Bootcamp with React Bootstrap 5, Redux, and REST API - Saving User Data and Showing Success Alert Message

Higher Ed
In this video, you will discover how to save user data and display a success alert message after successful registration, providing feedback to the user. This clip is from the chapter "Working on Signup, Login, and Logout with API...
Instructional Video11:09
Curated Video

Mega Web Development Bootcamp with React Bootstrap 5, Redux, and REST API - Delete Post and Show Alert Message after Deletion

Higher Ed
This video focuses on implementing the delete post functionality, allowing users to remove posts from the website, and displaying an alert message after the deletion. This clip is from the chapter "Working on Create, Edit, Delete Post...
Instructional Video7:06
Curated Video

Mega Web Development Bootcamp with React Bootstrap 5, Redux, and REST API - Alert Message for Success and Error Scenarios

Higher Ed
This video demonstrates how to display alert messages for success and error scenarios when creating, editing, or deleting posts, and providing feedback to the user. This clip is from the chapter "Working on Create, Edit, Delete Post...
Instructional Video3:12
Curated Video

Mega Web Development Bootcamp with React Bootstrap 5, Redux, and REST API - Adding API Base URL to a Config File and Using It Everywhere

Higher Ed
In this video, discover how to add the API base URL to a config file and utilize it throughout your application, ensuring consistent and easy management of the API endpoints. This clip is from the chapter "Working on All Posts and Post...