Instructional Video8:02
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Initializing the Express Project and Libraries

Higher Ed
This video helps you with initializing the Express project and libraries. This clip is from the chapter "Application Setup and Server Initialization" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and...
Instructional Video5:23
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Use Work Breakdown Structure (WBS) Codes

Higher Ed
In this video, we will use Work Breakdown Structure (WBS) codes in Project 2021. We will learn how to add WBS codes to tasks, create custom WBS codes, and use WBS codes to sort and filter project tasks. This clip is from the chapter...
Instructional Video8:24
Curated Video

Chatbots Development with Amazon Lex - Integration with Boto

Higher Ed
In this lesson, we will discuss deploying our chatbot using code. We will not use a built-in application such as Twilio; instead, we will use a Python library, Boto.
Instructional Video6:56
Curated Video

Chatbots Development with Amazon Lex - Starting Lambda Code

Higher Ed
In this video, we will prepare to write the code for the chatbot's functioning; we will import a few required libraries, including JSON, datetime, and time.
Instructional Video9:26
Curated Video

Chatbots Development with Amazon Lex - Interconnection

Higher Ed
This video demonstrates the process of connecting Amazon Lambda to our chatbot. We will create the functions required for our chatbot and author it from scratch.
Instructional Video8:48
Curated Video

Chatbots Development with Amazon Lex - Chatbot on Website

Higher Ed
This video demonstrates how to use the chatbot that we created on a website. We will look at the available code to implement the chatbot and showcase it on the website. We will use the app, Kommunicate.io.
Instructional Video2:55
Curated Video

Chatbots Development with Amazon Lex - Lambda Introduction

Higher Ed
After building and testing the chatbot and creating the visual structure, you will learn to create the backend on Amazon Lambda and connect it with our chatbot for seamless working.
Instructional Video3:24
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: ATM Simulation Part 5 - GitHub Integration

Higher Ed
We will check and execute our ATM simulation program and learn to upload the program on GitHub.
Instructional Video8:47
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: Payroll System Simulation - Part 4

Higher Ed
In this video, we will be introduced to GitHub, where we will store our code for the payroll management system.
Instructional Video2:38
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Exception Handling

Higher Ed
Here, we will look at exceptions or conditions that may arise during the execution of a Java program and understand the error or exception handling codes.
Instructional Video10:32
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Methods

Higher Ed
We will understand a method, a block of code that runs only when called and passes data known as parameters into a method. This helps us reuse code.
Instructional Video6:37
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Flow Control: Loops - WHILE | DO-WHILE | FOR

Higher Ed
Here, we will understand what a loop is, and we will look at how a loop executes a program as long as a specified condition is true.
Instructional Video5:49
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Flow Control: Switch Statement Program - Print Weekday Based On Number

Higher Ed
Let's look at the SWITCH statement in this video, which is also a part of the decision-making tools in Java programming.
Instructional Video10:34
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Flow Control: IF/ELSE, Ternary Operator - Test Scores Program

Higher Ed
We will learn to use the IF statement to check if a block of conditions is true and the ELSE statement if false and write a program to evaluate test scores.
Instructional Video10:36
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Strings

Higher Ed
Continuing on our previous lesson, where we learned about the datatypes in Java, in this lesson, we will look at the string datatype in more detail.
Instructional Video2:30
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Introduction

Higher Ed
This video introduces the author, the course in general, what to expect from the course, and a brief introduction to Java programming.
Instructional Video5:32
Curated Video

Supercharge Scala Future | FP-Tower - Thank You and Conclusion

Higher Ed
This video talks about the course conclusion and helps you with the next steps. This clip is from the chapter "Conclusion" of the series "Supercharge Scala Future | FP-Tower".This section focuses on the conclusion of the course.
Instructional Video5:58
Curated Video

Deep Learning - Crash Course 2023 - Moving from Shallow Learning to Deep Learning

Higher Ed
In this video, we will be introduced to shallow learning. This clip is from the chapter "Applying Deep Learning" of the series "Deep Learning - Crash Course 2023".In this section, you will learn how to implement deep learning on common...
Instructional Video4:49
Curated Video

Deep Learning - Crash Course 2023 - Introducing TensorFlow

Higher Ed
In this video, we will be introduced to TensorFlow. This clip is from the chapter "Deep Learning with TensorFlow 2.x" of the series "Deep Learning - Crash Course 2023".In this section, we will dive into deep learning with TensorFlow 2.x.
Instructional Video7:29
Curated Video

Deep Learning - Crash Course 2023 - Manual Fitting of Data

Higher Ed
In this video, you will learn how to manually fit data. This clip is from the chapter "Sigmoid Neuron" of the series "Deep Learning - Crash Course 2023".In this section, we will begin our journey with Sigmoid Neuron.
Instructional Video7:24
Curated Video

Deep Learning - Crash Course 2023 - Visualize the Accuracy with Epochs

Higher Ed
In this video, you will learn how to use graphs to visualize the accuracy of your deep learning model with increasing epochs. You will also be given an assignment to test your understanding. This clip is from the chapter "Perceptron in...
Instructional Video10:27
Curated Video

Deep Learning - Crash Course 2023 - Perceptron in Python

Higher Ed
In this video, we will work on programming our Perceptron model in Python. This clip is from the chapter "Perceptron in Python" of the series "Deep Learning - Crash Course 2023".In this section, you will learn about Perceptron in Python.
Instructional Video8:09
Curated Video

Deep Learning - Crash Course 2023 - Installing Jupyter Notebook

Higher Ed
In this video, you will learn how to install Jupyter Notebook on your system. This clip is from the chapter "Python Crash Course on Basics" of the series "Deep Learning - Crash Course 2023".In this section, we will work on our foundation...
Instructional Video7:39
Curated Video

Deep Learning - Crash Course 2023 - MP Neuron in Python

Higher Ed
In this video, we will work on our MP Neuron model to predict the output of the given dataset. This clip is from the chapter "MP Neuron in Python" of the series "Deep Learning - Crash Course 2023".In this section, you will learn how to...