Hi, what do you want to do?
Curated Video
A Practical Approach to Timeseries Forecasting Using Python - Overview of Time Series Parameters
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...
Curated Video
Build a DALL-E Image Generator using React, JavaScript, and OpenAI - OpenAI Key Configuration Setup with Next JS
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...
Curated Video
Build a DALL-E Image Generator using React, JavaScript, and OpenAI - DALL-E Create Image Implementation into Our OpenAI Application
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...
Curated Video
Build a DALL-E Image Generator using React, JavaScript, and OpenAI - Dynamically Updating Image Creation with DALL-E and OpenAI
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...
Curated Video
Build a DALL-E Image Generator using React, JavaScript, and OpenAI - Async Await Calls to DALL-E OpenAI API in Next JS
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...
Curated Video
Build a DALL-E Image Generator using React, JavaScript, and OpenAI - OpenAI Configurations and Updating DALL-E API Code
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...
Packt
Data Manipulation for Deep Learning
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...
Packt
Moving Average and ARMA
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...
Packt
Stationarity in Time Series
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...
Curated Video
ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Expectation versus Reality
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Custom Exception Handling
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Generics-based ArrayList
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Final keyword in Java - Array, Static, Final, Interface
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Concept of Final in Java
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Downloading and Installing IDE
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...
Curated Video
Don’t Make These Noncount Noun Mistakes on IELTS - IELTS Energy Podcast 1287
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.
Curated Video
Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Message Placement and GitHub
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...
Curated Video
ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Hello Rachel
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...
Curated Video
Mega Web Development Bootcamp with React Bootstrap 5, Redux, and REST API - Styling NavBar Component with Bootstrap5 NavBar
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...
Curated Video
Offline-First Apps with Angular, Ionic, PouchDB, and CouchDB - Julies App - Introduction
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...
Curated Video
Mega Web Development Bootcamp with React Bootstrap 5, Redux, and REST API - Saving User Data and Showing Success Alert Message
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...
Curated Video
Mega Web Development Bootcamp with React Bootstrap 5, Redux, and REST API - Delete Post and Show Alert Message after Deletion
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...
Curated Video
Mega Web Development Bootcamp with React Bootstrap 5, Redux, and REST API - Alert Message for Success and Error Scenarios
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...
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
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...