Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Initializing the Express Project and Libraries
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...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Use Work Breakdown Structure (WBS) Codes
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...
Curated Video
Chatbots Development with Amazon Lex - Integration with Boto
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.
Curated Video
Chatbots Development with Amazon Lex - Starting Lambda Code
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.
Curated Video
Chatbots Development with Amazon Lex - Interconnection
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.
Curated Video
Chatbots Development with Amazon Lex - Chatbot on Website
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.
Curated Video
Chatbots Development with Amazon Lex - Lambda Introduction
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.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: ATM Simulation Part 5 - GitHub Integration
We will check and execute our ATM simulation program and learn to upload the program on GitHub.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: Payroll System Simulation - Part 4
In this video, we will be introduced to GitHub, where we will store our code for the payroll management system.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Exception Handling
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.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Methods
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.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Flow Control: Loops - WHILE | DO-WHILE | FOR
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.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Flow Control: Switch Statement Program - Print Weekday Based On Number
Let's look at the SWITCH statement in this video, which is also a part of the decision-making tools in Java programming.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Flow Control: IF/ELSE, Ternary Operator - Test Scores Program
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.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Strings
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.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Introduction
This video introduces the author, the course in general, what to expect from the course, and a brief introduction to Java programming.
Curated Video
Supercharge Scala Future | FP-Tower - Thank You and Conclusion
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.
Curated Video
Deep Learning - Crash Course 2023 - Moving from Shallow Learning to Deep Learning
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...
Curated Video
Deep Learning - Crash Course 2023 - Introducing TensorFlow
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.
Curated Video
Deep Learning - Crash Course 2023 - Manual Fitting of Data
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.
Curated Video
Deep Learning - Crash Course 2023 - Visualize the Accuracy with Epochs
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...
Curated Video
Deep Learning - Crash Course 2023 - Perceptron in Python
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.
Curated Video
Deep Learning - Crash Course 2023 - Installing Jupyter Notebook
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...
Curated Video
Deep Learning - Crash Course 2023 - MP Neuron in Python
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...