Instructional Video4:56
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 02 - Introduction to Object-Oriented Programming - Terminology - Class Object

Higher Ed
In this video, you will learn about object-oriented programming terminology—class object.
Instructional Video7:59
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 23 - Java Conditionals and If Statement – Introduction

Higher Ed
This video talks about Java conditionals and if statement – introduction.
Instructional Video12:23
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 08 - Exploring Java Spring XML Configuration

Higher Ed
In this video, you will explore the XML configuration option in the Spring framework. You will learn how to create and configure beans using XML and see how it can be used as an alternative to annotations.
Instructional Video4:24
Instructional Video3:12
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 04 - Understanding the World before Spring Boot – 10,000 Feet Overview

Higher Ed
Let's look at how we can create the same application we created in the previous video without the Spring framework.
Instructional Video20:27
Curated Video

Introduction to FinTech Using R - The Last Bow

Higher Ed
In this video, we are going to talk about how to build a web-based application so that we can come up with a software platform for clients to use. We are going to use R Shiny, which has a front-end and back-end. The front-end is coded...
Instructional Video3:27
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Exercise 03-1

Higher Ed
In this demonstration exercise, we will use the 'new project launch.mpp' resource and change the working time of the calendar, add a part-time calendar, sync project calendar options, and close the project file.
<
br/>
This clip is...
Instructional Video6:12
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Set Up Your Project Calendar

Higher Ed
This video explains how to set up a project calendar in Project 2021, including setting work and non-workdays and defining working hours. Learn to customize project calendars to reflect the unique requirements of your projects.
<
br/>...
Instructional Video14:11
Curated Video

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

Higher Ed
In part 3 of the payroll system, we will look at using the paystub method for our employee classes created in the system.
Instructional Video7:53
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Const, Enum, Static, Final

Higher Ed
In this lecture, we will learn about constants and static variables and how to create variables using the final and static methods.
Instructional Video8:09
Curated Video

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

Higher Ed
In this video, we will look at inheritance in Java, where we have a superclass and a derived class, which inherits the attributes from the parent class.
Instructional Video4:55
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Flow Control: Loops - BREAK | CONTINUE

Higher Ed
In this lesson, we will continue on loops and closely examine the BREAK and CONTINUE keywords and their implementation.
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 Video4:36
Curated Video

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

Higher Ed
Here, we will look at the StringBuilder, which creates a mutable or modifiable succession of characters in the strings class.
Instructional Video9:03
Curated Video

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

Higher Ed
In this video, we will learn about the two methods of assigning a string variable in Java programming.
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 Video7:20
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Arithmetic Operators

Higher Ed
In this lesson, we will perform basic arithmetic calculations used in Java for mathematical operations.
Instructional Video4:21
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Char Data Type

Higher Ed
In this video, we will understand the char datatype and briefly look at the string datatype. We will define several char variables in upper and lower case and numbers and integers.
Instructional Video8:25
Curated Video

Deep Learning - Crash Course 2023 - Class Sigmoid

Higher Ed
In this video, we will dive into the implementation of a class for the Sigmoid activation function. You will also get an assignment to further solidify your understanding of Sigmoid.
<
br/>
This clip is from the chapter "Sigmoid...
Instructional Video5:27
Curated Video

Deep Learning - Crash Course 2023 - Sigmoid Neuron Introduction

Higher Ed
In this video, we will be introduced to Sigmoid Neuron.<br<br/>/>

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 Video4:20
Curated Video

Deep Learning - Crash Course 2023 - MP Neuron Class

Higher Ed
In this video, we will walk through the process of creating our own MP Neuron class in Python from scratch. By the end of this section, you will have a solid understanding of how to implement this fundamental concept in deep learning....
Instructional Video4:25
Curated Video

Deep Learning - Crash Course 2023 - Contour Plots

Higher Ed
In this video, you will learn how to create Contour plots.
<
br/>
This clip is from the chapter "Python for Data Science - Crash Course" of the series "Deep Learning - Crash Course 2023".In this section, we will have a quick...
Instructional Video5:07
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Updating MainEmojiQuoteView and GridImagesView

Higher Ed
Here, you will learn to calibrate the “MainEmojiQuoteView”. We will link the emoji to the quotes view and the images to the emoji quotes. When the app is run, we can make the emoji produce a random quote in the bubble and link the...
Instructional Video5:08
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Forms, Buttons, Pickers, Sliders, Toggle, Images, Overlays - Structure

Higher Ed
This video will discuss the structure of forms, buttons, pickers, sliders, toggles, images, and overlays. We will create a basic form and create different sections and views.
<
br/>
This clip is from the chapter "Beyond the Basics"...