Instructional Video6:01
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - After the Cloud

Higher Ed
In this video, we will understand how organizations benefit from migrating to the cloud and what benefits and challenges organizations can face with this migration.
Instructional Video2:22
Curated Video

Make Apps with ChatGPT and Generative AI - Temperature Control

Higher Ed
Here, we will understand about a parameter of ChatGPT, temperature, which is a value anywhere from 0 to 1. The higher the value, more is the risk taken by the model and a lower value means the answer is a confident one. This clip is from...
Instructional Video4:43
Curated Video

Make Apps with ChatGPT and Generative AI - Tokenization

Higher Ed
In this lesson, we will discuss about tokens, which are the “currency” on the OpenAI models that process text by breaking them into smaller unites called tokens. We will understand how tokenization works in ChatGPT. This clip is from the...
Instructional Video6:14
Curated Video

Make Apps with ChatGPT and Generative AI - Optimizing Prompts

Higher Ed
In this video, we will understand the other key concepts of ChatGPT before we begin creating models. You will learn about prompts, tokens, and temperature and understand them in detail. This clip is from the chapter "What Are OpenAI and...
Instructional Video2:58
Curated Video

Make Apps with ChatGPT and Generative AI - GPT3 Davinci: Capabilities

Higher Ed
This video demonstrates the Davinci model and explains to us the capabilities of the Davinci model and what things it can do. You will learn about its classification and categorization abilities, content generation, conversation, and...
Instructional Video4:17
Curated Video

Make Apps with ChatGPT and Generative AI - GPT3 Models: Pros and Cons

Higher Ed
In this lesson, we will explore the different GPT-3 models available, understand their features and capabilities, and also the advantages and disadvantages of the Davinci, Curie, Babbage, and Ada models. How to select the model of choice...
Instructional Video5:17
Curated Video

Make Apps with ChatGPT and Generative AI - OpenAI

Higher Ed
This video discusses about the San Franciscan AI deployment company, OpenAI. We will understand the mission of the company, what it delivers, and what cutting edge technology it is coming up with. We will understand the different models...
Instructional Video16:11
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Lifecycle Hooks Exercise: Part 3 (First Programmatic Hook)

Higher Ed
In this video, we will cover the first programmatic hook. This clip is from the chapter "Extending Strapi Core: Custom Controllers and More" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this section, we...
Instructional Video7:01
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Data Models and APIs

Higher Ed
In this video, we will understand the data models and APIs. This clip is from the chapter "Extending Strapi Core: Custom Controllers and More" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this section, we...
Instructional Video3:29
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Content Types: An Introduction

Higher Ed
In this video, we will be creating our first Strapi content types and understand what content types are. This clip is from the chapter "Designing Strapi Content Types" of the series "The Complete Strapiâ„¢ Course with Plugins and...
Instructional Video3:15
Curated Video

Make Apps with ChatGPT and Generative AI - Stock Photo Generator Testing

Higher Ed
In this video, we will finally test the stock photo generator. We will run the application and verify the characters generated based on the text or image inputs that we provided and check the output based on the prompt request. This clip...
Instructional Video5:52
Curated Video

Make Apps with ChatGPT and Generative AI - Deploying OpenAI ChatGPT to Azure Functions

Higher Ed
After successfully testing and deploying our function in the local workspace, we will now test and deploy our function in the OpenAI ChatGPT to create responses for the Azure functions that we have created. This clip is from the chapter...
Instructional Video2:53
Curated Video

Make Apps with ChatGPT and Generative AI - Local OpenAI ChatGPT Testing

Higher Ed
In this video, we will test our Azure function over a local workspace for functionality. We will define the parameters for the response and then test the function by deploying it. You will learn to create a wrapper API and integrate it...
Instructional Video10:00
Curated Video

Make Apps with ChatGPT and Generative AI - Python Access to OpenAI API

Higher Ed
The next stage is to create a serverless ChatGPT API, which enables us to ping OpenAI API. We will build Azure functions that will ping the API, ask questions, and show the responses on the API. We will link out Python to the OpenAI API...
Instructional Video4:17
Curated Video

GCSE Physics - Development of the model of the atom #31

9th - Higher Ed
This video covers: - Democritus - Atomic Theory - John Dalton - Solid spheres - JJ Thompson - Plumb Pudding model - Ernest Rutherford - Nuclear Model - Niels Bohr - Electron shells - James Chadwick - Neutrons General info: - Suitable for...
Instructional Video4:05
Curated Video

GCSE Chemistry - States of Matter & Changing State #21

9th - Higher Ed
This video explains 'particle theory' and uses it to describe the 3 states of matter: solid, liquid and gas. It also covers how substances move between these states at the particle level. This video is suitable for: - All exam boards -...
Instructional Video4:15
Curated Video

GCSE Chemistry - History of the Model of the Atom #7

9th - Higher Ed
This video covers: - Democritus - Atomic Theory - John Dalton - Solid spheres - JJ Thomson - Plumb Pudding model - Ernest Rutherford - Nuclear Model - Niels Bohr - Electron shells - James Chadwick - Neutrons General info: - Suitable for...
Instructional Video13:40
Curated Video

What Links Dice and Tesseracts? | Machining the Platonic Solids

Higher Ed
In this video, we machine the 3D platonic solids and explore these polyhedrons in higher dimensions. Hazel talks through the history of these fascinating shapes and reveals interesting facts along the way.
Instructional Video9:10
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - BiLSTM and Stacked BiLSTM

Higher Ed
This video helps you with the execution of BiLSTM and Stacked BiLSTM on data. This clip is from the chapter "Project 2: Microsoft Corporation Stock Prediction Using RNNs" of the series "A Practical Approach to Timeseries Forecasting...
Instructional Video6:18
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - LSTM Implementation and Errors

Higher Ed
This video explains the implementation of LSTM and its errors. This clip is from the chapter "Project 2: Microsoft Corporation Stock Prediction Using RNNs" of the series "A Practical Approach to Timeseries Forecasting Using Python".This...
Instructional Video8:11
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - BiLSTM for Time Series Forecasting

Higher Ed
This video talks about BiLSTM for time series forecasting. This clip is from the chapter "Recurrent Neural Networks in Time Series Forecasting" of the series "A Practical Approach to Timeseries Forecasting Using Python".This section...
Instructional Video8:38
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - LSTM Parameter Change and Stacked LSTM

Higher Ed
This video explains LSTM Parameter Change and Stacked LSTM. This clip is from the chapter "Recurrent Neural Networks in Time Series Forecasting" of the series "A Practical Approach to Timeseries Forecasting Using Python".This section...
Instructional Video7:08
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - LSTM Implementation on Dataset

Higher Ed
This video demonstrates LSTM implementation on the dataset. This clip is from the chapter "Recurrent Neural Networks in Time Series Forecasting" of the series "A Practical Approach to Timeseries Forecasting Using Python".This section...
Instructional Video8:06
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Dataset Preparation and Scaling

Higher Ed
This video helps you with dataset preparation and scaling from scratch. This clip is from the chapter "Recurrent Neural Networks in Time Series Forecasting" of the series "A Practical Approach to Timeseries Forecasting Using Python".This...