APMonitor
Excel VBA Macro Tutorial for Engineers
This basic Excel Macro tutorial demonstrates how to import and export values from a VBA program, display a message box, and write an IF statement. This video is followed by examples on writing this same program in MATLAB and Python.
APMonitor
Chemical Reaction Differential Equations in Python
Concentrations on chemical species from mole balances are solved for 1, 2, and 4 species in Python with the Scipy.Integrate package ODEINT.
Curated Video
Python for Network Forensics 4.2: Capturing Linux Memory
In this video, we will capture images of volatile memory on Linux systems. We will also learn to use the Python-based LiMEaide to ease memory capture, especially in remote environments. • Begin to understand how LiMEaide acquires memory...
Curated Video
Predictive Analytics with TensorFlow 8.6: CNN Predictive Model for Image Classification
This video will develop a CNN predictive model for image classification. • Create the CNN model • Evaluate the model • Make the predictive
Curated Video
Discuss the importance of data : Missing value treatment in Python
From the section: Simple Decision trees. In this section, we will start with the basic theory of decision tree then we cover data pre-processing topics like missing value imputation, variable transformation and Test-Train split. In the...
Curated Video
Discuss the importance of data : The Data set for the Course
From the section: Simple Decision trees. In this section, we will start with the basic theory of decision tree then we cover data pre-processing topics like missing value imputation, variable transformation and Test-Train split. In the...
Curated Video
Fix the errors in a computer program or algorithm : Exceptions Handling
From the section: Errors and Exceptions Handling. In this section, you will learn about Errors and Exception handling in detail. Errors and Exceptions Handling: Exceptions Handling
Curated Video
Implement different search algorithms : BST from scratch - In-order traversal
From the section: Algorithms - Search and abstract data structures. This section is about Algorithms. You will learn about Bisection, Binary section etc. Build the in-order traversal method so nodes can be displayed in order based on the...
Programming Electronics Academy
Variable Scope: Arduino Course 4.5
A description of variable scope in programming.
Programming Electronics Academy
For Loop with Multiple LEDs: Arduino Course 5.5
A walk through of programming a for loop to light up multiple LEDs
Curated Video
Create a machine learning model of a real-life process or object : Analyzing the Airbnb Dataset and Making a Plan
From the section: Regression Task Airbnb Prices in New York. We will use a real-world Airbnb dataset that contains data about New York properties for rent in 2019 on Airbnb, including their price. It is a simple dataset and makes a good...
Curated Video
Describe computer programming : Functions
From the section: Common Coding Concepts.This section will cover common coding concepts such as Scratch setup, bugs, pseudocode, decomposition, commenting and many more. Common Coding Concepts: Functions
APMonitor
Solve Differential Equations in Python
Differential equations are solved in Python with the Scipy.integrate package using function ODEINT. ODEINT requires three inputs: y = odeint(model, y0, t) model: Function name that returns derivative values at requested y and t values as...
Packt
Use variables to modify data : Intro to Data Types
From the section: Beginners Python. This section is about Installing Python, Python 3 vs Python 2, Variables, Strings etc. Beginners Python: Intro to Data Types
Curated Video
Evaluate the impact of an AI application used in the real world. (case study) : Working with X-Ray images: Case Study - Part 5
From the section: CNN-Industry Live Project: Find Medical Abnormalities and Save Life. This section includes a CNN-Industry live project on working with X-Ray images. CNN-Industry Live Project: Find Medical Abnormalities and Save Life:...
Curated Video
Evaluate the impact of an AI application used in the real world. (case study) : Working with Flower Images: Case Study - Part 14
From the section: CNN-Industry Live Project: Playing With Real World Natural Images. This section includes a live project of working with flower images. CNN-Industry Live Project: Playing With Real World Natural Images: Working with...
Curated Video
Discuss the importance of data : Importing Data in Python
From the section: Simple Decision trees. In this section, we will start with the basic theory of decision tree then we cover data pre-processing topics like missing value imputation, variable transformation and Test-Train split. In the...
Curated Video
Test a computer program or algorithm : Raising Errors in Python
From the section: Errors in Python. This section introduces you to errors in Python. This video explains how to raise an error in Python.
Curated Video
Evaluate two sorting or two search algorithms : Selection sort demonstration and complexity analysis
From the section: Algorithms - Sort, performance, complexity and big O notation. This section is about Algorithms – sort, performance, complexity and big O notation. Visual presentation and complexity analysis of the selection sort...
Packt
Introduction to computer hardware and software : Graphics Cards and Connections
From the section: Display Technologies. In this section, we explore our display options for per our uses. Monitors don’t create the images they display; that’s the graphics card’s job. Graphics cards come with different features and...
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : ReLU Activation, and Preventing Overfitting with Dropout Regularlization
From the section: Deep Learning and Tensorflow: Part 1. In this section, we’ll talk about what Deep Learning is, and how TensorFlow works at a low level. Deep Learning and Tensorflow: Part 1: ReLU Activation, and Preventing Overfitting...
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : Introduction to Pandas
From the section: Python Crash Course [Optional]. In this section, we’ll continue diving into Python data structures with tuples and dictionaries, functions, Boolean Operations and Loops, and libraries like Pandas, MatPlotLib and Seaborn...
Let's Tute
Creating and Editing Code in Microsoft Excel: Understanding the Basics
In this video, the teacher explains how to create and edit code in Microsoft Excel using VBA. They demonstrate how to record macros for coloring data in different ways and then show the corresponding code generated by the macros. The...
Curated Video
Bug Bounty Program Certification 13.1: About the Bug Bounty Exam and Certification
In this video, you will get information about bug bounty exams and preparation. • Look at the listing of bug bounty exams • Get the information about certifications • Preparation steps for exam