Curated Video
Predictive Analytics with TensorFlow 1.3: Installing Python in Windows
This video will first explain the installing and getting started with python. We will then see python data types, strings, lists, tuples, dictionary, sets and functions. • Install python • See the python data types
Curated Video
Use variables to store data : Variables in Python
From the section: A Full Python Refresher. This section is about Python Refresher and includes lectures on Variables in Python, Methods, List, tuple and sets. A Full Python Refresher: Variables in Python
Curated Video
Alteryx for Beginners - Formula Tool (Basic Example)
This video explains how to use the Formula tool in Alteryx with the help of a basic example. This clip is from the chapter "Preparation Tab" of the series "Alteryx for Beginners".This section focuses on the Preparation tab.
Curated Video
Bash Shell Scripting- Scope of the Variables (Global and Local Variables), Returning a variable value
This video shows how to define a scope of a variable and return its value. This clip is from the chapter "Functions" of the series "Complete Bash Shell Scripting".This section explains functions in detail.
Brian McLogan
What is the definition of domain of a relation
👉 Learn about every thing you need to know to understand the domain and range of functions. We will look at functions represented as equations, tables, mapping, and ordered pairs. The domain is the set of all possible x or input values...
Curated Video
Identifying Function Properties in Real-World Examples
This video explains how to determine if a parking garage represents a function relation. Learn to define a function as a relation that takes any input and yields exactly one output. This lesson provides real-world examples, such as...
Programming Electronics Academy
Change the LED Variable: Arduino Course 4.4
Adjusting pin numbers in Arduino sketches and the outcomes.
Packt
Global npm Modules and nodemon
Node.js Module System (Notes App): Global npm Modules and nodemon This clip is from the chapter "Node.js Module System (Notes App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn about...
Packt
Practice Exercises on Tables - 2
This video presents the second part of practice exercises on Tables. This clip is from the chapter "Practical Problems and Methods to Handle them with Selenium" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Packt
Importance of log4j Extensible Markup Language (XML) File
This video explains the importance of log4j xml file. This clip is from the chapter "Framework Part 7: Logging Framework - log4j" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section explains the...
Brian McLogan
How to determine if a function is even odd or neither
👉 Learn how to determine if a function is even or odd. A function is even if the graph of the function is symmetrical about the y-axis, or a function is even if f(x) = f(-x). A function is odd if the graph of the function is symmetrical...
Brian McLogan
Determining when a function is increasing decreasing or constant
👉 Learn how to determine increasing/decreasing intervals. There are many ways in which we can determine whether a function is increasing or decreasing but we will focus on determining increasing/decreasing from the graph of the function....
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - Challenge Part 2 - Write Partitioned DataFrame to Parquet
Let's finish working on the last part of the challenge. In this session, we will write the final DataFrame into a partitioned paraquet file. This clip is from the chapter "Structured API - Spark DataFrame" of the series "Apache Spark 3...
Curated Video
Learning R for Data Visualization (Video 26)
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
Curated Video
Describe a neural network : Theory Behind ANN (Artificial Neural Network) and DNN (Deep Neural Networks)
From the section: Introduction to Artificial Neural Networks (ANN). This section introduces Artificial Neural Networks. You will learn about Neural Network for Binary Classifications, Neural Network with PCA for Binary Classifications,...
Curated Video
Finding the Domain and Range of a Function through Graph Analysis
In this video, the teacher explains how to determine the domain and range of a function by looking at its graph. They provide examples and discuss the concepts of domain and range in relation to functions and lines.
Curated Video
Java 11 Programming for Beginners 4.5: Managing the Input/OutputJava 11
The I/O for Java is one area that is very useful but also very tricky. This video aims to give that landscape a good overview. • Slides will highlight the classes and methods to look out for • Add the capability to read a sentence from...
Curated Video
C++ Developer - Repetition Control Statements
This video explains the repetition control statements. This clip is from the chapter "Control Statements" of the series "The Complete C++ Developer Course".This section focuses on control statements and explains how to use them.
Curated Video
C++ Developer - Saying Hello to C++
This video introduces you to C++. This clip is from the chapter "Fundamentals of C++" of the series "The Complete C++ Developer Course".This section discusses the fundamentals of C++.
Packt
What is log4j and its Usage in Selenium Framework
This video explains log4j and how it can be used in the Selenium framework. This clip is from the chapter "Framework Part 7: Logging Framework - log4j" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
Packt
Performing Web Table Sorting using Selenium JavaStreams
This video explains how to perform a web table sort using Selenium JavaStreams. This clip is from the chapter "Selenium Java Streams - Automate Sort, Pagination, and Filtering the Web Tales" of the series "Selenium WebDriver with Java -...
Curated Video
Complete Python Scripting for Automation - destructor of a class
OOPS for Real Time: destructor of a class This clip is from the chapter "OOPS for Real Time" of the series "Complete Python Scripting for Automation".In this section, the author introduces OOPS and object attributes, constructor of a...
Curated Video
Complete Python Scripting for Automation - for loop to work with strings, list, tuple and dictionaries
Loops - for and while loops with break, continue and pass: for loop to work with strings, list, tuple and dictionaries This clip is from the chapter "Loops - for and while loops with break, continue and pass" of the series "Complete...
Brian McLogan
Understand local linearity and formal definitions of the derivative
👉 Learn how to evaluate the limit of a function using the difference quotient formula. The difference quotient is a measure of the average rate of change of the function over an interval, h. The limit of the difference quotient gives the...