Curated Video
Learn ASP.NET MVC and Entity Framework (Database First) - Creating the ASP.NET Model View Controller (MVC) Project
This video focuses on the ASP.NET MVC web development with controllers and views. You will also learn how to create a web app. This clip is from the chapter "Setup ASP.NET Model View Controller (MVC) Application" of the series "Learn...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Learning More about JavaScript Objects – Part 2
This video presents an overview of JavaScript Objects. This clip is from the chapter "JavaScript Introduction" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section introduces you to JavaScript.
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Introduction – Common Questions
This video introduces you to some common questions. This clip is from the chapter "Common Cascading Style Sheets (CSS) Questions and Answers for Interview Preparation" of the series "Modern Web Design with HTML5, CSS3, and...
Curated Video
Structural Design Patterns in Modern C++ - Game Implementation - Part I
This is the first part of the three-part video that focuses on the 3D models in the game. This clip is from the chapter "Flyweight Design Pattern" of the series "Structural Design Patterns in Modern C++".This section introduces you to...
Curated Video
Write an Equation for a Table
In this video we will write an equation for a table of values to solve a math test problem. We will begin by reviewing the information provided and understanding the table of values. We will interpret the relationship by discovering what...
Curated Video
MongoDB Mastering MongoDB for Beginners (Theory and Projects) - Django Migrations
In this video, we will cover Django Migrations. This clip is from the chapter "Django with Mongo" of the series "MongoDB—Mastering MongoDB for Beginners (Theory and Projects)".In this section, we will cover Django with Mongo.
Curated Video
R Programming for Statistics and Data Science - R-Squared
This video explains R-squared. This clip is from the chapter "Linear Regression Analysis" of the series "R Programming for Statistics and Data Science".This section explains linear regression analysis.
Curated Video
R Programming for Statistics and Data Science - The Linear Regression Model
This video explains the linear regression model. This clip is from the chapter "Linear Regression Analysis" of the series "R Programming for Statistics and Data Science".This section explains linear regression analysis.
Curated Video
MongoDB Mastering MongoDB for Beginners (Theory and Projects) - Setting Up Django with Mongo
In this video, we will be setting up Django with Mongo. This clip is from the chapter "Django with Mongo" of the series "MongoDB—Mastering MongoDB for Beginners (Theory and Projects)".In this section, we will cover Django with Mongo.
Curated Video
Ultimate ASP.NET 5 Web API Development Guide - Refactor GET Methods
This video talks about refactoring GET Methods. This clip is from the chapter "REST API Development Best Practices" of the series "Ultimate ASP.NET Core Web API Development Guide".This section focuses on the REST API development best...
Curated Video
Ultimate ASP.NET 5 Web API Development Guide - Set Up Registration Endpoint
This video explains setting up the registration endpoint. This clip is from the chapter "Securing Your Application" of the series "Ultimate ASP.NET Core Web API Development Guide".This section focuses on securing your application.
Curated Video
MongoDB Mastering MongoDB for Beginners (Theory and Projects) - $set operator - `1
In this video, we will learn about $set operator. This clip is from the chapter "Update Operators" of the series "MongoDB—Mastering MongoDB for Beginners (Theory and Projects)".In this section, we will cover update operators.
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Creating a Modal Pop-up using Bootstrap
This video demonstrates how to create a modal pop-up using Bootstrap. This clip is from the chapter "Exploring Rapid Web Design with the Bootstrap 4 Frontend Framework" of the series "Modern Web Design with HTML5, CSS3, and...
Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - Creating JavaScript Objects
This video demonstrates how to create JavaScript objects. This clip is from the chapter "JavaScript Introduction" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section introduces you to JavaScript.
Curated Video
AWS Certified Data Analytics Specialty 2021 – Hands-On - Machine Learning 101
This video focuses on machine learning. This clip is from the chapter "Appendix - Machine Learning Topics for the Legacy AWS Certified Big Data Exam" of the series "AWS Certified Data Analytics Specialty (2022) Hands-on".In this section,...
Curated Video
AWS Certified Data Analytics Specialty 2021 – Hands-On - Deep Learning 101
This video explains the concept of machine learning in detail. This clip is from the chapter "Appendix - Machine Learning Topics for the Legacy AWS Certified Big Data Exam" of the series "AWS Certified Data Analytics Specialty (2022)...
Curated Video
Addition and Subtraction Fact Families
Teach children how addition and subtraction are linked. Understand how to use addition to help solve subtraction. Understand fact families.
Curated Video
Fine-tuning a Pre-trained Model: A Three-Stage Process
In this lesson, we will learn about the three main stages involved in fine-tuning a pre-trained model. The first stage is to change the format of the data to the adjacent format required by pre-training models, using a Python code. The...
Curated Video
Preview to Fine Tuning Process
This lesson provides an overview of the steps involved in the fine tuning process in Python, from beginning to end. The lesson covers how to download the latest version of Python, open the command prompt, locate the file, download...
Curated Video
Data Cleaning with Python: Removing Missing Values and Duplicates
In this lesson, we will learn how to use Python to clean a CSV file by removing any missing values or duplicates. Data cleaning is an important step in data preparation for fine-tuning, as duplicates and missing values can negatively...
Curated Video
Introduction to OpenAI Playground
In this lesson, students will be introduced to OpenAI's Playground, an online interface that allows users to experiment and test API capabilities of chat models. The lesson will cover the various models available in the playground, how...
Curated Video
Understanding GPT Models and Fine-Tuning for Specific Domains
In this lesson, we will explore the concept of GPT models, their capabilities, and limitations. We will discuss the natural language processing subfield of artificial intelligence and how GPT models use pre-training to handle human...
Curated Video
Testing Your Fine-Tuned Model on OpenAI Playground
In this lesson, you will learn how to test your fine-tuned model on OpenAI Playground. The lesson will cover the basics of choosing the model you want to work with, changing the temperature to ensure the model is not using extra...